Home
last modified time | relevance | path

Searched refs:creqv (Results 1 – 25 of 25) sorted by relevance

/external/llvm/test/CodeGen/PowerPC/
Dcr1eq.ll13 ; CHECK: creqv 6, 6, 6
Dcrbits.ll40 ; CHECK: creqv [[REG4:[0-9]+]],
63 ; CHECK: creqv [[REG4:[0-9]+]],
Dselect-i1-vs-i1.ll84 ; CHECK: creqv [[REG1:[0-9]+]], {{[0-9]+}}, {{[0-9]+}}
244 ; CHECK: creqv [[REG1:[0-9]+]], {{[0-9]+}}, {{[0-9]+}}
416 ; CHECK: creqv [[REG1:[0-9]+]], {{[0-9]+}}, {{[0-9]+}}
606 ; CHECK: creqv [[REG1:[0-9]+]], {{[0-9]+}}, {{[0-9]+}}
804 ; CHECK-DAG: creqv [[REG1:[0-9]+]], {{[0-9]+}}, {{[0-9]+}}
931 ; CHECK: creqv [[REG3:[0-9]+]], [[REG2]], [[REG1]]
1022 ; CHECK: creqv [[REG1:[0-9]+]], {{[0-9]+}}, {{[0-9]+}}
1200 ; CHECK: creqv [[REG1:[0-9]+]], {{[0-9]+}}, {{[0-9]+}}
1390 ; CHECK: creqv [[REG1:[0-9]+]], {{[0-9]+}}, {{[0-9]+}}
1580 ; CHECK: creqv [[REG1:[0-9]+]], {{[0-9]+}}, {{[0-9]+}}
/external/swiftshader/third_party/LLVM/test/CodeGen/PowerPC/
Dcr1eq.ll13 ; CHECK: creqv 6, 6, 6
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
Dcr1eq.ll13 ; CHECK: creqv 6, 6, 6
Dcrbits.ll47 ; CHECK: creqv [[REG4:[0-9]+]],
70 ; CHECK: creqv [[REG4:[0-9]+]],
Dselect-i1-vs-i1.ll114 ; CHECK: creqv [[REG1:[0-9]+]], {{[0-9]+}}, {{[0-9]+}}
344 ; CHECK: creqv [[REG1:[0-9]+]], {{[0-9]+}}, {{[0-9]+}}
559 ; CHECK: creqv [[REG1:[0-9]+]], {{[0-9]+}}, {{[0-9]+}}
749 ; CHECK: creqv [[REG1:[0-9]+]], {{[0-9]+}}, {{[0-9]+}}
1321 ; CHECK: creqv [[REG1:[0-9]+]], {{[0-9]+}}, {{[0-9]+}}
1511 ; CHECK: creqv [[REG1:[0-9]+]], {{[0-9]+}}, {{[0-9]+}}
1701 ; CHECK: creqv [[REG1:[0-9]+]], {{[0-9]+}}, {{[0-9]+}}
/external/capstone/suite/MC/PowerPC/
Dppc64-encoding.s.cs15 0x4c,0x43,0x22,0x42 = creqv 2, 3, 4
Dppc64-encoding-ext.s.cs386 0x4c,0x42,0x12,0x42 = creqv 2, 2, 2
/external/llvm/test/MC/PowerPC/
Dppc64-encoding.s93 # CHECK-BE: creqv 2, 3, 4 # encoding: [0x4c,0x43,0x22,0x42]
94 # CHECK-LE: creqv 2, 3, 4 # encoding: [0x42,0x22,0x43,0x4c]
95 creqv 2, 3, 4
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/PowerPC/
Dppc64-encoding.s134 # CHECK-BE: creqv 2, 3, 4 # encoding: [0x4c,0x43,0x22,0x42]
135 # CHECK-LE: creqv 2, 3, 4 # encoding: [0x42,0x22,0x43,0x4c]
136 creqv 2, 3, 4
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCSchedule.td142 // creqv BrCR
DPPCInstrInfo.td1044 "creqv $CRD, $CRA, $CRB", BrCR,
1053 "creqv $dst, $dst, $dst", BrCR,
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/PowerPC/
Dppc64le-encoding.txt58 # CHECK: creqv 2, 3, 4
Dppc64-encoding.txt58 # CHECK: creqv 2, 3, 4
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCScheduleP8.td122 // IIC_BrCR consists of the cr* instructions. (crand,crnor,creqv, etc).
DPPCInstrInfo.td2492 "creqv $CRD, $CRA, $CRB", IIC_BrCR,
2508 "creqv $dst, $dst, $dst", IIC_BrCR,
2517 "creqv 6, 6, 6", IIC_BrCR,
/external/llvm/test/MC/Disassembler/PowerPC/
Dppc64-encoding.txt58 # CHECK: creqv 2, 3, 4
Dppc64le-encoding.txt58 # CHECK: creqv 2, 3, 4
/external/llvm/lib/Target/PowerPC/
DPPCScheduleP8.td122 // IIC_BrCR consists of the cr* instructions. (crand,crnor,creqv, etc).
DPPCInstrInfo.td2258 "creqv $CRD, $CRA, $CRB", IIC_BrCR,
2274 "creqv $dst, $dst, $dst", IIC_BrCR,
2283 "creqv 6, 6, 6", IIC_BrCR,
/external/v8/src/ppc/
Dassembler-ppc.h1161 void creqv(int bt, int ba, int bb);
1162 void crset(int bt) { creqv(bt, bt, bt); } in crset()
Dconstants-ppc.h2100 V(creqv, CREQV, 0x4C000242) \
Dassembler-ppc.cc1566 void Assembler::creqv(int bt, int ba, int bb) { in creqv() function in v8::internal::Assembler
/external/u-boot/doc/
DREADME.POST421 cror, crorc, crxor, crnand, crnor, creqv, mcrf.