Searched defs:INST_REPLACE_OP (Results 1 - 9 of 9) sorted by relevance

/dalvik/vm/mterp/c/
H A Dheader.cpp280 #define INST_REPLACE_OP(_inst, _opcode) (((_inst) & 0xff00) | _opcode) macro
/dalvik/vm/mterp/out/
H A DInterpC-armv5te-vfp.cpp287 #define INST_REPLACE_OP(_inst, _opcode) (((_inst) & 0xff00) | _opcode) macro
H A DInterpC-armv5te.cpp287 #define INST_REPLACE_OP(_inst, _opcode) (((_inst) & 0xff00) | _opcode) macro
H A DInterpC-armv7-a-neon.cpp287 #define INST_REPLACE_OP(_inst, _opcode) (((_inst) & 0xff00) | _opcode) macro
H A DInterpC-armv7-a.cpp287 #define INST_REPLACE_OP(_inst, _opcode) (((_inst) & 0xff00) | _opcode) macro
H A DInterpC-allstubs.cpp287 #define INST_REPLACE_OP(_inst, _opcode) (((_inst) & 0xff00) | _opcode) macro
2795 INST_REPLACE_OP(inst, originalOpcode));
2796 inst = INST_REPLACE_OP(inst, originalOpcode);
H A DInterpC-mips.cpp287 #define INST_REPLACE_OP(_inst, _opcode) (((_inst) & 0xff00) | _opcode) macro
1185 INST_REPLACE_OP(inst, originalOpcode));
1186 inst = INST_REPLACE_OP(inst, originalOpcode);
H A DInterpC-portable.cpp287 #define INST_REPLACE_OP(_inst, _opcode) (((_inst) & 0xff00) | _opcode) macro
2806 INST_REPLACE_OP(inst, originalOpcode));
2807 inst = INST_REPLACE_OP(inst, originalOpcode);
H A DInterpC-x86.cpp287 #define INST_REPLACE_OP(_inst, _opcode) (((_inst) & 0xff00) | _opcode) macro

Completed in 247 milliseconds