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 303 #define GET_INST_OPCODE(rd) and rd, rINST, 0xFF
  /art/runtime/interpreter/mterp/out/
mterp_mips.S 310 #define GET_INST_OPCODE(rd) and rd, rINST, 0xFF
805 GET_INST_OPCODE(t0) # extract opcode from rINST
820 GET_INST_OPCODE(t0) # extract opcode from rINST
833 GET_INST_OPCODE(t0) # t0 <- opcode from rINST
850 GET_INST_OPCODE(t0) # extract opcode from rINST
867 GET_INST_OPCODE(t0) # extract opcode from rINST
885 GET_INST_OPCODE(t0) # extract opcode from rINST
899 GET_INST_OPCODE(t0) # extract opcode from rINST
913 GET_INST_OPCODE(t0) # extract opcode from rINST
927 GET_INST_OPCODE(t0) # t0 <- opcode from rINS
    [all...]

Completed in 4737 milliseconds