Searched refs:OUT_32_ARG1 (Results 1 – 8 of 8) sorted by relevance
/art/runtime/interpreter/mterp/x86_64/ |
D | op_packed_switch.S | 14 GET_VREG OUT_32_ARG1, rINSTq # eax <- vAA
|
D | op_sput.S | 11 GET_VREG OUT_32_ARG1, rINSTq # fp[AA]
|
D | op_aget_object.S | 10 GET_VREG OUT_32_ARG1, %rcx # ecx <- vCC (requested index)
|
D | op_iput.S | 13 GET_VREG OUT_32_ARG1, %rcx # the object pointer
|
D | op_iput_wide.S | 7 GET_VREG OUT_32_ARG1, %rcx # the object pointer
|
D | op_iget.S | 11 GET_VREG OUT_32_ARG1, %rcx # the object pointer
|
D | header.S | 150 #define OUT_32_ARG1 %esi macro
|
/art/runtime/interpreter/mterp/out/ |
D | mterp_x86_64.S | 157 #define OUT_32_ARG1 %esi macro 1056 GET_VREG OUT_32_ARG1, rINSTq # eax <- vAA 1079 GET_VREG OUT_32_ARG1, rINSTq # eax <- vAA 1721 GET_VREG OUT_32_ARG1, %rcx # ecx <- vCC (requested index) 2053 GET_VREG OUT_32_ARG1, %rcx # the object pointer 2086 GET_VREG OUT_32_ARG1, %rcx # the object pointer 2120 GET_VREG OUT_32_ARG1, %rcx # the object pointer 2154 GET_VREG OUT_32_ARG1, %rcx # the object pointer 2188 GET_VREG OUT_32_ARG1, %rcx # the object pointer 2222 GET_VREG OUT_32_ARG1, %rcx # the object pointer [all …]
|