Home
last modified time | relevance | path

Searched refs:mulhw (Results 1 – 19 of 19) sorted by relevance

/external/capstone/suite/MC/PowerPC/
Dppc64-encoding.s.cs96 0x7c,0x43,0x20,0x96 = mulhw 2, 3, 4
97 0x7c,0x43,0x20,0x97 = mulhw. 2, 3, 4
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
Dmulhs.ll6 ; RUN: grep mulhw %t | count 1
/external/swiftshader/third_party/LLVM/test/CodeGen/PowerPC/
Dmulhs.ll6 ; RUN: grep mulhw %t | count 1
/external/llvm/test/CodeGen/PowerPC/
Dmulhs.ll6 ; RUN: grep mulhw %t | count 1
/external/llvm/test/MC/PowerPC/
Dppc64-encoding.s401 # CHECK-BE: mulhw 2, 3, 4 # encoding: [0x7c,0x43,0x20,0x96]
402 # CHECK-LE: mulhw 2, 3, 4 # encoding: [0x96,0x20,0x43,0x7c]
403 mulhw 2, 3, 4
404 # CHECK-BE: mulhw. 2, 3, 4 # encoding: [0x7c,0x43,0x20,0x97]
405 # CHECK-LE: mulhw. 2, 3, 4 # encoding: [0x97,0x20,0x43,0x7c]
406 mulhw. 2, 3, 4
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/PowerPC/
Dppc64-encoding.s442 # CHECK-BE: mulhw 2, 3, 4 # encoding: [0x7c,0x43,0x20,0x96]
443 # CHECK-LE: mulhw 2, 3, 4 # encoding: [0x96,0x20,0x43,0x7c]
444 mulhw 2, 3, 4
445 # CHECK-BE: mulhw. 2, 3, 4 # encoding: [0x7c,0x43,0x20,0x97]
446 # CHECK-LE: mulhw. 2, 3, 4 # encoding: [0x97,0x20,0x43,0x7c]
447 mulhw. 2, 3, 4
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/PowerPC/
Dppc64le-encoding.txt310 # CHECK: mulhw 2, 3, 4
313 # CHECK: mulhw. 2, 3, 4
Dppc64-encoding.txt313 # CHECK: mulhw 2, 3, 4
316 # CHECK: mulhw. 2, 3, 4
/external/llvm/test/MC/Disassembler/PowerPC/
Dppc64-encoding.txt313 # CHECK: mulhw 2, 3, 4
316 # CHECK: mulhw. 2, 3, 4
Dppc64le-encoding.txt310 # CHECK: mulhw 2, 3, 4
313 # CHECK: mulhw. 2, 3, 4
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCSchedule.td275 // mulhw IntMulHW
DPPCInstrInfo.td1178 "mulhw $rT, $rA, $rB", IntMulHW,
/external/v8/src/compiler/ppc/
Dcode-generator-ppc.cc1460 __ mulhw(i.OutputRegister(1), in AssembleArchInstruction() local
1466 __ mulhw(i.OutputRegister(1), in AssembleArchInstruction() local
1471 __ mulhw(i.OutputRegister(), i.InputRegister(0), i.InputRegister(1), in AssembleArchInstruction() local
/external/v8/src/ppc/
Dassembler-ppc.h1047 void mulhw(Register dst, Register src1, Register src2, RCBit r = LeaveRC);
Dconstants-ppc.h2020 V(mulhw, MULHWX, 0x7C000096) \
Dassembler-ppc.cc891 void Assembler::mulhw(Register dst, Register src1, Register src2, RCBit r) { in mulhw() function in v8::internal::Assembler
/external/u-boot/doc/
DREADME.POST452 subfc, subfe, subme, subze, mullw, mulhw, mulhwu, divw, divwu,
/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.td2483 "mulhw", "$rT, $rA, $rB", IIC_IntMulHW,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCInstrInfo.td2763 "mulhw", "$rT, $rA, $rB", IIC_IntMulHW,