Searched refs:DIVW (Results 1 – 12 of 12) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/ |
D | RISCVInstrInfoM.td | 32 def DIVW : ALUW_rr<0b0000001, 0b100, "divw">;
|
/external/pcre/dist2/src/sljit/ |
D | sljitNativePPC_common.c | 163 #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/ |
D | disasm-ppc.cc | 770 case DIVW: { in DecodeExt2()
|
D | constants-ppc.h | 2004 V(divw, DIVW, 0x7C0003D6) \
|
D | assembler-ppc.cc | 905 xo_form(EXT2 | DIVW, dst, src1, src2, o, r); in divw()
|
D | simulator-ppc.cc | 2758 case DIVW: { in ExecuteGeneric()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | P9InstrResources.td | 946 DIVW, 982 (instregex "DIVW(U)?(O)?o$")
|
D | PPCInstrInfo.td | 2737 defm DIVW : XOForm_1rcr<31, 491, 0, (outs gprc:$rT), (ins gprc:$rA, gprc:$rB),
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCInstrInfo.td | 1169 def DIVW : XOForm_1<31, 491, 0, (outs GPRC:$rT), (ins GPRC:$rA, GPRC:$rB),
|
/external/capstone/arch/PowerPC/ |
D | PPCGenDisassemblerTables.inc | 887 /* 3557 */ MCD_OPC_Decode, 244, 1, 42, // Opcode: DIVW
|
D | PPCGenAsmWriter.inc | 264 23480U, // DIVW 1537 0U, // DIVW
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.td | 2457 defm DIVW : XOForm_1rcr<31, 491, 0, (outs gprc:$rT), (ins gprc:$rA, gprc:$rB),
|