Searched refs:ORIS (Results 1 – 12 of 12) sorted by relevance
/external/pcre/dist2/src/sljit/ |
D | sljitNativePPC_64.c | 95 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()
|
D | sljitNativePPC_32.c | 189 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()
|
D | sljitNativePPC_common.c | 200 #define ORIS (HI(25)) macro
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCFrameLowering.cpp | 145 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()
|
D | PPCInstrInfo.td | 903 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/ |
D | PPCFrameLowering.cpp | 360 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()
|
D | PPCISelDAGToDAG.cpp | 4034 Op32.getMachineOpcode() == PPC::ORIS) { in PeepholePPC64ZExtGather() 4192 case PPC::ORIS: NewOpcode = PPC::ORIS8; break; in PeepholePPC64ZExt()
|
D | PPCInstrInfo.td | 1987 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/ |
D | disasm-ppc.cc | 1273 case ORIS: { in InstructionDecode()
|
D | constants-ppc.h | 1729 V(oris, ORIS, 0x64000000) \
|
D | assembler-ppc.cc | 1008 d_form(ORIS, src, dst, imm.imm_, false); in oris()
|
D | simulator-ppc.cc | 3639 case ORIS: { in ExecuteGeneric()
|