Home
last modified time | relevance | path

Searched refs:t_mul (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/sim/arm/
Dthumbemu.c2136 enum { t_norm, t_shift, t_neg, t_mul } otype; in ARMul_ThumbDecode() enumerator
2153 { 0xE0100090, t_mul} , /* MULS Rd,Rd,Rs */ in ARMul_ThumbDecode()
2176 { 0xE0000090, t_mul} , /* MUL Rd,Rd,Rs */ in ARMul_ThumbDecode()
2199 case t_mul: in ARMul_ThumbDecode()
/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-arm.c24615 tCE("mul", 0000090, _mul, 3, (RRnpc, RRnpc, oRR), mul, t_mul),
24616 tC3("muls", 0100090, _muls, 3, (RRnpc, RRnpc, oRR), mul, t_mul),