Lines Matching defs:IsLP64
36092 static unsigned getSUBriOpcode(bool IsLP64) {
36093 if (IsLP64)
36204 const bool IsLP64 = Subtarget.isTarget64BitLP64();
36207 const unsigned TlsOffset = IsLP64 ? 0x70 : Is64Bit ? 0x40 : 0x30;
36239 IsLP64 || Subtarget.isTargetNaCl64() ? X86::RSP : X86::ESP;
36254 BuildMI(BB, MIMD, TII->get(IsLP64 ? X86::SUB64rr:X86::SUB32rr), SPLimitVReg)
36256 BuildMI(BB, MIMD, TII->get(IsLP64 ? X86::CMP64mr:X86::CMP32mr))
36272 if (IsLP64) {
36303 .addReg(IsLP64 ? X86::RAX : X86::EAX);