Searched refs:REG (Results 1 – 3 of 3) sorted by relevance
/system/core/libcutils/arch-x86/ |
D | android_memset32.S | 66 #define CFI_PUSH(REG) \ argument 68 cfi_rel_offset (REG, 0) 70 #define CFI_POP(REG) \ argument 72 cfi_restore (REG) 74 #define PUSH(REG) pushl REG; CFI_PUSH (REG) argument 75 #define POP(REG) popl REG; CFI_POP (REG) argument
|
D | android_memset16.S | 66 #define CFI_PUSH(REG) \ argument 68 cfi_rel_offset (REG, 0) 70 #define CFI_POP(REG) \ argument 72 cfi_restore (REG) 74 #define PUSH(REG) pushl REG; CFI_PUSH (REG) argument 75 #define POP(REG) popl REG; CFI_POP (REG) argument
|
/system/core/libpixelflinger/codeflinger/ |
D | GGLAssembler.h | 34 #define CONTEXT_ADDR_LOAD(REG, FIELD) \ argument 35 ADDR_LDR(AL, REG, mBuilderContext.Rctx, immed12_pre(GGL_OFFSETOF(FIELD))) 37 #define CONTEXT_ADDR_STORE(REG, FIELD) \ argument 38 ADDR_STR(AL, REG, mBuilderContext.Rctx, immed12_pre(GGL_OFFSETOF(FIELD))) 40 #define CONTEXT_LOAD(REG, FIELD) \ argument 41 LDR(AL, REG, mBuilderContext.Rctx, immed12_pre(GGL_OFFSETOF(FIELD))) 43 #define CONTEXT_STORE(REG, FIELD) \ argument 44 STR(AL, REG, mBuilderContext.Rctx, immed12_pre(GGL_OFFSETOF(FIELD)))
|