Searched refs:__immed12_pre (Results 1 – 7 of 7) sorted by relevance
/system/core/libpixelflinger/codeflinger/ |
D | ARMAssemblerProxy.h | 105 int Rn, uint32_t offset = __immed12_pre(0)); 107 int Rn, uint32_t offset = __immed12_pre(0)); 109 int Rn, uint32_t offset = __immed12_pre(0)); 111 int Rn, uint32_t offset = __immed12_pre(0)); 150 int Rn, uint32_t offset = __immed12_pre(0)); 152 int Rn, uint32_t offset = __immed12_pre(0));
|
D | ARMAssembler.h | 116 int Rn, uint32_t offset = __immed12_pre(0)); 118 int Rn, uint32_t offset = __immed12_pre(0)); 120 int Rn, uint32_t offset = __immed12_pre(0)); 122 int Rn, uint32_t offset = __immed12_pre(0));
|
D | ARMAssemblerInterface.h | 74 static uint32_t __immed12_pre(int32_t immed12, int W=0); 155 int Rn, uint32_t offset = __immed12_pre(0)) = 0; 157 int Rn, uint32_t offset = __immed12_pre(0)) = 0; 159 int Rn, uint32_t offset = __immed12_pre(0)) = 0; 161 int Rn, uint32_t offset = __immed12_pre(0)) = 0; 338 int Rn, uint32_t offset = __immed12_pre(0)); 340 int Rn, uint32_t offset = __immed12_pre(0));
|
D | ARMAssemblerInterface.cpp | 44 uint32_t ARMAssemblerInterface::__immed12_pre(int32_t immed12, int W) in __immed12_pre() function in android::ARMAssemblerInterface
|
D | MIPS64Assembler.h | 170 virtual void ADDR_LDR(int cc, int Rd, int Rn, uint32_t offset = __immed12_pre(0)); 171 virtual void ADDR_STR(int cc, int Rd, int Rn, uint32_t offset = __immed12_pre(0));
|
/system/core/libpixelflinger/tests/arch-mips64/assembler/ |
D | mips64_assembler_test.cpp | 529 op2 = a64asm->__immed12_pre(0); in dataTransferTest()
|
/system/core/libpixelflinger/tests/arch-arm64/assembler/ |
D | arm64_assembler_test.cpp | 576 op2 = a64asm->__immed12_pre(0); in dataTransferTest()
|