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

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

Completed in 181 milliseconds