Searched refs:ORI (Results 26 - 42 of 42) sorted by relevance

12

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp1320 Opc = PPC::ORI;
2139 TII.get(IsGPRC ? PPC::ORI : PPC::ORI8), ResultReg)
H A DPPCInstrInfo.cpp3251 Opc == PPC::ORI || Opc == PPC::ORI8 || Opc == PPC::XORI ||
3909 case PPC::OR: III.ImmOpcode = PPC::ORI; break;
4609 case PPC::ORI:
4615 if (Opc == PPC::ORI || Opc == PPC::ORI8)
5248 case PPC::ORI:
H A DPPCRegisterInfo.cpp1334 BuildMI(MBB, II, dl, TII.get(is64Bit ? PPC::ORI8 : PPC::ORI), SReg)
H A DPPCISelDAGToDAG.cpp1064 // ones, add the remaining bits with ORI, and then use RLDIC to mask off the
1078 // the remaining bits with ORI, and then mask them off after rotation.
1095 // ones, add the remaining bits with ORI, and then use RLDICL to mask off the
1123 // value, use LIS + ORI for int<32> value and then use RLDICL without mask to
6713 // For ORI and ORIS, we need the higher-order bits of the first operand to be
6716 if (Op32.getMachineOpcode() == PPC::ORI ||
6874 case PPC::ORI: NewOpcode = PPC::ORI8; break;
H A DPPCISelLowering.cpp11293 BuildMI(BB, dl, TII->get(PPC::ORI), Mask2Reg)
11731 BuildMI(*MBB, {MI}, DL, TII->get(isPPC64 ? PPC::ORI8 : PPC::ORI),
12312 BuildMI(BB, dl, TII->get(PPC::ORI), Mask2Reg)
/netbsd-current/sys/external/bsd/sljit/dist/sljit_src/
H A DsljitNativeTILEGX_64.c426 #define ORI(dst, srca, imm) \ macro
1675 FAIL_IF(ORI(ULESS_FLAG ,reg_map[src1], src2));
1737 FAIL_IF(ORI(TMP_EREG1, reg_map[src1], src2));
H A DsljitNativeMIPS_common.c156 #define ORI (HI(13)) macro
H A DsljitNativePPC_common.c201 #define ORI (HI(24)) macro
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp814 case RISCV::ORI:
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dnds32-asm.c256 {"ori", "=rt,%ra,%i15u", OP6 (ORI), 4, ATTR_ALL, 0, NULL, 0, NULL},
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dnds32-asm.c256 {"ori", "=rt,%ra,%i15u", OP6 (ORI), 4, ATTR_ALL, 0, NULL, 0, NULL},
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dnds32-asm.c256 {"ori", "=rt,%ra,%i15u", OP6 (ORI), 4, ATTR_ALL, 0, NULL, 0, NULL},
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dnds32-asm.c256 {"ori", "=rt,%ra,%i15u", OP6 (ORI), 4, ATTR_ALL, 0, NULL, 0, NULL},
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Delf32-nds32.c13850 insn = N32_TYPE2 (ORI, add_rt, sethi_rt, 0);
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delf32-nds32.c13895 insn = N32_TYPE2 (ORI, add_rt, sethi_rt, 0);
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Delf32-nds32.c13895 insn = N32_TYPE2 (ORI, add_rt, sethi_rt, 0);
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delf32-nds32.c13895 insn = N32_TYPE2 (ORI, add_rt, sethi_rt, 0);

Completed in 707 milliseconds

12