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

  /art/runtime/interpreter/mterp/mips/
header.S 367 #define GET_OPA4(rd) ext rd, rINST, 8, 4
369 #define GET_OPA4(rd) GET_OPA(rd); and rd, 0xf
  /art/runtime/interpreter/mterp/out/
mterp_mips.S 374 #define GET_OPA4(rd) ext rd, rINST, 8, 4
376 #define GET_OPA4(rd) GET_OPA(rd); and rd, 0xf
583 GET_OPA4(a0) # a0 <- A from 11:8
636 GET_OPA4(a2) # a2 <- A(+)
683 GET_OPA4(a0) # a0 <- A from 11:8
    [all...]

Completed in 2800 milliseconds