Home
last modified time | relevance | path

Searched refs:DIVWU (Results 1 – 8 of 8) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/gas/config/
Drl78-parse.h122 DIVWU = 323, /* DIVWU */ enumerator
247 #define DIVWU 323 macro
Drl78-parse.y169 %token DEC DECW DI DIVHU DIVWU
524 | DIVWU { ISA_G14 ("DIVWU"); }
1292 OPC(DIVWU),
Drl78-parse.c308 DIVWU = 323, /* DIVWU */ enumerator
433 #define DIVWU 323 macro
4536 OPC(DIVWU),
/netbsd/src/sys/external/bsd/sljit/dist/sljit_src/
DsljitNativePPC_common.c162 #define DIVWU (HI(31) | LO(459)) macro
1291 …FAIL_IF(push_inst(compiler, (int_op ? (op == SLJIT_DIVMOD_UW ? DIVWU : DIVW) : (op == SLJIT_DIVMOD… in sljit_emit_op0()
1294 …FAIL_IF(push_inst(compiler, (op == SLJIT_DIVMOD_UW ? DIVWU : DIVW) | D(SLJIT_R0) | A(SLJIT_R0) | B… in sljit_emit_op0()
1301 …return push_inst(compiler, (int_op ? (op == SLJIT_DIV_UW ? DIVWU : DIVW) : (op == SLJIT_DIV_UW ? D… in sljit_emit_op0()
1303 …return push_inst(compiler, (op == SLJIT_DIV_UW ? DIVWU : DIVW) | D(SLJIT_R0) | A(SLJIT_R0) | B(SLJ… in sljit_emit_op0()
/netbsd/src/external/gpl3/binutils/dist/gas/
DChangeLog-20151401 (MULH, DIVHU, DIVWU, MACHI, MACH): Update error strings.
1421 (MULHU, MULH, MULU, DIVHU, DIVWU, MACHU, MACH): Use them.
DChangeLog-20131780 * config/rl78-parse.y: Fix encoding of DIVWU insn.
/netbsd/src/external/gpl3/gdb/dist/opcodes/
DChangeLog-20131164 * rl78-decode.opc: Fix encoding of DIVWU insn.
/netbsd/src/external/gpl3/binutils/dist/opcodes/
DChangeLog-20131164 * rl78-decode.opc: Fix encoding of DIVWU insn.