Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
Dppc64-P9-mod.ll21 ; CHECK: modsw {{[0-9]+}}, 3, 4
85 ; CHECK-NOT: modsw
87 ; CHECK-NOT: modsw
89 ; CHECK-NOT: modsw
108 ; CHECK: modsw {{[0-9]+}}, 3, 5
126 ; CHECK-NOT: modsw
128 ; CHECK-NOT: modsw
130 ; CHECK-NOT: modsw
149 ; CHECK: modsw {{[0-9]+}}, 3, 4
183 ; CHECK-NOT: modsw
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/PowerPC/
Dppc64-encoding.s528 # CHECK-BE: modsw 2, 3, 4 # encoding: [0x7c,0x43,0x26,0x16]
529 # CHECK-LE: modsw 2, 3, 4 # encoding: [0x16,0x26,0x43,0x7c]
530 modsw 2, 3, 4
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/PowerPC/
Dppc64le-encoding.txt352 # CHECK: modsw 2, 3, 4
Dppc64-encoding.txt376 # CHECK: modsw 2, 3, 4
/external/llvm/lib/Target/PowerPC/
Dp9-instrs.txt105 [PO RT RA RB XO /] modsw RT,RA,RB
/external/v8/src/codegen/ppc/
Dconstants-ppc.h1138 V(modsw, MODSW, 0x7C000616) \
/external/v8/src/compiler/backend/ppc/
Dcode-generator-ppc.cc1558 __ modsw(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"
5881 …{ 7171 /* modsw */, PPC::MODSW, Convert__RegGPRC1_0__RegGPRC1_1__RegGPRC1_2, 0, { MCK_RegGPRC, MCK…
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCInstrInfo.td2714 "modsw $rT, $rA, $rB", IIC_IntDivW,