V8 Project
instruction-codes-arm.h File Reference

Go to the source code of this file.

Namespaces

 v8
 Debugger support for the V8 JavaScript engine.
 
 v8::internal
 
 v8::internal::compiler
 

Macros

#define TARGET_ARCH_OPCODE_LIST(V)
 
#define TARGET_ADDRESSING_MODE_LIST(V)
 

Macro Definition Documentation

◆ TARGET_ADDRESSING_MODE_LIST

#define TARGET_ADDRESSING_MODE_LIST (   V)
Value:
V(Offset_RI) /* [%r0 + K] */ \
V(Offset_RR) /* [%r0 + %r1] */ \
V(Operand2_I) /* K */ \
V(Operand2_R) /* %r0 */ \
V(Operand2_R_ASR_I) /* %r0 ASR K */ \
V(Operand2_R_LSL_I) /* %r0 LSL K */ \
V(Operand2_R_LSR_I) /* %r0 LSR K */ \
V(Operand2_R_ROR_I) /* %r0 ROR K */ \
V(Operand2_R_ASR_R) /* %r0 ASR %r1 */ \
V(Operand2_R_LSL_R) /* %r0 LSL %r1 */ \
V(Operand2_R_LSR_R) /* %r0 LSR %r1 */ \
V(Operand2_R_ROR_R) /* %r0 ROR %r1 */
#define V(NAME, Name, id)
Definition: execution.h:170

Definition at line 71 of file instruction-codes-arm.h.

◆ TARGET_ARCH_OPCODE_LIST

#define TARGET_ARCH_OPCODE_LIST (   V)

Definition at line 14 of file instruction-codes-arm.h.