Home
last modified time | relevance | path

Searched refs:ORIS (Results 1 – 18 of 18) 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()
350 return push_inst(compiler, ORIS | S(src1) | A(dst) | compiler->imm); in emit_single_op()
355 return push_inst(compiler, ORIS | S(dst) | A(dst) | IMM(compiler->imm >> 16)); in emit_single_op()
476 FAIL_IF(push_inst(compiler, ORIS | S(reg) | A(reg) | IMM(init_value >> 16))); in emit_const()
DsljitNativePPC_32.c198 return push_inst(compiler, ORIS | S(src1) | A(dst) | compiler->imm); in emit_single_op()
203 return push_inst(compiler, ORIS | S(dst) | A(dst) | IMM(compiler->imm >> 16)); in emit_single_op()
DsljitNativePPC_common.c204 #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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCFrameLowering.cpp378 BuildMI(*MI.getParent(), MI, dl, TII.get(PPC::ORIS), DstReg) in HandleVRSaveUpdate()
382 BuildMI(*MI.getParent(), MI, dl, TII.get(PPC::ORIS), DstReg) in HandleVRSaveUpdate()
387 BuildMI(*MI.getParent(), MI, dl, TII.get(PPC::ORIS), DstReg) in HandleVRSaveUpdate()
391 BuildMI(*MI.getParent(), MI, dl, TII.get(PPC::ORIS), DstReg) in HandleVRSaveUpdate()
DPPCISelDAGToDAG.cpp5881 Op32.getMachineOpcode() == PPC::ORIS) { in PeepholePPC64ZExtGather()
6039 case PPC::ORIS: NewOpcode = PPC::ORIS8; break; in PeepholePPC64ZExt()
DPPCInstrInfo.cpp3316 case PPC::ORIS: in isSignOrZeroExtended()
DPPCInstrInfo.td2213 def ORIS : DForm_4<25, (outs gprc:$dst), (ins gprc:$src1, u16imm:$src2),
2961 (ORIS (ORI $in, (LO16 imm:$imm)), (HI16 imm:$imm))>;
/external/v8/src/ppc/
Ddisasm-ppc.cc1303 case ORIS: { in InstructionDecode()
Dconstants-ppc.h1756 V(oris, ORIS, 0x64000000) \
Dassembler-ppc.cc949 d_form(ORIS, src, dst, imm.immediate(), false); in oris()
Dsimulator-ppc.cc1904 case ORIS: { in ExecuteGeneric()
/external/capstone/arch/PowerPC/
DPPCGenAsmWriter.inc773 22026U, // ORIS
2046 1U, // ORIS
3956 // ANDISo, ANDISo8, ANDIo, ANDIo8, CMPLDI, CMPLWI, ORI, ORI8, ORIS, ORIS8...
DPPCGenDisassemblerTables.inc621 /* 2472 */ MCD_OPC_Decode, 241, 5, 29, // Opcode: ORIS