Home
last modified time | relevance | path

Searched refs:VTBL1 (Results 1 – 14 of 14) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMISelLowering.h161 VTBL1, // 1-register shuffle with mask enumerator
DARMISelDAGToDAG.cpp3141 case ARMISD::VTBL1: { in Select()
3150 return CurDAG->getMachineNode(ARM::VTBL1, dl, VT, Ops.data(), Ops.size()); in Select()
DARMISelLowering.cpp911 case ARMISD::VTBL1: return "ARMISD::VTBL1"; in getTargetNodeName()
4318 return DAG.getNode(ARMISD::VTBL1, DL, MVT::v8i8, V1, in LowerVECTOR_SHUFFLEv8i8()
DARMInstrNEON.td4848 def VTBL1
/external/arm-neon-tests/
Dref-rvct-neon.txt7533 VTBL1 output:
7534 VTBL1:0:result_int8x8 [] = { 0, fffffff2, fffffff2, fffffff2, 0, 0, fffffff2, fffffff2, }
7535 VTBL1:1:result_int16x4 [] = { 3333, 3333, 3333, 3333, }
7536 VTBL1:2:result_int32x2 [] = { 33333333, 33333333, }
7537 VTBL1:3:result_int64x1 [] = { 3333333333333333, }
7538 VTBL1:4:result_uint8x8 [] = { 0, f3, f3, f3, 0, 0, f3, f3, }
7539 VTBL1:5:result_uint16x4 [] = { 3333, 3333, 3333, 3333, }
7540 VTBL1:6:result_uint32x2 [] = { 33333333, 33333333, }
7541 VTBL1:7:result_uint64x1 [] = { 3333333333333333, }
7542 VTBL1:8:result_poly8x8 [] = { 0, f3, f3, f3, 0, 0, f3, f3, }
[all …]
Dref-rvct-neon-nofp16.txt7013 VTBL1 output:
7014 VTBL1:0:result_int8x8 [] = { 0, fffffff2, fffffff2, fffffff2, 0, 0, fffffff2, fffffff2, }
7015 VTBL1:1:result_int16x4 [] = { 3333, 3333, 3333, 3333, }
7016 VTBL1:2:result_int32x2 [] = { 33333333, 33333333, }
7017 VTBL1:3:result_int64x1 [] = { 3333333333333333, }
7018 VTBL1:4:result_uint8x8 [] = { 0, f3, f3, f3, 0, 0, f3, f3, }
7019 VTBL1:5:result_uint16x4 [] = { 3333, 3333, 3333, 3333, }
7020 VTBL1:6:result_uint32x2 [] = { 33333333, 33333333, }
7021 VTBL1:7:result_uint64x1 [] = { 3333333333333333, }
7022 VTBL1:8:result_poly8x8 [] = { 0, f3, f3, f3, 0, 0, f3, f3, }
[all …]
Dref-rvct-all.txt7533 VTBL1 output:
7534 VTBL1:0:result_int8x8 [] = { 0, fffffff2, fffffff2, fffffff2, 0, 0, fffffff2, fffffff2, }
7535 VTBL1:1:result_int16x4 [] = { 3333, 3333, 3333, 3333, }
7536 VTBL1:2:result_int32x2 [] = { 33333333, 33333333, }
7537 VTBL1:3:result_int64x1 [] = { 3333333333333333, }
7538 VTBL1:4:result_uint8x8 [] = { 0, f3, f3, f3, 0, 0, f3, f3, }
7539 VTBL1:5:result_uint16x4 [] = { 3333, 3333, 3333, 3333, }
7540 VTBL1:6:result_uint32x2 [] = { 33333333, 33333333, }
7541 VTBL1:7:result_uint64x1 [] = { 3333333333333333, }
7542 VTBL1:8:result_poly8x8 [] = { 0, f3, f3, f3, 0, 0, f3, f3, }
[all …]
Dexpected_input4gcc-nofp16.txt6784 VTBL1 output:
Dexpected_input4gcc.txt7304 VTBL1 output:
/external/llvm/lib/Target/ARM/
DARMISelLowering.h159 VTBL1, // 1-register shuffle with mask enumerator
DARMISelDAGToDAG.cpp3693 case ARMISD::VTBL1: { in Select()
3699 ReplaceNode(N, CurDAG->getMachineNode(ARM::VTBL1, dl, VT, Ops)); in Select()
DARMISelLowering.cpp1214 case ARMISD::VTBL1: return "ARMISD::VTBL1"; in getTargetNodeName()
6191 return DAG.getNode(ARMISD::VTBL1, DL, MVT::v8i8, V1, in LowerVECTOR_SHUFFLEv8i8()
DARMInstrNEON.td6442 def VTBL1
/external/clang/include/clang/Basic/
Darm_neon.td729 def VTBL1 : WInst<"vtbl1", "ddt", "UccPc">;