Searched refs:modsd (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/PowerPC/ |
D | ppc64-encoding.s | 534 # CHECK-BE: modsd 2, 3, 4 # encoding: [0x7c,0x43,0x26,0x12] 535 # CHECK-LE: modsd 2, 3, 4 # encoding: [0x12,0x26,0x43,0x7c] 536 modsd 2, 3, 4
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/ |
D | ppc64-P9-mod.ll | 51 ; CHECK: modsd {{[0-9]+}}, 3, 4
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/PowerPC/ |
D | ppc64le-encoding.txt | 358 # CHECK: modsd 2, 3, 4
|
D | ppc64-encoding.txt | 382 # CHECK: modsd 2, 3, 4
|
/external/llvm/lib/Target/PowerPC/ |
D | p9-instrs.txt | 111 [PO RT RA RB XO /] modsd RT,RA,RB
|
/external/v8/src/ppc/ |
D | constants-ppc.h | 1086 V(modsd, MODSD, 0x7C000612) \
|
/external/v8/src/compiler/ppc/ |
D | code-generator-ppc.cc | 1514 __ modsd(i.OutputRegister(), i.InputRegister(0), i.InputRegister(1)); in AssembleArchInstruction() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCInstr64Bit.td | 783 "modsd $rT, $rA, $rB", IIC_IntDivW,
|