Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp801 bool Is16BitOp = !(MIOpc == X86::ADD8rr || MIOpc == X86::ADD8ri); in convertToThreeAddressWithLEA() local
803 assert((!Is16BitOp || RegInfo.getTargetRegisterInfo()->getRegSizeInBits( in convertToThreeAddressWithLEA()
833 unsigned SubReg = Is16BitOp ? X86::sub_16bit : X86::sub_8bit; in convertToThreeAddressWithLEA()