Home | History | Annotate | Download | only in X86

Lines Matching refs:IsLP64

23465   const bool IsLP64 = Subtarget.isTarget64BitLP64();
23468 const unsigned TlsOffset = IsLP64 ? 0x70 : Is64Bit ? 0x40 : 0x30;
23500 IsLP64 || Subtarget.isTargetNaCl64() ? X86::RSP : X86::ESP;
23515 BuildMI(BB, DL, TII->get(IsLP64 ? X86::SUB64rr:X86::SUB32rr), SPLimitVReg)
23517 BuildMI(BB, DL, TII->get(IsLP64 ? X86::CMP64mr:X86::CMP32mr))
23533 if (IsLP64) {
23564 .addReg(IsLP64 ? X86::RAX : X86::EAX);