/toolchain/binutils/binutils-2.25/gas/testsuite/gas/v850/ |
arith.s | 9 mulh r5,r6 10 mulh 5,r6
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/fr30/ |
allinsn.s | 101 .global mulh 102 mulh: label 103 mulh r1, r2
|
allinsn.d | 105 0+0048 <mulh>: 106 48: bf 12 mulh r1,r2
|
/external/llvm/test/CodeGen/SystemZ/ |
int-mul-07.ll | 5 ; We don't provide *MUL_LOHI or MULH* for the patterns in this file,
|
/toolchain/binutils/binutils-2.25/include/opcode/ |
rl78.h | 104 RLO_mulh, /* MULH */
|
/toolchain/binutils/binutils-2.25/opcodes/ |
microblaze-opcm.h | 30 mulh, mulhu, mulhsu,swapb,swaph, enumerator in enum:microblaze_instr
|
microblaze-opc.h | 141 {"mulh", INST_TYPE_RD_R1_R2, INST_NO_OFFSET, NO_DELAY_SLOT, IMMVAL_MASK_NON_SPECIAL, 0x40000001, OPCODE_MASK_H4, mulh, mult_inst }, [all...] |
fr30-desc.c | 756 /* mulh $Rj,$Ri */ 758 FR30_INSN_MULH, "mulh", "mulh", 16, [all...] |
rl78-decode.opc | 759 rl78->syntax = "mulh"; ID(mulh); [all...] |
fr30-opc.c | 389 /* mulh $Rj,$Ri */
|
ip2k-desc.c | 146 { "MULH", 15, {0, {{{0, 0}}}}, 0, 0 }, [all...] |
v850-opc.c | [all...] |
rl78-decode.c | [all...] |
/toolchain/binutils/binutils-2.25/cpu/ |
ip2k.cpu | 208 ("DPH" #xC) ("DPL" #xD) ("SPDREG" #xE) ("MULH" #xF) 307 (define-pmacro mulh (reg h-spr #x0F)) 513 (set mulh (srl tmp 8))) 524 (set mulh (srl tmp 8))) 665 (set mulh (srl tmp 8))) 676 (set mulh (srl tmp 8))) [all...] |
fr30.cpu | 807 (dni mulh 808 "mulh Rj,Ri" 810 "mulh $Rj,$Ri" [all...] |
/toolchain/binutils/binutils-2.25/gas/config/ |
rl78-parse.y | 167 %token MACH MACHU MOV MOV1 MOVS MOVW MULH MULHU MULU 506 | MULH 1299 OPC(MULH), [all...] |
/external/v8/src/compiler/mips/ |
code-generator-mips.cc | 644 __ Mulh(i.OutputRegister(), i.InputRegister(0), i.InputOperand(1)); [all...] |
/external/v8/src/compiler/mips64/ |
code-generator-mips64.cc | 660 __ Mulh(i.OutputRegister(), i.InputRegister(0), i.InputOperand(1)); [all...] |
/external/v8/src/mips/ |
macro-assembler-mips.h | 612 DEFINE_INSTRUCTION(Mulh); [all...] |
macro-assembler-mips.cc | 712 void MacroAssembler::Mulh(Register rd, Register rs, const Operand& rt) { [all...] |
/external/v8/src/mips64/ |
macro-assembler-mips64.h | 638 DEFINE_INSTRUCTION(Mulh); [all...] |
macro-assembler-mips64.cc | 698 void MacroAssembler::Mulh(Register rd, Register rs, const Operand& rt) { [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
LegalizeDAG.cpp | [all...] |
/external/llvm/lib/Target/SystemZ/ |
SystemZISelLowering.cpp | 191 // Use *MUL_LOHI where possible instead of MULH*. [all...] |
/external/valgrind/VEX/priv/ |
guest_arm64_toIR.c | [all...] |