/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/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/ |
D | mulhs.ll | 3 ; RUN: not grep mulhwu %t
|
/external/swiftshader/third_party/LLVM/test/CodeGen/PowerPC/ |
D | mulhs.ll | 3 ; RUN: not grep mulhwu %t
|
/external/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/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCSchedule.td | 276 // mulhwu IntMulHWU
|
D | PPCInstrInfo.td | 1181 "mulhwu $rT, $rA, $rB", IntMulHWU,
|
/external/v8/src/compiler/ppc/ |
D | code-generator-ppc.cc | 1286 __ mulhwu(i.OutputRegister(1), i.InputRegister(0), i.InputRegister(2)); in AssembleArchInstruction() local 1475 __ mulhwu(i.OutputRegister(), i.InputRegister(0), i.InputRegister(1), in AssembleArchInstruction() local
|
/external/v8/src/ppc/ |
D | assembler-ppc.h | 1048 void mulhwu(Register dst, Register src1, Register src2, RCBit r = LeaveRC);
|
D | constants-ppc.h | 2022 V(mulhwu, MULHWUX, 0x7C000016) \
|
D | assembler-ppc.cc | 897 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/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,
|