Searched refs:GET_VREG_HIGH (Results 1 – 4 of 4) sorted by relevance
/art/runtime/interpreter/mterp/x86/ |
D | arithmetic.S | 242 GET_VREG_HIGH %eax, %eax # eax <- v[BB+1] 258 GET_VREG_HIGH %ecx, %ecx # eax<- v[B+1] 401 GET_VREG_HIGH %eax, %eax # eax <- v[BB+1], BB is clobbered 444 GET_VREG_HIGH %ebx, %eax 449 GET_VREG_HIGH %ecx, %eax 471 GET_VREG_HIGH %ebx, %eax 476 GET_VREG_HIGH %ecx, %ecx 643 GET_VREG_HIGH %ecx, %ecx # ecx <- v[B+1] 661 GET_VREG_HIGH %ecx, %ecx # ecx <- v[B+1] 736 GET_VREG_HIGH rIBASE, %eax # ecx <- v[BB+1] [all …]
|
D | control_flow.S | 202 GET_VREG_HIGH %ecx, rINST # ecx <- v[AA+1]
|
D | main.S | 303 .macro GET_VREG_HIGH _reg _vreg macro
|
/art/runtime/interpreter/mterp/x86_64/ |
D | main.S | 291 .macro GET_VREG_HIGH _reg _vreg macro
|