Searched refs:RegOpcL (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp13213 unsigned RegOpcL, RegOpcH, ImmOpcL, ImmOpcH; local
13217 RegOpcL = RegOpcH = X86::AND32rr;
13221 RegOpcL = RegOpcH = X86::OR32rr;
13225 RegOpcL = RegOpcH = X86::XOR32rr;
13229 RegOpcL = RegOpcH = X86::AND32rr;
13234 RegOpcL = X86::ADD32rr; RegOpcH = X86::ADC32rr;
13238 RegOpcL = X86::SUB32rr; RegOpcH = X86::SBB32rr;
13242 RegOpcL = RegOpcH = X86::MOV32rr;
13246 return EmitAtomicBit6432WithCustomInserter(MI, BB, RegOpcL, RegOpcH,

Completed in 93 milliseconds