HomeSort by relevance Sort by last modified time
    Searched defs:INST_REPLACE_OP (Results 1 - 9 of 9) sorted by null

  /dalvik/vm/mterp/c/
header.cpp 272 #define INST_REPLACE_OP(_inst, _opcode) (((_inst) & 0xff00) | _opcode)
  /dalvik/vm/mterp/out/
InterpC-armv5te-vfp.cpp 279 #define INST_REPLACE_OP(_inst, _opcode) (((_inst) & 0xff00) | _opcode)
    [all...]
InterpC-armv5te.cpp 279 #define INST_REPLACE_OP(_inst, _opcode) (((_inst) & 0xff00) | _opcode)
    [all...]
InterpC-armv7-a-neon.cpp 279 #define INST_REPLACE_OP(_inst, _opcode) (((_inst) & 0xff00) | _opcode)
    [all...]
InterpC-armv7-a.cpp 279 #define INST_REPLACE_OP(_inst, _opcode) (((_inst) & 0xff00) | _opcode)
    [all...]
InterpC-allstubs.cpp 279 #define INST_REPLACE_OP(_inst, _opcode) (((_inst) & 0xff00) | _opcode)
    [all...]
InterpC-portable.cpp 279 #define INST_REPLACE_OP(_inst, _opcode) (((_inst) & 0xff00) | _opcode)
    [all...]
InterpC-x86-atom.cpp 279 #define INST_REPLACE_OP(_inst, _opcode) (((_inst) & 0xff00) | _opcode)
    [all...]
InterpC-x86.cpp 279 #define INST_REPLACE_OP(_inst, _opcode) (((_inst) & 0xff00) | _opcode)
    [all...]

Completed in 1219 milliseconds