Home
last modified time | relevance | path

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

/art/runtime/arch/x86_64/
Dquick_entrypoints_x86_64.S1449 MACRO2(POP_REG_NE, reg, exclude_reg)
1490 POP_REG_NE rcx, RAW_VAR(dest_reg64) // Restore registers except dest_reg
1491 POP_REG_NE rdx, RAW_VAR(dest_reg64)
1492 POP_REG_NE rsi, RAW_VAR(dest_reg64)
1493 POP_REG_NE rdi, RAW_VAR(dest_reg64)
1494 POP_REG_NE rax, RAW_VAR(dest_reg64)
2294 POP_REG_NE r11, RAW_VAR(reg)
2295 POP_REG_NE r10, RAW_VAR(reg)
2296 POP_REG_NE r9, RAW_VAR(reg)
2297 POP_REG_NE r8, RAW_VAR(reg)
[all …]
/art/runtime/arch/x86/
Dquick_entrypoints_x86.S1476 MACRO2(POP_REG_NE, reg, exclude_reg)
1510 POP_REG_NE ecx, RAW_VAR(dest_reg) // Restore args except dest_reg
1511 POP_REG_NE edx, RAW_VAR(dest_reg)
1512 POP_REG_NE ebx, RAW_VAR(dest_reg)
1514 POP_REG_NE eax, RAW_VAR(dest_reg)
2323 POP_REG_NE ebx, RAW_VAR(reg)
2324 POP_REG_NE edx, RAW_VAR(reg)
2325 POP_REG_NE ecx, RAW_VAR(reg)
2326 POP_REG_NE eax, RAW_VAR(reg)
2333 POP_REG_NE eax, RAW_VAR(reg)
/art/runtime/arch/arm64/
Dquick_entrypoints_arm64.S1290 .macro POP_REG_NE xReg, offset, xExclude macro
1349 POP_REG_NE x0, 0, \xDest
1350 POP_REG_NE x1, 8, \xDest
1351 POP_REG_NE x2, 16, \xDest
1352 POP_REG_NE x3, 24, \xDest
1353 POP_REG_NE x4, 32, \xDest
2553 POP_REG_NE xLR, 144, \xreg // Restore also return address.
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S843 .macro POP_REG_NE rReg, offset, rExclude macro
885 POP_REG_NE r0, 0, \rDest @ conditionally restore saved registers
886 POP_REG_NE r1, 4, \rDest
887 POP_REG_NE r2, 8, \rDest
888 POP_REG_NE r3, 12, \rDest
889 POP_REG_NE ip, 16, \rDest
/art/runtime/arch/mips64/
Dquick_entrypoints_mips64.S1406 .macro POP_REG_NE rReg, nReg, offset, rExclude macro
1457 POP_REG_NE $t0, 12, 32, \rDest
1458 POP_REG_NE $t1, 13, 40, \rDest