Searched defs:GET_INST_OPCODE (Results 1 - 2 of 2) sorted by relevance

/art/runtime/interpreter/mterp/mips/
H A Dheader.S303 #define GET_INST_OPCODE(rd) and rd, rINST, 0xFF define
/art/runtime/interpreter/mterp/out/
H A Dmterp_mips.S310 #define GET_INST_OPCODE(rd) and rd, rINST, 0xFF define
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(t
[all...]

Completed in 70 milliseconds