/external/capstone/suite/MC/PowerPC/ |
D | ppc64-encoding.s.cs | 100 0x7c,0x43,0x20,0x16 = mulhwu 2, 3, 4 101 0x7c,0x43,0x20,0x17 = mulhwu. 2, 3, 4
|
/external/llvm/test/CodeGen/PowerPC/ |
D | mulhs.ll | 3 ; RUN: not grep mulhwu %t
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/ |
D | mulhs.ll | 3 ; RUN: not grep mulhwu %t
|
/external/llvm/test/MC/PowerPC/ |
D | ppc64-encoding.s | 415 # CHECK-BE: mulhwu 2, 3, 4 # encoding: [0x7c,0x43,0x20,0x16] 416 # CHECK-LE: mulhwu 2, 3, 4 # encoding: [0x16,0x20,0x43,0x7c] 417 mulhwu 2, 3, 4 418 # CHECK-BE: mulhwu. 2, 3, 4 # encoding: [0x7c,0x43,0x20,0x17] 419 # CHECK-LE: mulhwu. 2, 3, 4 # encoding: [0x17,0x20,0x43,0x7c] 420 mulhwu. 2, 3, 4
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/PowerPC/ |
D | ppc64-encoding.s | 456 # CHECK-BE: mulhwu 2, 3, 4 # encoding: [0x7c,0x43,0x20,0x16] 457 # CHECK-LE: mulhwu 2, 3, 4 # encoding: [0x16,0x20,0x43,0x7c] 458 mulhwu 2, 3, 4 459 # CHECK-BE: mulhwu. 2, 3, 4 # encoding: [0x7c,0x43,0x20,0x17] 460 # CHECK-LE: mulhwu. 2, 3, 4 # encoding: [0x17,0x20,0x43,0x7c] 461 mulhwu. 2, 3, 4
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/PowerPC/ |
D | ppc64le-encoding.txt | 322 # CHECK: mulhwu 2, 3, 4 325 # CHECK: mulhwu. 2, 3, 4
|
D | ppc64-encoding.txt | 325 # CHECK: mulhwu 2, 3, 4 328 # CHECK: mulhwu. 2, 3, 4
|
/external/llvm/test/MC/Disassembler/PowerPC/ |
D | ppc64-encoding.txt | 325 # CHECK: mulhwu 2, 3, 4 328 # CHECK: mulhwu. 2, 3, 4
|
D | ppc64le-encoding.txt | 322 # CHECK: mulhwu 2, 3, 4 325 # CHECK: mulhwu. 2, 3, 4
|
/external/v8/src/codegen/ppc/ |
D | assembler-ppc.h | 804 void mulhwu(Register dst, Register src1, Register src2, RCBit r = LeaveRC);
|
D | constants-ppc.h | 2075 V(mulhwu, MULHWUX, 0x7C000016) \
|
D | assembler-ppc.cc | 847 void Assembler::mulhwu(Register dst, Register src1, Register src2, RCBit r) { in mulhwu() function in v8::internal::Assembler
|
/external/u-boot/doc/ |
D | README.POST | 452 subfc, subfe, subme, subze, mullw, mulhw, mulhwu, divw, divwu,
|
/external/v8/src/compiler/backend/ppc/ |
D | code-generator-ppc.cc | 1337 __ mulhwu(i.OutputRegister(1), i.InputRegister(0), i.InputRegister(2)); in AssembleArchInstruction() local 1526 __ mulhwu(r0, i.InputRegister(0), i.InputRegister(1), i.OutputRCBit()); in AssembleArchInstruction() local
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/PowerPC/ |
D | PPCGenAsmMatcher.inc | 4275 "mtvsrwz\005mtxer\005mulhd\006mulhdu\005mulhw\006mulhwu\005mulld\005mull" 5994 …{ 7692 /* mulhwu */, PPC::MULHWU, Convert__RegGPRC1_0__RegGPRC1_1__RegGPRC1_2, 0, { MCK_RegGPRC, M… 5995 …{ 7692 /* mulhwu */, PPC::MULHWUo, Convert__RegGPRC1_1__RegGPRC1_2__RegGPRC1_3, 0, { MCK__DOT_, MC…
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.td | 2486 "mulhwu", "$rT, $rA, $rB", IIC_IntMulHWU,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.td | 2766 "mulhwu", "$rT, $rA, $rB", IIC_IntMulHWU,
|