Home
last modified time | relevance | path

Searched refs:mullw (Results 1 – 20 of 20) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
Dvec_mul.ll15 ; 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/
Dvec_mul.ll15 ; 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/
Dppc64-encoding.s.cs98 0x7c,0x43,0x21,0xd6 = mullw 2, 3, 4
99 0x7c,0x43,0x21,0xd7 = mullw. 2, 3, 4
/external/u-boot/post/lib_powerpc/
Dasm.S317 mullw r0,r3,r4
336 mullw r3,r3,r0
/external/swiftshader/third_party/LLVM/test/CodeGen/PowerPC/
Dvec_mul.ll1 ; RUN: llc < %s -march=ppc32 -mcpu=g5 | not grep mullw
/external/llvm/test/MC/PowerPC/
Dppc64-encoding.s407 # 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/
Dppc64-encoding.s448 # 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/v8/src/compiler/ppc/
Dcode-generator-ppc.cc1282 __ mullw(i.TempRegister(0), i.InputRegister(0), i.InputRegister(3)); in AssembleArchInstruction() local
1283 __ mullw(i.TempRegister(1), i.InputRegister(2), i.InputRegister(1)); in AssembleArchInstruction() local
1285 __ mullw(i.OutputRegister(0), i.InputRegister(0), i.InputRegister(2)); in AssembleArchInstruction() local
1443 __ mullw(i.OutputRegister(), i.InputRegister(0), i.InputRegister(1), in AssembleArchInstruction() local
1458 __ mullw(kScratchReg, in AssembleArchInstruction() local
1464 __ mullw(i.OutputRegister(0), in AssembleArchInstruction() local
1508 ASSEMBLE_MODULO(divw, mullw); in AssembleArchInstruction()
1524 ASSEMBLE_MODULO(divwu, mullw); in AssembleArchInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/PowerPC/
Dppc64le-encoding.txt316 # CHECK: mullw 2, 3, 4
319 # CHECK: mullw. 2, 3, 4
Dppc64-encoding.txt319 # CHECK: mullw 2, 3, 4
322 # CHECK: mullw. 2, 3, 4
/external/llvm/test/MC/Disassembler/PowerPC/
Dppc64-encoding.txt319 # CHECK: mullw 2, 3, 4
322 # CHECK: mullw. 2, 3, 4
Dppc64le-encoding.txt316 # CHECK: mullw 2, 3, 4
319 # CHECK: mullw. 2, 3, 4
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCSchedule.td279 // mullw IntMulHW
DPPCInstrInfo.td1184 "mullw $rT, $rA, $rB", IntMulHW,
/external/v8/src/ppc/
Dassembler-ppc.h1044 void mullw(Register dst, Register src1, Register src2, OEBit o = LeaveOE,
Dconstants-ppc.h2024 V(mullw, MULLW, 0x7C0001D6) \
Dassembler-ppc.cc884 void Assembler::mullw(Register dst, Register src1, Register src2, OEBit o, in mullw() 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.td873 // 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/
DPPCInstrInfo.td988 // and the record form is cracked (i.e. divw, mullw, etc.)
2769 "mullw", "$rT, $rA, $rB", IIC_IntMulHW,