Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/pydir/
Dgen_arm32_reg_tables.py19 IsStackPtr=0, IsFramePtr=0, IsGPR=0, IsInt=0, IsI64Pair=0, argument
/external/swiftshader/third_party/subzero/src/
DIceRegistersMIPS32.h75 bool IsGPR = ((int(Reg_GPR_First) <= int(RegNum)) && in isGPRReg() local
DIceAssemblerX86Base.h826 static constexpr bool IsGPR = in is8BitRegisterRequiringRex() local
DIceRegistersARM32.h93 unsigned IsGPR : 1; member
/external/llvm/lib/Target/AArch64/
DAArch64FrameLowering.cpp879 bool IsGPR; member
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64FrameLowering.cpp1146 bool IsGPR; member
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp3282 bool MipsAsmParser::expandLoadImmReal(MCInst &Inst, bool IsSingle, bool IsGPR, in expandLoadImmReal()
3585 bool IsGPR = (DstRegClassID == Mips::GPR32RegClassID) || in expandMemInst() local
/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp2652 bool IsGPR = (DstRegClassID == Mips::GPR32RegClassID) || in expandLoadInst() local