Home
last modified time | relevance | path

Searched refs:moduw (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/PowerPC/
Dppc64-encoding.s531 # CHECK-BE: moduw 2, 3, 4 # encoding: [0x7c,0x43,0x22,0x16]
532 # CHECK-LE: moduw 2, 3, 4 # encoding: [0x16,0x22,0x43,0x7c]
533 moduw 2, 3, 4
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
Dppc64-P9-mod.ll36 ; CHECK: moduw {{[0-9]+}}, 3, 4
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/PowerPC/
Dppc64le-encoding.txt355 # CHECK: moduw 2, 3, 4
Dppc64-encoding.txt379 # CHECK: moduw 2, 3, 4
/external/llvm/lib/Target/PowerPC/
Dp9-instrs.txt108 [PO RT RA RB XO /] moduw RT,RA,RB
/external/v8/src/codegen/ppc/
Dconstants-ppc.h1140 V(moduw, MODUW, 0x7C000216)
/external/v8/src/compiler/backend/ppc/
Dcode-generator-ppc.cc1574 __ moduw(i.OutputRegister(), i.InputRegister(0), i.InputRegister(1)); in AssembleArchInstruction() local
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/PowerPC/
DPPCGenAsmMatcher.inc4265 "mfxer\005modsd\005modsw\005modud\005moduw\002mr\007msgsync\005msync\005"
5883 …{ 7183 /* moduw */, PPC::MODUW, Convert__RegGPRC1_0__RegGPRC1_1__RegGPRC1_2, 0, { MCK_RegGPRC, MCK…
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCInstrInfo.td2717 "moduw $rT, $rA, $rB", IIC_IntDivW,