Home
last modified time | relevance | path

Searched refs:POP_REG_NE (Results 1 – 4 of 4) sorted by relevance

/art/runtime/arch/x86_64/
Dquick_entrypoints_x86_64.S1210 MACRO2(POP_REG_NE, reg, exclude_reg)
1251 POP_REG_NE rcx, RAW_VAR(dest_reg64) // Restore registers except dest_reg
1252 POP_REG_NE rdx, RAW_VAR(dest_reg64)
1253 POP_REG_NE rsi, RAW_VAR(dest_reg64)
1254 POP_REG_NE rdi, RAW_VAR(dest_reg64)
1255 POP_REG_NE rax, RAW_VAR(dest_reg64)
2067 POP_REG_NE r11, RAW_VAR(reg)
2068 POP_REG_NE r10, RAW_VAR(reg)
2069 POP_REG_NE r9, RAW_VAR(reg)
2070 POP_REG_NE r8, RAW_VAR(reg)
[all …]
/art/runtime/arch/x86/
Dquick_entrypoints_x86.S1409 MACRO2(POP_REG_NE, reg, exclude_reg)
1443 POP_REG_NE ecx, RAW_VAR(dest_reg) // Restore args except dest_reg
1444 POP_REG_NE edx, RAW_VAR(dest_reg)
1445 POP_REG_NE ebx, RAW_VAR(dest_reg)
1447 POP_REG_NE eax, RAW_VAR(dest_reg)
2283 POP_REG_NE ebx, RAW_VAR(reg)
2284 POP_REG_NE edx, RAW_VAR(reg)
2285 POP_REG_NE ecx, RAW_VAR(reg)
2286 POP_REG_NE eax, RAW_VAR(reg)
2293 POP_REG_NE eax, RAW_VAR(reg)
/art/runtime/arch/arm64/
Dquick_entrypoints_arm64.S1029 .macro POP_REG_NE xReg, offset, xExclude macro
1088 POP_REG_NE x0, 0, \xDest
1089 POP_REG_NE x1, 8, \xDest
1090 POP_REG_NE x2, 16, \xDest
1091 POP_REG_NE x3, 24, \xDest
1092 POP_REG_NE x4, 32, \xDest
2282 POP_REG_NE xLR, 144, \xreg // Restore also return address.
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S713 .macro POP_REG_NE rReg, offset, rExclude macro
755 POP_REG_NE r0, 0, \rDest @ conditionally restore saved registers
756 POP_REG_NE r1, 4, \rDest
757 POP_REG_NE r2, 8, \rDest
758 POP_REG_NE r3, 12, \rDest
759 POP_REG_NE ip, 16, \rDest