Home
last modified time | relevance | path

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

/art/runtime/arch/x86/
Dmemcmp16_x86.S27 #define CFI_PUSH(REG) \ argument
29 CFI_REL_OFFSET(REG, 0)
31 #define CFI_POP(REG) \ argument
33 CFI_RESTORE(REG)
35 #define PUSH(REG) pushl REG; CFI_PUSH (REG) argument
36 #define POP(REG) popl REG; CFI_POP (REG) argument