Searched refs:LogicalImm (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCInstrInfo.cpp | 4725 int64_t LogicalImm = MI.getOperand(2).getImm(); in simplifyToLI() local 4728 Result = LogicalImm | SExtImm; in simplifyToLI() 4730 Result = LogicalImm ^ SExtImm; in simplifyToLI()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64InstrInfo.td | 2723 defm AND : LogicalImm<0b00, "and", and, "bic">; 2724 defm EOR : LogicalImm<0b10, "eor", xor, "eon">; 2725 defm ORR : LogicalImm<0b01, "orr", or, "orn">;
|
H A D | AArch64InstrFormats.td | 3272 multiclass LogicalImm<bits<2> opc, string mnemonic, SDNode OpNode, 3323 // Split from LogicalImm as not all instructions have both.
|