/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/ |
D | vec_mul.ll | 15 ; CHECK-NOT: mullw 18 ; CHECK-LE-NOT: mullw 21 ; CHECK-VSX-NOT: mullw 24 ; CHECK-LE-VSX-NOT: mullw 34 ; CHECK-NOT: mullw 37 ; CHECK-LE-NOT: mullw 40 ; CHECK-VSX-NOT: mullw 43 ; CHECK-LE-VSX-NOT: mullw 54 ; CHECK-NOT: mullw 59 ; CHECK-LE-NOT: mullw [all …]
|
/external/llvm/test/CodeGen/PowerPC/ |
D | vec_mul.ll | 15 ; CHECK-NOT: mullw 18 ; CHECK-LE-NOT: mullw 21 ; CHECK-VSX-NOT: mullw 24 ; CHECK-LE-VSX-NOT: mullw 34 ; CHECK-NOT: mullw 37 ; CHECK-LE-NOT: mullw 40 ; CHECK-VSX-NOT: mullw 43 ; CHECK-LE-VSX-NOT: mullw 54 ; CHECK-NOT: mullw 59 ; CHECK-LE-NOT: mullw [all …]
|
/external/capstone/suite/MC/PowerPC/ |
D | ppc64-encoding.s.cs | 98 0x7c,0x43,0x21,0xd6 = mullw 2, 3, 4 99 0x7c,0x43,0x21,0xd7 = mullw. 2, 3, 4
|
/external/u-boot/post/lib_powerpc/ |
D | asm.S | 317 mullw r0,r3,r4 336 mullw r3,r3,r0
|
/external/llvm/test/MC/PowerPC/ |
D | ppc64-encoding.s | 407 # CHECK-BE: mullw 2, 3, 4 # encoding: [0x7c,0x43,0x21,0xd6] 408 # CHECK-LE: mullw 2, 3, 4 # encoding: [0xd6,0x21,0x43,0x7c] 409 mullw 2, 3, 4 410 # CHECK-BE: mullw. 2, 3, 4 # encoding: [0x7c,0x43,0x21,0xd7] 411 # CHECK-LE: mullw. 2, 3, 4 # encoding: [0xd7,0x21,0x43,0x7c] 412 mullw. 2, 3, 4
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/PowerPC/ |
D | ppc64-encoding.s | 448 # CHECK-BE: mullw 2, 3, 4 # encoding: [0x7c,0x43,0x21,0xd6] 449 # CHECK-LE: mullw 2, 3, 4 # encoding: [0xd6,0x21,0x43,0x7c] 450 mullw 2, 3, 4 451 # CHECK-BE: mullw. 2, 3, 4 # encoding: [0x7c,0x43,0x21,0xd7] 452 # CHECK-LE: mullw. 2, 3, 4 # encoding: [0xd7,0x21,0x43,0x7c] 453 mullw. 2, 3, 4
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/PowerPC/ |
D | ppc64le-encoding.txt | 316 # CHECK: mullw 2, 3, 4 319 # CHECK: mullw. 2, 3, 4
|
D | ppc64-encoding.txt | 319 # CHECK: mullw 2, 3, 4 322 # CHECK: mullw. 2, 3, 4
|
/external/llvm/test/MC/Disassembler/PowerPC/ |
D | ppc64-encoding.txt | 319 # CHECK: mullw 2, 3, 4 322 # CHECK: mullw. 2, 3, 4
|
D | ppc64le-encoding.txt | 316 # CHECK: mullw 2, 3, 4 319 # CHECK: mullw. 2, 3, 4
|
/external/v8/src/compiler/backend/ppc/ |
D | code-generator-ppc.cc | 1333 __ mullw(i.TempRegister(0), i.InputRegister(0), i.InputRegister(3)); in AssembleArchInstruction() local 1334 __ mullw(i.TempRegister(1), i.InputRegister(2), i.InputRegister(1)); in AssembleArchInstruction() local 1336 __ mullw(i.OutputRegister(0), i.InputRegister(0), i.InputRegister(2)); in AssembleArchInstruction() local 1494 __ mullw(i.OutputRegister(), i.InputRegister(0), i.InputRegister(1), in AssembleArchInstruction() local 1509 __ mullw(kScratchReg, i.InputRegister(0), i.InputRegister(1)); // low in AssembleArchInstruction() local 1514 __ mullw(i.OutputRegister(0), i.InputRegister(0), in AssembleArchInstruction() local 1560 ASSEMBLE_MODULO(divw, mullw); in AssembleArchInstruction() 1576 ASSEMBLE_MODULO(divwu, mullw); in AssembleArchInstruction()
|
/external/v8/src/codegen/ppc/ |
D | assembler-ppc.h | 800 void mullw(Register dst, Register src1, Register src2, OEBit o = LeaveOE,
|
D | constants-ppc.h | 2077 V(mullw, MULLW, 0x7C0001D6) \
|
D | assembler-ppc.cc | 836 void Assembler::mullw(Register dst, Register src1, Register src2, OEBit o, in mullw() function in v8::internal::Assembler
|
/external/u-boot/doc/ |
D | README.POST | 452 subfc, subfe, subme, subze, mullw, mulhw, mulhwu, divw, divwu,
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/PowerPC/ |
D | PPCGenAsmMatcher.inc | 4276 "i\005mullw\004nand\003nap\003neg\003nop\003nor\003not\002or\003orc\003o" 5999 …{ 7711 /* mullw */, PPC::MULLW, Convert__RegGPRC1_0__RegGPRC1_1__RegGPRC1_2, 0, { MCK_RegGPRC, MCK… 6000 …{ 7711 /* mullw */, PPC::MULLWo, Convert__RegGPRC1_1__RegGPRC1_2__RegGPRC1_3, 0, { MCK__DOT_, MCK_…
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.td | 873 // and the record form is cracked (i.e. divw, mullw, etc.) 2489 "mullw", "$rT, $rA, $rB", IIC_IntMulHW,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.td | 988 // and the record form is cracked (i.e. divw, mullw, etc.) 2769 "mullw", "$rT, $rA, $rB", IIC_IntMulHW,
|