/external/llvm-project/clang/test/CodeGen/aarch64-sve-intrinsics/ |
D | acle_sve_reinterpret.c | 19 svint8_t test_svreinterpret_s8_s8(svint8_t op) in test_svreinterpret_s8_s8() 26 svint8_t test_svreinterpret_s8_s16(svint16_t op) in test_svreinterpret_s8_s16() 34 svint8_t test_svreinterpret_s8_s32(svint32_t op) in test_svreinterpret_s8_s32() 42 svint8_t test_svreinterpret_s8_s64(svint64_t op) in test_svreinterpret_s8_s64() 50 svint8_t test_svreinterpret_s8_u8(svuint8_t op) in test_svreinterpret_s8_u8() 57 svint8_t test_svreinterpret_s8_u16(svuint16_t op) in test_svreinterpret_s8_u16() 65 svint8_t test_svreinterpret_s8_u32(svuint32_t op) in test_svreinterpret_s8_u32() 73 svint8_t test_svreinterpret_s8_u64(svuint64_t op) in test_svreinterpret_s8_u64() 81 svint8_t test_svreinterpret_s8_f16(svfloat16_t op) in test_svreinterpret_s8_f16() 89 svint8_t test_svreinterpret_s8_f32(svfloat32_t op) in test_svreinterpret_s8_f32() [all …]
|
D | acle_sve_cvt.c | 18 svint16_t test_svcvt_s16_f16_z(svbool_t pg, svfloat16_t op) in test_svcvt_s16_f16_z() 27 svint16_t test_svcvt_s16_f16_m(svint16_t inactive, svbool_t pg, svfloat16_t op) in test_svcvt_s16_f16_m() 36 svint16_t test_svcvt_s16_f16_x(svbool_t pg, svfloat16_t op) in test_svcvt_s16_f16_x() 45 svuint16_t test_svcvt_u16_f16_z(svbool_t pg, svfloat16_t op) in test_svcvt_u16_f16_z() 54 svuint16_t test_svcvt_u16_f16_m(svuint16_t inactive, svbool_t pg, svfloat16_t op) in test_svcvt_u16_f16_m() 63 svuint16_t test_svcvt_u16_f16_x(svbool_t pg, svfloat16_t op) in test_svcvt_u16_f16_x() 72 svint32_t test_svcvt_s32_f16_z(svbool_t pg, svfloat16_t op) in test_svcvt_s32_f16_z() 81 svint32_t test_svcvt_s32_f32_z(svbool_t pg, svfloat32_t op) in test_svcvt_s32_f32_z() 90 svint32_t test_svcvt_s32_f64_z(svbool_t pg, svfloat64_t op) in test_svcvt_s32_f64_z() 99 svint32_t test_svcvt_s32_f16_m(svint32_t inactive, svbool_t pg, svfloat16_t op) in test_svcvt_s32_f16_m() [all …]
|
D | acle_sve_reinterpret-bfloat.c | 20 svint8_t test_svreinterpret_s8_bf16(svbfloat16_t op) { in test_svreinterpret_s8_bf16() 27 svint16_t test_svreinterpret_s16_bf16(svbfloat16_t op) { in test_svreinterpret_s16_bf16() 34 svint32_t test_svreinterpret_s32_bf16(svbfloat16_t op) { in test_svreinterpret_s32_bf16() 40 svint64_t test_svreinterpret_s64_bf16(svbfloat16_t op) { in test_svreinterpret_s64_bf16() 47 svuint8_t test_svreinterpret_u8_bf16(svbfloat16_t op) { in test_svreinterpret_u8_bf16() 54 svuint16_t test_svreinterpret_u16_bf16(svbfloat16_t op) { in test_svreinterpret_u16_bf16() 61 svuint32_t test_svreinterpret_u32_bf16(svbfloat16_t op) { in test_svreinterpret_u32_bf16() 68 svuint64_t test_svreinterpret_u64_bf16(svbfloat16_t op) { in test_svreinterpret_u64_bf16() 75 svbfloat16_t test_svreinterpret_bf16_s8(svint8_t op) { in test_svreinterpret_bf16_s8() 82 svbfloat16_t test_svreinterpret_bf16_s16(svint16_t op) { in test_svreinterpret_bf16_s16() [all …]
|
D | acle_sve_dup.c | 18 svint8_t test_svdup_n_s8(int8_t op) in test_svdup_n_s8() 26 svint16_t test_svdup_n_s16(int16_t op) in test_svdup_n_s16() 34 svint32_t test_svdup_n_s32(int32_t op) in test_svdup_n_s32() 42 svint64_t test_svdup_n_s64(int64_t op) in test_svdup_n_s64() 50 svuint8_t test_svdup_n_u8(uint8_t op) in test_svdup_n_u8() 58 svuint16_t test_svdup_n_u16(uint16_t op) in test_svdup_n_u16() 66 svuint32_t test_svdup_n_u32(uint32_t op) in test_svdup_n_u32() 74 svuint64_t test_svdup_n_u64(uint64_t op) in test_svdup_n_u64() 82 svfloat16_t test_svdup_n_f16(float16_t op) in test_svdup_n_f16() 90 svfloat32_t test_svdup_n_f32(float32_t op) in test_svdup_n_f32() [all …]
|
D | acle_sve_cnt.c | 18 svuint8_t test_svcnt_s8_z(svbool_t pg, svint8_t op) in test_svcnt_s8_z() 26 svuint16_t test_svcnt_s16_z(svbool_t pg, svint16_t op) in test_svcnt_s16_z() 35 svuint32_t test_svcnt_s32_z(svbool_t pg, svint32_t op) in test_svcnt_s32_z() 44 svuint64_t test_svcnt_s64_z(svbool_t pg, svint64_t op) in test_svcnt_s64_z() 53 svuint8_t test_svcnt_u8_z(svbool_t pg, svuint8_t op) in test_svcnt_u8_z() 61 svuint16_t test_svcnt_u16_z(svbool_t pg, svuint16_t op) in test_svcnt_u16_z() 70 svuint32_t test_svcnt_u32_z(svbool_t pg, svuint32_t op) in test_svcnt_u32_z() 79 svuint64_t test_svcnt_u64_z(svbool_t pg, svuint64_t op) in test_svcnt_u64_z() 88 svuint16_t test_svcnt_f16_z(svbool_t pg, svfloat16_t op) in test_svcnt_f16_z() 97 svuint32_t test_svcnt_f32_z(svbool_t pg, svfloat32_t op) in test_svcnt_f32_z() [all …]
|
D | acle_sve_rev.c | 18 svint8_t test_svrev_s8(svint8_t op) in test_svrev_s8() 26 svint16_t test_svrev_s16(svint16_t op) in test_svrev_s16() 34 svint32_t test_svrev_s32(svint32_t op) in test_svrev_s32() 42 svint64_t test_svrev_s64(svint64_t op) in test_svrev_s64() 50 svuint8_t test_svrev_u8(svuint8_t op) in test_svrev_u8() 58 svuint16_t test_svrev_u16(svuint16_t op) in test_svrev_u16() 66 svuint32_t test_svrev_u32(svuint32_t op) in test_svrev_u32() 74 svuint64_t test_svrev_u64(svuint64_t op) in test_svrev_u64() 82 svfloat16_t test_svrev_f16(svfloat16_t op) in test_svrev_f16() 90 svfloat32_t test_svrev_f32(svfloat32_t op) in test_svrev_f32() [all …]
|
/external/llvm-project/clang/test/CodeGen/aarch64-sve-intrinsics/negative/ |
D | acle_sve_qincw.c | 13 int32_t test_svqincw_n_s32(int32_t op) in test_svqincw_n_s32() 19 int32_t test_svqincw_n_s32_1(int32_t op) in test_svqincw_n_s32_1() 25 int64_t test_svqincw_n_s64(int64_t op) in test_svqincw_n_s64() 31 int64_t test_svqincw_n_s64_1(int64_t op) in test_svqincw_n_s64_1() 37 uint32_t test_svqincw_n_u32(uint32_t op) in test_svqincw_n_u32() 43 uint32_t test_svqincw_n_u32_1(uint32_t op) in test_svqincw_n_u32_1() 49 uint64_t test_svqincw_n_u64(uint64_t op) in test_svqincw_n_u64() 55 uint64_t test_svqincw_n_u64_1(uint64_t op) in test_svqincw_n_u64_1() 61 int32_t test_svqincw_pat_n_s32(int32_t op) in test_svqincw_pat_n_s32() 67 int32_t test_svqincw_pat_n_s32_1(int32_t op) in test_svqincw_pat_n_s32_1() [all …]
|
D | acle_sve_qinch.c | 13 int32_t test_svqinch_n_s32(int32_t op) in test_svqinch_n_s32() 19 int32_t test_svqinch_n_s32_1(int32_t op) in test_svqinch_n_s32_1() 25 int64_t test_svqinch_n_s64(int64_t op) in test_svqinch_n_s64() 31 int64_t test_svqinch_n_s64_1(int64_t op) in test_svqinch_n_s64_1() 37 uint32_t test_svqinch_n_u32(uint32_t op) in test_svqinch_n_u32() 43 uint32_t test_svqinch_n_u32_1(uint32_t op) in test_svqinch_n_u32_1() 49 uint64_t test_svqinch_n_u64(uint64_t op) in test_svqinch_n_u64() 55 uint64_t test_svqinch_n_u64_1(uint64_t op) in test_svqinch_n_u64_1() 61 int32_t test_svqinch_pat_n_s32(int32_t op) in test_svqinch_pat_n_s32() 67 int32_t test_svqinch_pat_n_s32_1(int32_t op) in test_svqinch_pat_n_s32_1() [all …]
|
D | acle_sve_qdecd.c | 13 int32_t test_svqdecd_n_s32(int32_t op) in test_svqdecd_n_s32() 19 int32_t test_svqdecd_n_s32_1(int32_t op) in test_svqdecd_n_s32_1() 25 int64_t test_svqdecd_n_s64(int64_t op) in test_svqdecd_n_s64() 31 int64_t test_svqdecd_n_s64_1(int64_t op) in test_svqdecd_n_s64_1() 37 uint32_t test_svqdecd_n_u32(uint32_t op) in test_svqdecd_n_u32() 43 uint32_t test_svqdecd_n_u32_1(uint32_t op) in test_svqdecd_n_u32_1() 49 uint64_t test_svqdecd_n_u64(uint64_t op) in test_svqdecd_n_u64() 55 uint64_t test_svqdecd_n_u64_1(uint64_t op) in test_svqdecd_n_u64_1() 61 int32_t test_svqdecd_pat_n_s32(int32_t op) in test_svqdecd_pat_n_s32() 67 int32_t test_svqdecd_pat_n_s32_1(int32_t op) in test_svqdecd_pat_n_s32_1() [all …]
|
D | acle_sve_qdech.c | 13 int32_t test_svqdech_n_s32(int32_t op) in test_svqdech_n_s32() 19 int32_t test_svqdech_n_s32_1(int32_t op) in test_svqdech_n_s32_1() 25 int64_t test_svqdech_n_s64(int64_t op) in test_svqdech_n_s64() 31 int64_t test_svqdech_n_s64_1(int64_t op) in test_svqdech_n_s64_1() 37 uint32_t test_svqdech_n_u32(uint32_t op) in test_svqdech_n_u32() 43 uint32_t test_svqdech_n_u32_1(uint32_t op) in test_svqdech_n_u32_1() 49 uint64_t test_svqdech_n_u64(uint64_t op) in test_svqdech_n_u64() 55 uint64_t test_svqdech_n_u64_1(uint64_t op) in test_svqdech_n_u64_1() 61 int32_t test_svqdech_pat_n_s32(int32_t op) in test_svqdech_pat_n_s32() 67 int32_t test_svqdech_pat_n_s32_1(int32_t op) in test_svqdech_pat_n_s32_1() [all …]
|
D | acle_sve_qincd.c | 13 int32_t test_svqincd_n_s32(int32_t op) in test_svqincd_n_s32() 19 int32_t test_svqincd_n_s32_1(int32_t op) in test_svqincd_n_s32_1() 25 int64_t test_svqincd_n_s64(int64_t op) in test_svqincd_n_s64() 31 int64_t test_svqincd_n_s64_1(int64_t op) in test_svqincd_n_s64_1() 37 uint32_t test_svqincd_n_u32(uint32_t op) in test_svqincd_n_u32() 43 uint32_t test_svqincd_n_u32_1(uint32_t op) in test_svqincd_n_u32_1() 49 uint64_t test_svqincd_n_u64(uint64_t op) in test_svqincd_n_u64() 55 uint64_t test_svqincd_n_u64_1(uint64_t op) in test_svqincd_n_u64_1() 61 int32_t test_svqincd_pat_n_s32(int32_t op) in test_svqincd_pat_n_s32() 67 int32_t test_svqincd_pat_n_s32_1(int32_t op) in test_svqincd_pat_n_s32_1() [all …]
|
D | acle_sve_qdecw.c | 13 int32_t test_svqdecw_n_s32(int32_t op) in test_svqdecw_n_s32() 19 int32_t test_svqdecw_n_s32_1(int32_t op) in test_svqdecw_n_s32_1() 25 int64_t test_svqdecw_n_s64(int64_t op) in test_svqdecw_n_s64() 31 int64_t test_svqdecw_n_s64_1(int64_t op) in test_svqdecw_n_s64_1() 37 uint32_t test_svqdecw_n_u32(uint32_t op) in test_svqdecw_n_u32() 43 uint32_t test_svqdecw_n_u32_1(uint32_t op) in test_svqdecw_n_u32_1() 49 uint64_t test_svqdecw_n_u64(uint64_t op) in test_svqdecw_n_u64() 55 uint64_t test_svqdecw_n_u64_1(uint64_t op) in test_svqdecw_n_u64_1() 61 int32_t test_svqdecw_pat_n_s32(int32_t op) in test_svqdecw_pat_n_s32() 67 int32_t test_svqdecw_pat_n_s32_1(int32_t op) in test_svqdecw_pat_n_s32_1() [all …]
|
D | acle_sve_qdecb.c | 13 int32_t test_svqdecb_n_s32(int32_t op) in test_svqdecb_n_s32() 19 int32_t test_svqdecb_n_s32_1(int32_t op) in test_svqdecb_n_s32_1() 25 int64_t test_svqdecb_n_s64(int64_t op) in test_svqdecb_n_s64() 31 int64_t test_svqdecb_n_s64_1(int64_t op) in test_svqdecb_n_s64_1() 37 uint32_t test_svqdecb_n_u32(uint32_t op) in test_svqdecb_n_u32() 43 uint32_t test_svqdecb_n_u32_1(uint32_t op) in test_svqdecb_n_u32_1() 49 uint64_t test_svqdecb_n_u64(uint64_t op) in test_svqdecb_n_u64() 55 uint64_t test_svqdecb_n_u64_1(uint64_t op) in test_svqdecb_n_u64_1() 61 int32_t test_svqdecb_pat_n_s32(int32_t op) in test_svqdecb_pat_n_s32() 67 int32_t test_svqdecb_pat_n_s32_1(int32_t op) in test_svqdecb_pat_n_s32_1() [all …]
|
D | acle_sve_qincb.c | 13 int32_t test_svqincb_n_s32(int32_t op) in test_svqincb_n_s32() 19 int32_t test_svqincb_n_s32_1(int32_t op) in test_svqincb_n_s32_1() 25 int64_t test_svqincb_n_s64(int64_t op) in test_svqincb_n_s64() 31 int64_t test_svqincb_n_s64_1(int64_t op) in test_svqincb_n_s64_1() 37 uint32_t test_svqincb_n_u32(uint32_t op) in test_svqincb_n_u32() 43 uint32_t test_svqincb_n_u32_1(uint32_t op) in test_svqincb_n_u32_1() 49 uint64_t test_svqincb_n_u64(uint64_t op) in test_svqincb_n_u64() 55 uint64_t test_svqincb_n_u64_1(uint64_t op) in test_svqincb_n_u64_1() 61 int32_t test_svqincb_pat_n_s32(int32_t op) in test_svqincb_pat_n_s32() 67 int32_t test_svqincb_pat_n_s32_1(int32_t op) in test_svqincb_pat_n_s32_1() [all …]
|
/external/tensorflow/tensorflow/python/ops/ |
D | math_grad.py | 41 def _ArgMaxGrad(op, grad): argument 47 def _ArgMinGrad(op, grad): argument 53 def _EuclideanNormGrad(op, grad): argument 148 def _SumGrad(op, grad): argument 220 def _MinOrMaxGrad(op, grad): argument 242 def _MaxGrad(op, grad): argument 248 def _MinGrad(op, grad): argument 253 def _MeanGrad(op, grad): argument 273 def _ProdGrad(op, grad): argument 322 def _SegmentSumGrad(op, grad): argument [all …]
|
D | nn_grad.py | 31 def _Conv2DBackpropInputGrad(op, grad): argument 68 def _Conv2DBackpropFilterGrad(op, grad): argument 95 def _DepthwiseConv2dNativeBackpropInputGrad(op, grad): argument 128 def _DepthwiseConv2dNativeBackpropFilterGrad(op, grad): argument 151 def _Conv3DGrad(op, grad): argument 174 def _Conv3DBackpropInputGrad(op, grad): argument 197 def _Conv3DBackpropFilterGrad(op, grad): argument 219 def _AvgPool3DGrad(op, grad): argument 230 def _AvgPool3DGradGrad(op, grad): argument 241 def _MaxPool3DGrad(op, grad): argument [all …]
|
D | array_grad.py | 42 def _PackGrad(op, grad): argument 48 def _UnpackGrad(op, *grads): argument 53 def _ConcatGradHelper(op, grad, start_value_index, end_value_index, dim_index): argument 217 def _ConcatGrad(op, grad): argument 227 def _ConcatGradV2(op, grad): argument 236 def _SliceGrad(op, grad): argument 264 def _StridedSliceGrad(op, grad): argument 299 def _StridedSliceGradGrad(op, grad): argument 318 def _TensorStridedSliceUpdateGrad(op, grad): # pylint:disable=missing-function-docstring argument 342 def _SplitGrad(op, *grads): argument [all …]
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/ |
D | simdlib_128_avx512_core.inl | 36 #define SIMD_WRAPPER_1_(op, intrin, mask) \ argument 41 #define SIMD_WRAPPER_1(op) SIMD_WRAPPER_1_(op, op, __mmask16(0xf)) argument 43 #define SIMD_WRAPPER_1I_(op, intrin, mask) \ argument 49 #define SIMD_WRAPPER_1I(op) SIMD_WRAPPER_1I_(op, op, __mmask16(0xf)) argument 51 #define SIMD_WRAPPER_2_(op, intrin, mask) \ argument 56 #define SIMD_WRAPPER_2(op) SIMD_WRAPPER_2_(op, op, __mmask16(0xf)) argument 58 #define SIMD_WRAPPER_2I(op) \ argument 65 #define SIMD_WRAPPER_3_(op, intrin, mask) \ argument 70 #define SIMD_WRAPPER_3(op) SIMD_WRAPPER_3_(op, op, __mmask16(0xf)) argument 72 #define SIMD_DWRAPPER_1_(op, intrin, mask) \ argument [all …]
|
D | simdlib_512_avx512_knights.inl | 32 #define SIMD_WRAPPER_1_(op, intrin) \ argument 35 #define SIMD_WRAPPER_1(op) SIMD_WRAPPER_1_(op, _mm512_##op) argument 37 #define SIMD_WRAPPER_2_(op, intrin) \ argument 39 #define SIMD_WRAPPER_2(op) SIMD_WRAPPER_2_(op, op) argument 41 #define SIMD_WRAPPERI_2_(op, intrin) \ argument 48 #define SIMD_DWRAPPER_2(op) \ argument 51 #define SIMD_WRAPPER_2I_(op, intrin) \ argument 57 #define SIMD_WRAPPER_2I(op) SIMD_WRAPPER_2I_(op, op) argument 59 #define SIMD_DWRAPPER_2I_(op, intrin) \ argument 65 #define SIMD_DWRAPPER_2I(op) SIMD_DWRAPPER_2I_(op, op) argument [all …]
|
D | simdlib_512_avx512_core.inl | 32 #define SIMD_WRAPPER_1_(op, intrin) \ argument 35 #define SIMD_WRAPPER_1(op) SIMD_WRAPPER_1_(op, _mm512_##op) argument 37 #define SIMD_WRAPPER_2_(op, intrin) \ argument 39 #define SIMD_WRAPPER_2(op) SIMD_WRAPPER_2_(op, op) argument 41 #define SIMD_WRAPPERI_2_(op, intrin) \ argument 48 #define SIMD_DWRAPPER_2(op) \ argument 51 #define SIMD_WRAPPER_2I_(op, intrin) \ argument 57 #define SIMD_WRAPPER_2I(op) SIMD_WRAPPER_2I_(op, op) argument 59 #define SIMD_DWRAPPER_2I_(op, intrin) \ argument 65 #define SIMD_DWRAPPER_2I(op) SIMD_DWRAPPER_2I_(op, op) argument [all …]
|
D | simdlib_512_avx512.inl | 52 #define SIMD_WRAPPER_1_(op, intrin) \ argument 55 #define SIMD_WRAPPER_1(op) SIMD_WRAPPER_1_(op, _mm512_##op) argument 57 #define SIMD_WRAPPER_2_(op, intrin) \ argument 59 #define SIMD_WRAPPER_2(op) SIMD_WRAPPER_2_(op, op) argument 61 #define SIMD_WRAPPERI_2_(op, intrin) \ argument 68 #define SIMD_DWRAPPER_2(op) \ argument 71 #define SIMD_WRAPPER_2I_(op, intrin) \ argument 77 #define SIMD_WRAPPER_2I(op) SIMD_WRAPPER_2I_(op, op) argument 79 #define SIMD_DWRAPPER_2I_(op, intrin) \ argument 85 #define SIMD_DWRAPPER_2I(op) SIMD_DWRAPPER_2I_(op, op) argument [all …]
|
D | simdlib_256_avx512_core.inl | 36 #define SIMD_DWRAPPER_1_(op, intrin, mask) \ argument 41 #define SIMD_DWRAPPER_1(op) SIMD_DWRAPPER_1_(op, op, __mmask8(0xf)) argument 43 #define SIMD_DWRAPPER_1I_(op, intrin, mask) \ argument 49 #define SIMD_DWRAPPER_1I(op) SIMD_DWRAPPER_1I_(op, op, __mmask8(0xf)) argument 51 #define SIMD_DWRAPPER_2_(op, intrin, mask) \ argument 56 #define SIMD_DWRAPPER_2(op) SIMD_DWRAPPER_2_(op, op, __mmask8(0xf)) argument 58 #define SIMD_IWRAPPER_1_(op, intrin, mask) \ argument 63 #define SIMD_IWRAPPER_1_8(op) SIMD_IWRAPPER_1_(op, op, __mmask64(0xffffffffull)) argument 64 #define SIMD_IWRAPPER_1_16(op) SIMD_IWRAPPER_1_(op, op, __mmask32(0xffff)) argument 65 #define SIMD_IWRAPPER_1_64(op) SIMD_IWRAPPER_1_(op, op, __mmask8(0xf)) argument [all …]
|
/external/ms-tpm-20-ref/TPMCmd/Platform/include/ |
D | PlatformACT.h | 53 # define IF_ACT_0_IMPLEMENTED(op) argument 55 # define IF_ACT_0_IMPLEMENTED(op) op(0) argument 60 # define IF_ACT_1_IMPLEMENTED(op) argument 62 # define IF_ACT_1_IMPLEMENTED(op) op(1) argument 67 # define IF_ACT_2_IMPLEMENTED(op) argument 69 # define IF_ACT_2_IMPLEMENTED(op) op(2) argument 74 # define IF_ACT_3_IMPLEMENTED(op) argument 76 # define IF_ACT_3_IMPLEMENTED(op) op(3) argument 81 # define IF_ACT_4_IMPLEMENTED(op) argument 83 # define IF_ACT_4_IMPLEMENTED(op) op(4) argument [all …]
|
/external/ms-tpm-20-ref/TPMCmd/tpm/include/ |
D | ACT.h | 43 # define IF_ACT_0_IMPLEMENTED(op) argument 45 # define IF_ACT_0_IMPLEMENTED(op) op(0) argument 50 # define IF_ACT_1_IMPLEMENTED(op) argument 52 # define IF_ACT_1_IMPLEMENTED(op) op(1) argument 57 # define IF_ACT_2_IMPLEMENTED(op) argument 59 # define IF_ACT_2_IMPLEMENTED(op) op(2) argument 64 # define IF_ACT_3_IMPLEMENTED(op) argument 66 # define IF_ACT_3_IMPLEMENTED(op) op(3) argument 71 # define IF_ACT_4_IMPLEMENTED(op) argument 73 # define IF_ACT_4_IMPLEMENTED(op) op(4) argument [all …]
|
/external/vixl/test/ |
D | test-operands.cc | 44 aarch32::Operand op = aarch32::Operand::From(42); in TEST_AARCH32() local 50 aarch32::Operand op = aarch32::Operand::From(-42); in TEST_AARCH32() local 58 aarch32::Operand op = aarch32::Operand::From(-1); in TEST_AARCH32() local 64 aarch32::Operand op = aarch32::Operand::From(UINT32_MAX); in TEST_AARCH32() local 70 aarch32::Operand op = aarch32::Operand::From(INT32_MAX); in TEST_AARCH32() local 76 aarch32::Operand op = aarch32::Operand::From(INT32_MIN); in TEST_AARCH32() local 84 aarch32::Operand op = aarch32::Operand::From(INT64_C(-1)); in TEST_AARCH32() local 90 aarch32::Operand op = aarch32::Operand::From(INT64_C(-42)); in TEST_AARCH32() local 100 aarch32::Operand op = aarch32::Operand::From(&data); in TEST_AARCH32() local 108 aarch32::Operand op = aarch32::Operand::From(data); in TEST_AARCH32() local
|