Home
last modified time | relevance | path

Searched refs:VEOR (Results 1 – 17 of 17) sorted by relevance

/external/arm-neon-tests/
Dref-rvct-neon-nofp16.txt4261 VEOR/VEORQ output:
4262 VEOR/VEORQ:0:result_int8x8 [] = { fffffff2, fffffff3, fffffff0, fffffff1, fffffff6, fffffff7, fffff…
4263 VEOR/VEORQ:1:result_int16x4 [] = { c, d, e, f, }
4264 VEOR/VEORQ:2:result_int32x2 [] = { fffffff3, fffffff2, }
4265 VEOR/VEORQ:3:result_int64x1 [] = { ffffffffffffff94, }
4266 VEOR/VEORQ:4:result_uint8x8 [] = { e4, e5, e6, e7, e0, e1, e2, e3, }
4267 VEOR/VEORQ:5:result_uint16x4 [] = { ffee, ffef, ffec, ffed, }
4268 VEOR/VEORQ:6:result_uint32x2 [] = { ffffffd8, ffffffd9, }
4269 VEOR/VEORQ:7:result_uint64x1 [] = { fffffffffffffff2, }
4270 VEOR/VEORQ:8:result_poly8x8 [] = { 33, 33, 33, 33, 33, 33, 33, 33, }
[all …]
Dref-rvct-neon.txt4797 VEOR/VEORQ output:
4798 VEOR/VEORQ:0:result_int8x8 [] = { fffffff2, fffffff3, fffffff0, fffffff1, fffffff6, fffffff7, fffff…
4799 VEOR/VEORQ:1:result_int16x4 [] = { c, d, e, f, }
4800 VEOR/VEORQ:2:result_int32x2 [] = { fffffff3, fffffff2, }
4801 VEOR/VEORQ:3:result_int64x1 [] = { ffffffffffffff94, }
4802 VEOR/VEORQ:4:result_uint8x8 [] = { e4, e5, e6, e7, e0, e1, e2, e3, }
4803 VEOR/VEORQ:5:result_uint16x4 [] = { ffee, ffef, ffec, ffed, }
4804 VEOR/VEORQ:6:result_uint32x2 [] = { ffffffd8, ffffffd9, }
4805 VEOR/VEORQ:7:result_uint64x1 [] = { fffffffffffffff2, }
4806 VEOR/VEORQ:8:result_poly8x8 [] = { 33, 33, 33, 33, 33, 33, 33, 33, }
[all …]
Dref-rvct-all.txt4797 VEOR/VEORQ output:
4798 VEOR/VEORQ:0:result_int8x8 [] = { fffffff2, fffffff3, fffffff0, fffffff1, fffffff6, fffffff7, fffff…
4799 VEOR/VEORQ:1:result_int16x4 [] = { c, d, e, f, }
4800 VEOR/VEORQ:2:result_int32x2 [] = { fffffff3, fffffff2, }
4801 VEOR/VEORQ:3:result_int64x1 [] = { ffffffffffffff94, }
4802 VEOR/VEORQ:4:result_uint8x8 [] = { e4, e5, e6, e7, e0, e1, e2, e3, }
4803 VEOR/VEORQ:5:result_uint16x4 [] = { ffee, ffef, ffec, ffed, }
4804 VEOR/VEORQ:6:result_uint32x2 [] = { ffffffd8, ffffffd9, }
4805 VEOR/VEORQ:7:result_uint64x1 [] = { fffffffffffffff2, }
4806 VEOR/VEORQ:8:result_poly8x8 [] = { 33, 33, 33, 33, 33, 33, 33, 33, }
[all …]
Dexpected_input4gcc-nofp16.txt4286 VEOR/VEORQ output:
Dexpected_input4gcc.txt4606 VEOR/VEORQ output:
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMScheduleR52.td785 def : InstRW<[R52WriteFPALU_F3, R52Read_F2, R52Read_F2], (instregex "(VAND|VBIC|VEOR)d")>;
786 def : InstRW<[R52Write2FPALU_F3, R52Read_F2, R52Read_F2], (instregex "(VAND|VBIC|VEOR)q")>;
DARMScheduleSwift.td561 "VPADDL", "VAND", "VBIC", "VEOR", "VORN", "VORR", "VTST",
DARMScheduleA57.td1013 (instregex "VAND", "VBIC", "VMVN", "VORR", "VORN", "VEOR")>;
DARMScheduleA9.td2426 // VADD/VAND/VORR/VEOR/VBIC/VORN/VBIT/VBIF/VBSL
DARMInstrNEON.td5127 // VEOR : Vector Bitwise Exclusive OR
7505 // VAND/VBIC/VEOR/VORR accept but do not require a type suffix.
/external/libopus/celt/arm/
Dcelt_pitch_xcorr_arm_gnu.s187 VEOR q0, q0, q0
/external/v8/src/arm/
Dassembler-arm.cc4192 enum BinaryBitwiseOp { VAND, VBIC, VBIF, VBIT, VBSL, VEOR, VORR, VORN }; enumerator
4211 case VEOR: in EncodeNeonBinaryBitwiseOp()
4261 emit(EncodeNeonBinaryBitwiseOp(VEOR, NEON_D, dst.code(), src1.code(), in veor()
4270 emit(EncodeNeonBinaryBitwiseOp(VEOR, NEON_Q, dst.code(), src1.code(), in veor()
/external/llvm/lib/Target/ARM/
DARMScheduleSwift.td544 "VPADDL", "VAND", "VBIC", "VEOR", "VORN", "VORR", "VTST",
DARMScheduleA9.td2402 // VADD/VAND/VORR/VEOR/VBIC/VORN/VBIT/VBIF/VBSL
DARMInstrNEON.td4853 // VEOR : Vector Bitwise Exclusive OR
7141 // VAND/VBIC/VEOR/VORR accept but do not require a type suffix.
/external/clang/include/clang/Basic/
Darm_neon.td804 def VEOR : LOpInst<"veor", "ddd", "csilUcUsUiUlQcQsQiQlQUcQUsQUiQUl", OP_XOR>;
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMInstrNEON.td3731 // VEOR : Vector Bitwise Exclusive OR