Searched refs:INST_REPLACE_OP (Results 1 - 12 of 12) sorted by relevance

/dalvik/vm/mterp/c/
H A DOP_BREAKPOINT.c21 INST_REPLACE_OP(inst, originalOpCode));
22 inst = INST_REPLACE_OP(inst, originalOpCode);
H A Dheader.c300 #define INST_REPLACE_OP(_inst, _opcode) (((_inst) & 0xff00) | _opcode) macro
/dalvik/vm/mterp/out/
H A DInterpC-x86-atom.c307 #define INST_REPLACE_OP(_inst, _opcode) (((_inst) & 0xff00) | _opcode) macro
1216 INST_REPLACE_OP(inst, originalOpCode));
1217 inst = INST_REPLACE_OP(inst, originalOpCode);
H A DInterpC-armv4t.c307 #define INST_REPLACE_OP(_inst, _opcode) (((_inst) & 0xff00) | _opcode) macro
H A DInterpC-armv5te-vfp.c307 #define INST_REPLACE_OP(_inst, _opcode) (((_inst) & 0xff00) | _opcode) macro
H A DInterpC-armv5te.c307 #define INST_REPLACE_OP(_inst, _opcode) (((_inst) & 0xff00) | _opcode) macro
H A DInterpC-armv7-a-neon.c307 #define INST_REPLACE_OP(_inst, _opcode) (((_inst) & 0xff00) | _opcode) macro
H A DInterpC-armv7-a.c307 #define INST_REPLACE_OP(_inst, _opcode) (((_inst) & 0xff00) | _opcode) macro
H A DInterpC-allstubs.c307 #define INST_REPLACE_OP(_inst, _opcode) (((_inst) & 0xff00) | _opcode) macro
2814 INST_REPLACE_OP(inst, originalOpCode));
2815 inst = INST_REPLACE_OP(inst, originalOpCode);
H A DInterpC-portdbg.c307 #define INST_REPLACE_OP(_inst, _opcode) (((_inst) & 0xff00) | _opcode) macro
3175 INST_REPLACE_OP(inst, originalOpCode));
3176 inst = INST_REPLACE_OP(inst, originalOpCode);
H A DInterpC-portstd.c307 #define INST_REPLACE_OP(_inst, _opcode) (((_inst) & 0xff00) | _opcode) macro
2914 INST_REPLACE_OP(inst, originalOpCode));
2915 inst = INST_REPLACE_OP(inst, originalOpCode);
H A DInterpC-x86.c307 #define INST_REPLACE_OP(_inst, _opcode) (((_inst) & 0xff00) | _opcode) macro

Completed in 420 milliseconds