Home
last modified time | relevance | path

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

/external/pcre/dist2/src/sljit/
DsljitNativePPC_64.c95 FAIL_IF(push_inst(compiler, ORIS | S(reg) | A(reg) | (tmp2 >> 16))); in load_immediate()
115 FAIL_IF(push_inst(compiler, ORIS | S(reg) | A(reg) | IMM(imm >> 16))); in load_immediate()
316 return push_inst(compiler, ORIS | S(src1) | A(dst) | compiler->imm); in emit_single_op()
321 return push_inst(compiler, ORIS | S(dst) | A(dst) | IMM(compiler->imm >> 16)); in emit_single_op()
397 FAIL_IF(push_inst(compiler, ORIS | S(reg) | A(reg) | IMM(init_value >> 16))); in emit_const()
DsljitNativePPC_32.c189 return push_inst(compiler, ORIS | S(src1) | A(dst) | compiler->imm); in emit_single_op()
194 return push_inst(compiler, ORIS | S(dst) | A(dst) | IMM(compiler->imm >> 16)); in emit_single_op()
DsljitNativePPC_common.c200 #define ORIS (HI(25)) macro
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCFrameLowering.cpp145 BuildMI(*MI->getParent(), MI, dl, TII.get(PPC::ORIS), DstReg) in HandleVRSaveUpdate()
149 BuildMI(*MI->getParent(), MI, dl, TII.get(PPC::ORIS), DstReg) in HandleVRSaveUpdate()
154 BuildMI(*MI->getParent(), MI, dl, TII.get(PPC::ORIS), DstReg) in HandleVRSaveUpdate()
158 BuildMI(*MI->getParent(), MI, dl, TII.get(PPC::ORIS), DstReg) in HandleVRSaveUpdate()
DPPCInstrInfo.td903 def ORIS : DForm_4<25, (outs GPRC:$dst), (ins GPRC:$src1, u16imm:$src2),
1365 (ORIS (ORI GPRC:$in, (LO16 imm:$imm)), (HI16 imm:$imm))>;
/external/llvm/lib/Target/PowerPC/
DPPCFrameLowering.cpp360 BuildMI(*MI->getParent(), MI, dl, TII.get(PPC::ORIS), DstReg) in HandleVRSaveUpdate()
364 BuildMI(*MI->getParent(), MI, dl, TII.get(PPC::ORIS), DstReg) in HandleVRSaveUpdate()
369 BuildMI(*MI->getParent(), MI, dl, TII.get(PPC::ORIS), DstReg) in HandleVRSaveUpdate()
373 BuildMI(*MI->getParent(), MI, dl, TII.get(PPC::ORIS), DstReg) in HandleVRSaveUpdate()
DPPCISelDAGToDAG.cpp4034 Op32.getMachineOpcode() == PPC::ORIS) { in PeepholePPC64ZExtGather()
4192 case PPC::ORIS: NewOpcode = PPC::ORIS8; break; in PeepholePPC64ZExt()
DPPCInstrInfo.td1987 def ORIS : DForm_4<25, (outs gprc:$dst), (ins gprc:$src1, u16imm:$src2),
2681 (ORIS (ORI $in, (LO16 imm:$imm)), (HI16 imm:$imm))>;
/external/v8/src/ppc/
Ddisasm-ppc.cc1273 case ORIS: { in InstructionDecode()
Dconstants-ppc.h1729 V(oris, ORIS, 0x64000000) \
Dassembler-ppc.cc1008 d_form(ORIS, src, dst, imm.imm_, false); in oris()
Dsimulator-ppc.cc3639 case ORIS: { in ExecuteGeneric()