Home
last modified time | relevance | path

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

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