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

/art/runtime/interpreter/mterp/mips/
H A Dheader.S599 #define GET_OPA4(rd) ext rd, rINST, 8, 4 define
601 #define GET_OPA4(rd) GET_OPA(rd); and rd, 0xf define
/art/runtime/interpreter/mterp/out/
H A Dmterp_mips.S606 #define GET_OPA4(rd) ext rd, rINST, 8, 4 define
608 #define GET_OPA4(rd) GET_OPA(rd); and rd, 0xf define
833 GET_OPA4(a0) # a0 <- A from 11:8
883 GET_OPA4(a2) # a2 <- A(+)
927 GET_OPA4(a0) # a0 <- A from 11:8
1370 GET_OPA4(rOBJ) # rOBJ <- A+
1388 GET_OPA4(a2) # a2 <- A+
1891 GET_OPA4(a0) # a0 <- A+
1916 GET_OPA4(a0) # a0 <- A+
1941 GET_OPA4(a
[all...]

Completed in 87 milliseconds