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

12

/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/nios2/
H A Dtramp.c40 #define ORI(reg,imm16) \ macro
48 #define ORI(reg,imm16) \ macro
65 addr[1] = ORI (SC_REGNO, (chain & 0xffff));
67 addr[3] = ORI (2, (fn & 0xffff));
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/nios2/
H A Dtramp.c40 #define ORI(reg,imm16) \ macro
48 #define ORI(reg,imm16) \ macro
65 addr[1] = ORI (SC_REGNO, (chain & 0xffff));
67 addr[3] = ORI (2, (fn & 0xffff));
/netbsd-current/sys/external/bsd/sljit/dist/sljit_src/
H A DsljitNativePPC_64.c57 return push_inst(compiler, ORI | S(TMP_ZERO) | A(reg) | IMM(imm));
61 return (imm & 0xffff) ? push_inst(compiler, ORI | S(reg) | A(reg) | IMM(imm)) : SLJIT_SUCCESS;
79 FAIL_IF(push_inst(compiler, ORI | S(reg) | A(reg) | IMM(tmp >> 32)));
91 return push_inst(compiler, ORI | S(reg) | A(reg) | tmp2);
98 return (imm & 0xffff) ? push_inst(compiler, ORI | S(reg) | A(reg) | IMM(tmp2)) : SLJIT_SUCCESS;
109 FAIL_IF(push_inst(compiler, ORI | S(reg) | A(reg) | (tmp2 >> 48)));
115 FAIL_IF(push_inst(compiler, ORI | S(reg) | A(reg) | IMM(imm >> 32)));
118 return push_inst(compiler, ORI | S(reg) | A(reg) | IMM(imm));
303 return push_inst(compiler, ORI | S(src1) | A(dst) | compiler->imm);
311 FAIL_IF(push_inst(compiler, ORI |
[all...]
H A DsljitNativeMIPS_64.c40 return push_inst(compiler, ORI | SA(0) | TA(dst_ar) | IMM(imm), dst_ar);
47 return (imm & 0xffff) ? push_inst(compiler, ORI | SA(dst_ar) | TA(dst_ar) | IMM(imm), dst_ar) : SLJIT_SUCCESS;
83 FAIL_IF(push_inst(compiler, ORI | SA(dst_ar) | TA(dst_ar) | IMM(uimm >> 32), dst_ar));
91 return !(imm & 0xffff) ? SLJIT_SUCCESS : push_inst(compiler, ORI | SA(dst_ar) | TA(dst_ar) | IMM(imm), dst_ar);
116 FAIL_IF(push_inst(compiler, ORI | SA(dst_ar) | TA(dst_ar) | IMM(uimm >> 48), dst_ar));
120 return !(imm & 0xffff) ? SLJIT_SUCCESS : push_inst(compiler, ORI | SA(dst_ar) | TA(dst_ar) | IMM(imm), dst_ar);
239 FAIL_IF(push_inst(compiler, ORI | SA(0) | T(dst) | IMM((op & SLJIT_I32_OP) ? 32 : 64), UNMOVABLE_INS));
266 FAIL_IF(push_inst(compiler, ORI | S(src1) | TA(OTHER_FLAG) | IMM(src2), OTHER_FLAG));
307 FAIL_IF(push_inst(compiler, ORI | S(src1) | TA(EQUAL_FLAG) | IMM(src2), EQUAL_FLAG));
487 EMIT_LOGICAL(ORI, O
[all...]
H A DsljitNativePPC_32.c37 return push_inst(compiler, ORI | S(TMP_ZERO) | A(reg) | IMM(imm));
40 return (imm & 0xffff) ? push_inst(compiler, ORI | S(reg) | A(reg) | IMM(imm)) : SLJIT_SUCCESS;
175 return push_inst(compiler, ORI | S(src1) | A(dst) | compiler->imm);
183 FAIL_IF(push_inst(compiler, ORI | S(src1) | A(dst) | IMM(compiler->imm)));
236 return push_inst(compiler, ORI | S(reg) | A(reg) | IMM(init_value));
H A DsljitNativeMIPS_32.c34 return push_inst(compiler, ORI | SA(0) | TA(dst_ar) | IMM(imm), dst_ar);
40 return (imm & 0xffff) ? push_inst(compiler, ORI | SA(dst_ar) | TA(dst_ar) | IMM(imm), dst_ar) : SLJIT_SUCCESS;
148 FAIL_IF(push_inst(compiler, ORI | SA(0) | T(dst) | IMM(32), UNMOVABLE_INS));
175 FAIL_IF(push_inst(compiler, ORI | S(src1) | TA(OTHER_FLAG) | IMM(src2), OTHER_FLAG));
216 FAIL_IF(push_inst(compiler, ORI | S(src1) | TA(EQUAL_FLAG) | IMM(src2), EQUAL_FLAG));
393 EMIT_LOGICAL(ORI, OR);
420 return push_inst(compiler, ORI | S(dst) | T(dst) | IMM(init_value), DR(dst));
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mips/
H A Dulw-reloc.d65 # This one must use LUI/ORI
71 # This one must use LUI/ORI
H A Dulh-reloc.d55 # This one must use LUI/ORI
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp173 : ORI() {}
188 SmallVector<OutlineRegionInfo, 4> ORI; member in struct:__anon2855::FunctionOutliningMultiRegionInfo
554 OutliningInfo->ORI.push_back(RegInfo);
1034 OI->ORI) {
1046 ClonedOMRI->ORI.push_back(MappedRegionInfo);
1144 if (ClonedOMRI->ORI.empty())
1161 ClonedOMRI->ORI) {
/netbsd-current/external/gpl3/binutils/dist/include/opcode/
H A Dnios2r1.h395 #define MATCH_R1_MOVUI MATCH_R1_OP (ORI) | SET_IW_I_A (0)
417 #define MATCH_R1_ORI MATCH_R1_OP (ORI)
H A Dnios2r2.h940 #define MATCH_R2_MOVUI MATCH_R2_OP (ORI) | SET_IW_F2I16_A (0)
974 #define MATCH_R2_ORI MATCH_R2_OP (ORI)
/netbsd-current/external/gpl3/gdb.old/dist/include/opcode/
H A Dnios2r1.h395 #define MATCH_R1_MOVUI MATCH_R1_OP (ORI) | SET_IW_I_A (0)
417 #define MATCH_R1_ORI MATCH_R1_OP (ORI)
H A Dnios2r2.h940 #define MATCH_R2_MOVUI MATCH_R2_OP (ORI) | SET_IW_F2I16_A (0)
974 #define MATCH_R2_ORI MATCH_R2_OP (ORI)
/netbsd-current/external/gpl3/gdb/dist/include/opcode/
H A Dnios2r1.h395 #define MATCH_R1_MOVUI MATCH_R1_OP (ORI) | SET_IW_I_A (0)
417 #define MATCH_R1_ORI MATCH_R1_OP (ORI)
H A Dnios2r2.h940 #define MATCH_R2_MOVUI MATCH_R2_OP (ORI) | SET_IW_F2I16_A (0)
974 #define MATCH_R2_ORI MATCH_R2_OP (ORI)
/netbsd-current/external/gpl3/binutils.old/dist/include/opcode/
H A Dnios2r1.h395 #define MATCH_R1_MOVUI MATCH_R1_OP (ORI) | SET_IW_I_A (0)
417 #define MATCH_R1_ORI MATCH_R1_OP (ORI)
H A Dnios2r2.h940 #define MATCH_R2_MOVUI MATCH_R2_OP (ORI) | SET_IW_F2I16_A (0)
974 #define MATCH_R2_ORI MATCH_R2_OP (ORI)
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCExpandISEL.cpp455 TII->get(isISEL8(*MI) ? PPC::ORI8 : PPC::ORI))
H A DPPCFrameLowering.cpp667 : PPC::ORI );
1297 BuildMI(MBB, MBBI, DL, TII.get(isPPC64 ? PPC::ORI8 : PPC::ORI), TempReg)
1575 : PPC::ORI );
2526 unsigned ORIInstr = is64Bit ? PPC::ORI8 : PPC::ORI;
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-nds32.c5034 OP6 (ORI),
5055 OP6 (ORI),
5073 OP6 (ORI),
5095 OP6 (ORI),
5114 OP6 (ORI),
5136 OP6(ORI),
5174 OP6 (ORI),
5193 OP6 (ORI),
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-nds32.c5036 OP6 (ORI),
5057 OP6 (ORI),
5075 OP6 (ORI),
5097 OP6 (ORI),
5116 OP6 (ORI),
5138 OP6(ORI),
5176 OP6 (ORI),
5195 OP6 (ORI),
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dnds32-tdep.c708 else if (CHOP_BITS (insn, 15) == N32_TYPE2 (ORI, REG_TA, REG_TA, 0))
744 else if (CHOP_BITS (insn, 15) == N32_TYPE2 (ORI, REG_GP, REG_GP, 0))
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dnds32-tdep.c697 else if (CHOP_BITS (insn, 15) == N32_TYPE2 (ORI, REG_TA, REG_TA, 0))
733 else if (CHOP_BITS (insn, 15) == N32_TYPE2 (ORI, REG_GP, REG_GP, 0))
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-nds32.c5035 OP6 (ORI),
5056 OP6 (ORI),
5074 OP6 (ORI),
5096 OP6 (ORI),
5115 OP6 (ORI),
5137 OP6(ORI),
5175 OP6 (ORI),
5194 OP6 (ORI),
/netbsd-current/sys/arch/mips/mips/
H A Dbds_emul.S87 PTR_WORD bcemul_ori # 015 ORI

Completed in 378 milliseconds

12