Searched refs:isARM (Results 1 - 3 of 3) sorted by relevance
/external/llvm/lib/Target/ARM/ |
H A D | ARMFrameLowering.cpp | 123 static void emitRegPlusImmediate(bool isARM, MachineBasicBlock &MBB, argument 130 if (isARM) 138 static void emitSPUpdate(bool isARM, MachineBasicBlock &MBB, argument 144 emitRegPlusImmediate(isARM, MBB, MBBI, dl, TII, ARM::SP, ARM::SP, NumBytes, 303 bool isARM = !AFI->isThumbFunction(); local 331 emitSPUpdate(isARM, MBB, MBBI, dl, TII, -ArgRegsSaveSize, 339 emitSPUpdate(isARM, MBB, MBBI, dl, TII, -(NumBytes - ArgRegsSaveSize), 422 emitSPUpdate(isARM, MBB, MBBI, dl, TII, -DPRGapSize, 500 emitSPUpdate(isARM, MBB, MBBI, dl, TII, -NumBytes, 505 if (HasFP && isARM) 706 bool isARM = !AFI->isThumbFunction(); local 1751 bool isARM = !AFI->isThumbFunction(); local [all...] |
H A D | ARMExpandPseudoInsts.cpp | 1079 bool isARM = Opcode != ARM::t2MOV_ga_pcrel; local 1080 unsigned LO16Opc = isARM ? ARM::MOVi16_ga_pcrel : ARM::t2MOVi16_ga_pcrel; 1081 unsigned HI16Opc = isARM ? ARM::MOVTi16_ga_pcrel :ARM::t2MOVTi16_ga_pcrel; 1084 unsigned PICAddOpc = isARM 1101 if (isARM) {
|
/external/libgdx/gdx/src/com/badlogic/gdx/utils/ |
H A D | SharedLibraryLoader.java | 42 static public boolean isARM = System.getProperty("os.arch").startsWith("arm");
field in class:SharedLibraryLoader 97 if (isLinux) return "lib" + libraryName + (isARM ? "arm" + abi : "") + (is64Bit ? "64.so" : ".so");
|
Completed in 2128 milliseconds