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

/art/runtime/interpreter/mterp/mips/
H A Dheader.S305 #define GET_INST_OPCODE(rd) and rd, rINST, 0xFF define
/art/runtime/interpreter/mterp/out/
H A Dmterp_mips.S312 #define GET_INST_OPCODE(rd) and rd, rINST, 0xFF define
809 GET_INST_OPCODE(t0) # extract opcode from rINST
823 GET_INST_OPCODE(t0) # extract opcode from rINST
836 GET_INST_OPCODE(t0) # t0 <- opcode from rINST
853 GET_INST_OPCODE(t0) # extract opcode from rINST
870 GET_INST_OPCODE(t0) # extract opcode from rINST
888 GET_INST_OPCODE(t0) # extract opcode from rINST
902 GET_INST_OPCODE(t0) # extract opcode from rINST
916 GET_INST_OPCODE(t0) # extract opcode from rINST
930 GET_INST_OPCODE(t
[all...]

Completed in 154 milliseconds