Home
last modified time | relevance | path

Searched refs:Is32Bit (Results 1 – 8 of 8) sorted by relevance

/external/llvm/utils/TableGen/
DX86RecognizableInstr.h84 bool Is32Bit; variable
DX86RecognizableInstr.cpp217 Is32Bit = false; in RecognizableInstr()
224 Is32Bit = true; in RecognizableInstr()
859 UID, Is32Bit, IgnoresVEX_L); in emitDecodePath()
865 UID, Is32Bit, IgnoresVEX_L); in emitDecodePath()
/external/lldb/source/Plugins/ObjectFile/ELF/
DELFHeader.h83 bool Is32Bit() const { in Is32Bit() function
DELFHeader.cpp114 const unsigned byte_size = Is32Bit() ? 4 : 8; in Parse()
DObjectFileELF.cpp1314 if (hdr->Is32Bit()) in ParsePLTRelocations()
/external/llvm/lib/Target/PowerPC/
DPPCCTRLoops.cpp190 static bool isLargeIntegerTy(bool Is32Bit, Type *Ty) { in isLargeIntegerTy() argument
192 return ITy->getBitWidth() > (Is32Bit ? 32U : 64U); in isLargeIntegerTy()
/external/llvm/lib/Target/Sparc/
DSparcInstrInfo.td25 def Is32Bit : Predicate<"!Subtarget.is64Bit()">;
510 let Predicates = [Is32Bit], isCodeGenOnly = 1 in
1164 let Predicates = [Is32Bit] in {
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp1654 bool Is32Bit = is32Bit(VT); in lowerGR128Binary() local
1655 Even = DAG.getTargetExtractSubreg(SystemZ::even128(Is32Bit), DL, VT, Result); in lowerGR128Binary()
1656 Odd = DAG.getTargetExtractSubreg(SystemZ::odd128(Is32Bit), DL, VT, Result); in lowerGR128Binary()