Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp2472 bool Is64BitLI = false; in convertToImmediateForm() local
2546 Is64BitLI = Opc == PPC::ADDI8; in convertToImmediateForm()
2570 Is64BitLI = Opc != PPC::RLDICL_32; in convertToImmediateForm()
2597 Is64BitLI = Opc == PPC::RLWINM8 || Opc == PPC::RLWINM8o; in convertToImmediateForm()
2616 Is64BitLI = Opc == PPC::ORI8 || Opc == PPC::XORI8; in convertToImmediateForm()
2658 LII.Is64Bit = Is64BitLI; in convertToImmediateForm()