Home
last modified time | relevance | path

Searched refs:SUBFIC (Results 1 – 18 of 18) sorted by relevance

/external/pcre/dist2/src/sljit/
DsljitNativePPC_32.c153 return push_inst(compiler, SUBFIC | D(dst) | A(src1) | compiler->imm); in emit_single_op()
DsljitNativePPC_64.c300 return push_inst(compiler, SUBFIC | D(dst) | A(src1) | compiler->imm); in emit_single_op()
DsljitNativePPC_common.c225 #define SUBFIC (HI(8)) macro
/external/v8/src/ppc/
Ddisasm-ppc.cc1173 case SUBFIC: { in InstructionDecode()
Dconstants-ppc.h1772 V(subfic, SUBFIC, 0x20000000) \
Dassembler-ppc.cc873 d_form(SUBFIC, dst, src, imm.immediate(), true); in subfic()
Dsimulator-ppc.cc1628 case SUBFIC: { in ExecuteGeneric()
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCInstrInfo.td876 def SUBFIC : DForm_2< 8, (outs GPRC:$rD), (ins GPRC:$rA, s16imm:$imm),
1369 // SUBFIC
1371 (SUBFIC GPRC:$in, imm:$imm)>;
DPPCFrameLowering.cpp364 BuildMI(MBB, MBBI, dl, TII.get(PPC::SUBFIC) ,PPC::R0) in emitPrologue()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCInstrInfo.td2185 def SUBFIC : DForm_2< 8, (outs gprc:$rD), (ins gprc:$rA, s16imm:$imm),
2965 // SUBFIC
2967 (SUBFIC $in, imm:$imm)>;
3462 (RLWNM $in, (SUBFIC $sa, 32), 31, 31)>,
3464 (RLDCL $in, (SUBFIC $sa, 64), 63)> >;
3471 (SUBFIC $sa, 32), 31, 31)>,
3474 (SUBFIC $sa, 64), 63)> >;
DPPCFrameLowering.cpp781 : PPC::SUBFIC); in emitPrologue()
DPPCInstr64Bit.td1380 // SUBFIC
DPPCInstrInfo.cpp2648 III.ImmOpcode = Opc == PPC::SUBFC ? PPC::SUBFIC : PPC::SUBFIC8; in instrHasImmForm()
/external/llvm/lib/Target/PowerPC/
DPPCFrameLowering.cpp771 : PPC::SUBFIC); in emitPrologue()
DPPCInstrInfo.td1959 def SUBFIC : DForm_2< 8, (outs gprc:$rD), (ins gprc:$rA, s16imm:$imm),
2685 // SUBFIC
2687 (SUBFIC $in, imm:$imm)>;
/external/capstone/arch/PowerPC/
DPPCGenDisassemblerTables.inc392 /* 1470 */ MCD_OPC_Decode, 132, 7, 11, // Opcode: SUBFIC
DPPCGenAsmWriter.inc920 2147502254U, // SUBFIC
2193 0U, // SUBFIC
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
Dconvert-rr-to-ri-instrs.mir6199 ; CHECK: SUBFIC %7, 55