Home
last modified time | relevance | path

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

12

/external/vixl/test/aarch32/config/
Dcond-dt-drt-drd-drn-drm-float.json35 "Vceq", // VCEQ{<c>}{<q>}.<dt> {<Dd>}, <Dn>, <Dm> ; A2
36 // VCEQ{<c>}{<q>}.<dt> {<Dd>}, <Dn>, <Dm> ; T2
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/
Dvicmp.ll4 ; Not-equal (ne) operations are implemented by VCEQ/VMVN. Less-than (lt/ult)
Dvfcmp.ll5 ; une is implemented with VCEQ/VMVN
/external/llvm/test/CodeGen/ARM/
Dvicmp.ll4 ; Not-equal (ne) operations are implemented by VCEQ/VMVN. Less-than (lt/ult)
Dvfcmp.ll5 ; une is implemented with VCEQ/VMVN
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
Dvicmp.ll4 ; Not-equal (ne) operations are implemented by VCEQ/VMVN. Less-than (lt/ult)
Dvfcmp.ll5 ; une is implemented with VCEQ/VMVN
/external/arm-neon-tests/
Dref-rvct-neon-nofp16.txt1343 VCEQ/VCEQQ output:
1344 VCEQ/VCEQQ:0:result_uint8x8 [] = { 0, 0, 0, 0, 0, 0, ff, 0, }
1345 VCEQ/VCEQQ:1:result_uint16x4 [] = { 0, 0, ffff, 0, }
1346 VCEQ/VCEQQ:2:result_uint32x2 [] = { ffffffff, 0, }
1347 VCEQ/VCEQQ:3:result_uint8x8 [] = { 0, 0, 0, ff, 0, 0, 0, 0, }
1348 VCEQ/VCEQQ:4:result_uint16x4 [] = { 0, 0, ffff, 0, }
1349 VCEQ/VCEQQ:5:result_uint32x2 [] = { 0, ffffffff, }
1350 VCEQ/VCEQQ:6:result_uint8x16 [] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, ff, 0, 0, 0, }
1351 VCEQ/VCEQQ:7:result_uint16x8 [] = { 0, 0, 0, 0, 0, 0, ffff, 0, }
1352 VCEQ/VCEQQ:8:result_uint32x4 [] = { 0, 0, ffffffff, 0, }
[all …]
Dref-rvct-neon.txt1435 VCEQ/VCEQQ output:
1436 VCEQ/VCEQQ:0:result_uint8x8 [] = { 0, 0, 0, 0, 0, 0, ff, 0, }
1437 VCEQ/VCEQQ:1:result_uint16x4 [] = { 0, 0, ffff, 0, }
1438 VCEQ/VCEQQ:2:result_uint32x2 [] = { ffffffff, 0, }
1439 VCEQ/VCEQQ:3:result_uint8x8 [] = { 0, 0, 0, ff, 0, 0, 0, 0, }
1440 VCEQ/VCEQQ:4:result_uint16x4 [] = { 0, 0, ffff, 0, }
1441 VCEQ/VCEQQ:5:result_uint32x2 [] = { 0, ffffffff, }
1442 VCEQ/VCEQQ:6:result_uint8x16 [] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, ff, 0, 0, 0, }
1443 VCEQ/VCEQQ:7:result_uint16x8 [] = { 0, 0, 0, 0, 0, 0, ffff, 0, }
1444 VCEQ/VCEQQ:8:result_uint32x4 [] = { 0, 0, ffffffff, 0, }
[all …]
Dref-rvct-all.txt1435 VCEQ/VCEQQ output:
1436 VCEQ/VCEQQ:0:result_uint8x8 [] = { 0, 0, 0, 0, 0, 0, ff, 0, }
1437 VCEQ/VCEQQ:1:result_uint16x4 [] = { 0, 0, ffff, 0, }
1438 VCEQ/VCEQQ:2:result_uint32x2 [] = { ffffffff, 0, }
1439 VCEQ/VCEQQ:3:result_uint8x8 [] = { 0, 0, 0, ff, 0, 0, 0, 0, }
1440 VCEQ/VCEQQ:4:result_uint16x4 [] = { 0, 0, ffff, 0, }
1441 VCEQ/VCEQQ:5:result_uint32x2 [] = { 0, ffffffff, }
1442 VCEQ/VCEQQ:6:result_uint8x16 [] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, ff, 0, 0, 0, }
1443 VCEQ/VCEQQ:7:result_uint16x8 [] = { 0, 0, 0, 0, 0, 0, ffff, 0, }
1444 VCEQ/VCEQQ:8:result_uint32x4 [] = { 0, 0, ffffffff, 0, }
[all …]
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMISelLowering.h97 VCEQ, // Vector compare equal. enumerator
DARMISelLowering.cpp867 case ARMISD::VCEQ: return "ARMISD::VCEQ"; in getTargetNodeName()
3449 case ISD::SETEQ: Opc = ARMISD::VCEQ; break; in LowerVSETCC()
3486 case ISD::SETEQ: Opc = ARMISD::VCEQ; break; in LowerVSETCC()
3498 if (Opc == ARMISD::VCEQ) { in LowerVSETCC()
3538 case ARMISD::VCEQ: in LowerVSETCC()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.h169 VCEQ, enumerator
/external/llvm/lib/Target/ARM/
DARMISelLowering.h96 VCEQ, // Vector compare equal. enumerator
DARMScheduleSwift.td555 "VACLE", "VACLT", "VCEQ", "VCGE", "VCGT", "VCLE", "VCLT", "VRSHL",
DARMISelLowering.cpp1171 case ARMISD::VCEQ: return "ARMISD::VCEQ"; in getTargetNodeName()
4896 case ISD::SETEQ: Opc = ARMISD::VCEQ; break; in LowerVSETCC()
4933 case ISD::SETEQ: Opc = ARMISD::VCEQ; break; in LowerVSETCC()
4945 if (Opc == ARMISD::VCEQ) { in LowerVSETCC()
4985 case ARMISD::VCEQ: in LowerVSETCC()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsISelLowering.h221 VCEQ, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMISelLowering.h124 VCEQ, // Vector compare equal. enumerator
DARMScheduleSwift.td572 "VCEQ", "VCGE", "VCGT", "VCLE", "VCLT", "VRSHL",
DARMScheduleR52.td795 (instregex "(VCEQ|VCGE|VCGT|VCLE|VCLT|VCLZ|VCMP|VCMPE|VCNT)")>;
DARMScheduleA57.td1009 (instregex "VCEQ", "VCGE", "VCGT", "VCLE", "VTST", "VCLT")>;
/external/v8/src/arm/
Dassembler-arm.cc4353 VCEQ, enumerator
4387 case VCEQ: in EncodeNeonBinOp()
4736 emit(EncodeNeonBinOp(VCEQ, size, dst, src1, src2)); in vceq()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZScheduleZ13.td1301 def : InstRW<[WLat2, VecXsPm, NormalGr], (instregex "VCEQ(B|F|G|H)?$")>;
1302 def : InstRW<[WLat3, WLat3, VecXsPm, NormalGr], (instregex "VCEQ(B|F|G|H)S$")>;
DSystemZScheduleZ14.td1322 def : InstRW<[WLat2, VecXsPm, NormalGr], (instregex "VCEQ(B|F|G|H)?$")>;
1323 def : InstRW<[WLat3, WLat3, VecXsPm, NormalGr], (instregex "VCEQ(B|F|G|H)S$")>;
/external/v8/src/s390/
Dconstants-s390.h515 V(vceq, VCEQ, 0xE7F8) /* type = VRR_B VECTOR COMPARE EQUAL */ \

12