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 599 #define GET_OPA4(rd) ext rd, rINST, 8, 4
601 #define GET_OPA4(rd) GET_OPA(rd); and rd, 0xf
  /art/runtime/interpreter/mterp/out/
mterp_mips.S 606 #define GET_OPA4(rd) ext rd, rINST, 8, 4
608 #define GET_OPA4(rd) GET_OPA(rd); and rd, 0xf
833 GET_OPA4(a0) # a0 <- A from 11:8
883 GET_OPA4(a2) # a2 <- A(+)
927 GET_OPA4(a0) # a0 <- A from 11:8
    [all...]

Completed in 630 milliseconds