Searched refs:INST_REPLACE_OP (Results 1 – 10 of 10) sorted by relevance
/dalvik/vm/mterp/c/ |
D | OP_BREAKPOINT.cpp | 20 INST_REPLACE_OP(inst, originalOpcode)); in HANDLE_OPCODE() 21 inst = INST_REPLACE_OP(inst, originalOpcode); in HANDLE_OPCODE()
|
D | header.cpp | 272 #define INST_REPLACE_OP(_inst, _opcode) (((_inst) & 0xff00) | _opcode) macro
|
/dalvik/vm/mterp/out/ |
D | InterpC-x86-atom.cpp | 279 #define INST_REPLACE_OP(_inst, _opcode) (((_inst) & 0xff00) | _opcode) macro 1311 INST_REPLACE_OP(inst, originalOpcode)); in HANDLE_OPCODE() 1312 inst = INST_REPLACE_OP(inst, originalOpcode); in HANDLE_OPCODE()
|
D | InterpC-armv5te-vfp.cpp | 279 #define INST_REPLACE_OP(_inst, _opcode) (((_inst) & 0xff00) | _opcode) macro
|
D | InterpC-armv7-a-neon.cpp | 279 #define INST_REPLACE_OP(_inst, _opcode) (((_inst) & 0xff00) | _opcode) macro
|
D | InterpC-armv5te.cpp | 279 #define INST_REPLACE_OP(_inst, _opcode) (((_inst) & 0xff00) | _opcode) macro
|
D | InterpC-armv7-a.cpp | 279 #define INST_REPLACE_OP(_inst, _opcode) (((_inst) & 0xff00) | _opcode) macro
|
D | InterpC-allstubs.cpp | 279 #define INST_REPLACE_OP(_inst, _opcode) (((_inst) & 0xff00) | _opcode) macro 2885 INST_REPLACE_OP(inst, originalOpcode)); in HANDLE_OPCODE() 2886 inst = INST_REPLACE_OP(inst, originalOpcode); in HANDLE_OPCODE()
|
D | InterpC-portable.cpp | 279 #define INST_REPLACE_OP(_inst, _opcode) (((_inst) & 0xff00) | _opcode) macro 2904 INST_REPLACE_OP(inst, originalOpcode)); in dvmInterpretPortable() 2905 inst = INST_REPLACE_OP(inst, originalOpcode); in dvmInterpretPortable()
|
D | InterpC-x86.cpp | 279 #define INST_REPLACE_OP(_inst, _opcode) (((_inst) & 0xff00) | _opcode) macro
|