HomeSort by relevance Sort by last modified time
    Searched refs:ORIS (Results 1 - 13 of 13) sorted by null

  /external/pcre/dist2/src/sljit/
sljitNativePPC_64.c 95 FAIL_IF(push_inst(compiler, ORIS | S(reg) | A(reg) | (tmp2 >> 16)));
115 FAIL_IF(push_inst(compiler, ORIS | S(reg) | A(reg) | IMM(imm >> 16)));
316 return push_inst(compiler, ORIS | S(src1) | A(dst) | compiler->imm);
321 return push_inst(compiler, ORIS | S(dst) | A(dst) | IMM(compiler->imm >> 16));
397 FAIL_IF(push_inst(compiler, ORIS | S(reg) | A(reg) | IMM(init_value >> 16)));
sljitNativePPC_32.c 189 return push_inst(compiler, ORIS | S(src1) | A(dst) | compiler->imm);
194 return push_inst(compiler, ORIS | S(dst) | A(dst) | IMM(compiler->imm >> 16));
sljitNativePPC_common.c 200 #define ORIS (HI(25))
393 /* oris -> ori */
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCFrameLowering.cpp 145 BuildMI(*MI->getParent(), MI, dl, TII.get(PPC::ORIS), DstReg)
149 BuildMI(*MI->getParent(), MI, dl, TII.get(PPC::ORIS), DstReg)
154 BuildMI(*MI->getParent(), MI, dl, TII.get(PPC::ORIS), DstReg)
158 BuildMI(*MI->getParent(), MI, dl, TII.get(PPC::ORIS), DstReg)
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFrameLowering.cpp 360 BuildMI(*MI->getParent(), MI, dl, TII.get(PPC::ORIS), DstReg)
364 BuildMI(*MI->getParent(), MI, dl, TII.get(PPC::ORIS), DstReg)
369 BuildMI(*MI->getParent(), MI, dl, TII.get(PPC::ORIS), DstReg)
373 BuildMI(*MI->getParent(), MI, dl, TII.get(PPC::ORIS), DstReg)
    [all...]
PPCISelDAGToDAG.cpp     [all...]
  /external/v8/src/ppc/
constants-ppc.h     [all...]
assembler-ppc.cc 339 // 658c00c3 oris r12, r12, 195
1007 void Assembler::oris(Register dst, Register src, const Operand& imm) { function in class:v8::internal::Assembler
1008 d_form(ORIS, src, dst, imm.imm_, false);
    [all...]
simulator-ppc.cc     [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
tables.go 205 ORIS
1532 ORIS: "oris",
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
tables.go 205 ORIS
1532 ORIS: "oris",
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/ppc64/
asm9.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/internal/obj/ppc64/
asm9.go     [all...]

Completed in 360 milliseconds