Home
last modified time | relevance | path

Searched refs:DIVW (Results 1 – 12 of 12) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/
DRISCVInstrInfoM.td32 def DIVW : ALUW_rr<0b0000001, 0b100, "divw">;
/external/pcre/dist2/src/sljit/
DsljitNativePPC_common.c163 #define DIVW (HI(31) | LO(491)) macro
1060 …FAIL_IF(push_inst(compiler, (int_op ? (op == SLJIT_DIVMOD_UW ? DIVWU : DIVW) : (op == SLJIT_DIVMOD… in sljit_emit_op0()
1063 …FAIL_IF(push_inst(compiler, (op == SLJIT_DIVMOD_UW ? DIVWU : DIVW) | D(SLJIT_R0) | A(SLJIT_R0) | B… in sljit_emit_op0()
1070 …return push_inst(compiler, (int_op ? (op == SLJIT_DIV_UW ? DIVWU : DIVW) : (op == SLJIT_DIV_UW ? D… in sljit_emit_op0()
1072 …return push_inst(compiler, (op == SLJIT_DIV_UW ? DIVWU : DIVW) | D(SLJIT_R0) | A(SLJIT_R0) | B(SLJ… in sljit_emit_op0()
/external/v8/src/ppc/
Ddisasm-ppc.cc770 case DIVW: { in DecodeExt2()
Dconstants-ppc.h2004 V(divw, DIVW, 0x7C0003D6) \
Dassembler-ppc.cc905 xo_form(EXT2 | DIVW, dst, src1, src2, o, r); in divw()
Dsimulator-ppc.cc2758 case DIVW: { in ExecuteGeneric()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DP9InstrResources.td946 DIVW,
982 (instregex "DIVW(U)?(O)?o$")
DPPCInstrInfo.td2737 defm DIVW : XOForm_1rcr<31, 491, 0, (outs gprc:$rT), (ins gprc:$rA, gprc:$rB),
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCInstrInfo.td1169 def DIVW : XOForm_1<31, 491, 0, (outs GPRC:$rT), (ins GPRC:$rA, GPRC:$rB),
/external/capstone/arch/PowerPC/
DPPCGenDisassemblerTables.inc887 /* 3557 */ MCD_OPC_Decode, 244, 1, 42, // Opcode: DIVW
DPPCGenAsmWriter.inc264 23480U, // DIVW
1537 0U, // DIVW
/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.td2457 defm DIVW : XOForm_1rcr<31, 491, 0, (outs gprc:$rT), (ins gprc:$rA, gprc:$rB),