Home
last modified time | relevance | path

Searched refs:modud (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
Dppc64-P9-mod.ll67 ; CHECK: modud {{[0-9]+}}, 3, 4
167 ; CHECK: modud {{[0-9]+}}, 3, 4
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/PowerPC/
Dppc64-encoding.s537 # CHECK-BE: modud 2, 3, 4 # encoding: [0x7c,0x43,0x22,0x12]
538 # CHECK-LE: modud 2, 3, 4 # encoding: [0x12,0x22,0x43,0x7c]
539 modud 2, 3, 4
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/PowerPC/
Dppc64le-encoding.txt361 # CHECK: modud 2, 3, 4
Dppc64-encoding.txt385 # CHECK: modud 2, 3, 4
/external/llvm/lib/Target/PowerPC/
Dp9-instrs.txt114 [PO RT RA RB XO /] modud RT,RA,RB
/external/v8/src/ppc/
Dconstants-ppc.h1088 V(modud, MODUD, 0x7C000212) \
/external/v8/src/compiler/ppc/
Dcode-generator-ppc.cc1530 __ modud(i.OutputRegister(), i.InputRegister(0), i.InputRegister(1)); in AssembleArchInstruction() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCInstr64Bit.td786 "modud $rT, $rA, $rB", IIC_IntDivW,