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

  /art/runtime/interpreter/mterp/mips/
header.S 252 #define GET_INST_OPCODE(rd) and rd, rINST, 0xFF
  /art/runtime/interpreter/mterp/out/
mterp_mips.S 259 #define GET_INST_OPCODE(rd) and rd, rINST, 0xFF
558 GET_INST_OPCODE(t0) # extract opcode from rINST
573 GET_INST_OPCODE(t0) # extract opcode from rINST
586 GET_INST_OPCODE(t0) # t0 <- opcode from rINST
604 GET_INST_OPCODE(t0) # extract opcode from rINST
622 GET_INST_OPCODE(t0) # extract opcode from rINST
642 GET_INST_OPCODE(t0) # extract opcode from rINST
657 GET_INST_OPCODE(t0) # extract opcode from rINST
672 GET_INST_OPCODE(t0) # extract opcode from rINST
686 GET_INST_OPCODE(t0) # t0 <- opcode from rINS
    [all...]

Completed in 104 milliseconds