Searched refs:Is8BitOp (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86InstrInfo.h | 612 bool Is8BitOp) const;
|
| H A D | X86InstrInfo.cpp | 1135 bool Is8BitOp) const { in convertToThreeAddressWithLEA() 1139 assert((Is8BitOp || RegInfo.getTargetRegisterInfo()->getRegSizeInBits( in convertToThreeAddressWithLEA() 1171 unsigned SubReg = Is8BitOp ? X86::sub_8bit : X86::sub_16bit; in convertToThreeAddressWithLEA() 1341 bool Is8BitOp = false; in convertToThreeAddress() local 1397 Is8BitOp = true; in convertToThreeAddress() 1404 return convertToThreeAddressWithLEA(MIOpc, MI, LV, LIS, Is8BitOp); in convertToThreeAddress() 1458 Is8BitOp = true; in convertToThreeAddress() 1462 return convertToThreeAddressWithLEA(MIOpc, MI, LV, LIS, Is8BitOp); in convertToThreeAddress() 1514 Is8BitOp = true; in convertToThreeAddress() 1518 return convertToThreeAddressWithLEA(MIOpc, MI, LV, LIS, Is8BitOp); in convertToThreeAddress() [all …]
|