Searched refs:ORIS (Results 1 – 11 of 11) sorted by relevance
/external/pcre/dist/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 | 196 #define ORIS (HI(25)) macro
|
/external/v8/src/ppc/ |
D | constants-ppc.h | 115 ORIS = 25 << 26, // OR Immediate Shifted enumerator
|
D | disasm-ppc.cc | 1224 case ORIS: { in InstructionDecode()
|
D | assembler-ppc-inl.h | 350 (instr3 & kOpcodeMask) == ORIS && (instr4 & kOpcodeMask) == ORI && in IsPatchedReturnSequence()
|
D | assembler-ppc.cc | 955 d_form(ORIS, src, dst, imm.imm_, false); in oris()
|
D | simulator-ppc.cc | 3500 case ORIS: { in ExecuteGeneric()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCFrameLowering.cpp | 362 BuildMI(*MI->getParent(), MI, dl, TII.get(PPC::ORIS), DstReg) in HandleVRSaveUpdate() 366 BuildMI(*MI->getParent(), MI, dl, TII.get(PPC::ORIS), DstReg) in HandleVRSaveUpdate() 371 BuildMI(*MI->getParent(), MI, dl, TII.get(PPC::ORIS), DstReg) in HandleVRSaveUpdate() 375 BuildMI(*MI->getParent(), MI, dl, TII.get(PPC::ORIS), DstReg) in HandleVRSaveUpdate()
|
D | PPCISelDAGToDAG.cpp | 3977 Op32.getMachineOpcode() == PPC::ORIS) { in PeepholePPC64ZExtGather() 4135 case PPC::ORIS: NewOpcode = PPC::ORIS8; break; in PeepholePPC64ZExt()
|
D | PPCInstrInfo.td | 1925 def ORIS : DForm_4<25, (outs gprc:$dst), (ins gprc:$src1, u16imm:$src2), 2592 (ORIS (ORI $in, (LO16 imm:$imm)), (HI16 imm:$imm))>;
|