Home
last modified time | relevance | path

Searched refs:SMval (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/none/tests/arm/
Dvfp.c113 #define TESTINSN_vmov_2core_2single(instruction, RD1, RD2, SN, SM, SNval, SMval) \ argument
117 printf("\t\t\t "#SN" 0x%08x "#SM" 0x%08x\n", SNval, SMval); \
127 : "r" (out), "r" (SNval), "r" (SMval) \
210 #define TESTINSN_un_f32(instruction, SD, SM, SMtype, SMval) \ argument
220 : "r" (out), "r" (SMval), "r" (0xffffaaaa) \
224 instruction, out[0], SMval); \
227 #define TESTINSN_un_cvt_ds(instruction, DD, SM, SMval) \ argument
237 : "r" (out), "r" (SMval), "r" (0xffffaaaa) \
241 instruction, out[1], out[0], SMval); \
278 #define TESTINSN_cvt_f64_i32(instruction, DD, SM, SMval) \ argument
[all …]
Dvfpv4_fma.c60 #define TESTINSN_bin_f32(instruction, SD, SM, SMtype, SMval, SN, SNtype, SNval) \ argument
71 : "r" (&out[0]), "r" (SMval), "r" (SNval), "r" (0xaaaaaaaa) \
76 instruction, out[1], out[0], SMval, SNval); \