/external/valgrind/none/tests/arm64/ |
D | memory.c | 54 #define TESTINST2_hide2(instruction, RNval, RD, RN, carryin) \ argument 66 : "r" (RNval), "r" (nzcv_in) \ 81 #define TESTINST3_hide2and3(instruction, RMval, RNval, RD, RM, RN, carryin) \ argument 94 : "r" (RMval), "r" (RNval), "r" (nzcv_in) \
|
D | integer.c | 64 #define TESTINST2(instruction, RNval, RD, RN, carryin) \ argument 76 : "r" (RNval), "r" (nzcv_in) \ 81 instruction, out, ((ULong)RNval), \ 91 #define TESTINST3(instruction, RMval, RNval, RD, RM, RN, carryin) \ argument 104 : "r" (RMval), "r" (RNval), "r" (nzcv_in) \ 109 instruction, out, ((ULong)RMval), ((ULong)RNval), \ 119 #define TESTINST4(instruction, RMval, RNval, RAval, RD, RM, RN, RA, carryin) \ argument 133 : "r" (RMval), "r" (RNval), "r" (RAval), "r" (nzcv_in) \ 138 instruction, out, ((ULong)RMval), ((ULong)RNval), ((ULong)RAval), \
|
/external/valgrind/none/tests/arm/ |
D | vfp.c | 95 #define TESTINSN_vmov_single_core(instruction, SD, RN, RNval) \ argument 99 printf(#RN" 0x%08x\t", RNval); \ 106 : "r" (out), "r" (RNval) \ 134 #define TESTINSN_vmov_2single_2core(instruction, SD1, SD2, RN, RM, RNval, RMval) \ argument 138 printf("\t\t\t "#RN" 0x%08x "#RM" 0x%08x\n", RNval, RMval); \ 147 : "r" (out), "r" (RNval), "r" (RMval) \ 154 #define TESTINSN_vmov_double_2core(instruction, DD, RN, RM, RNval, RMval) \ argument 158 printf(#RN" 0x%08x "#RM" 0x%08x\t", RNval, RMval); \ 166 : "r" (out), "r" (RNval), "r" (RMval) \ 334 #define TESTINSN_vldr_f64(instruction, DD, RN, RNval, imm) \ argument [all …]
|
D | v6intARM.c | 41 #define TESTINST3(instruction, RMval, RNval, RD, RM, RN, carryin) \ argument 56 : "r" (RMval), "r" (RNval), "r" (carryin) \ 60 instruction, out, RMval, RNval, \ 70 #define TESTINST4(instruction, RMval, RNval, RSval, RD, RM, RN, RS, carryin) \ argument 86 : "r" (RMval), "r" (RNval), "r" (RSval), "r" (carryin) \ 90 instruction, out, RMval, RNval, RSval, \
|
D | v6media.c | 50 #define TESTINST3(instruction, RMval, RNval, RD, RM, RN, carryin) \ argument 63 : "r" (RMval), "r" (RNval), "r" (gen_cin(carryin)) \ 67 instruction, out, RMval, RNval, \ 79 #define TESTINST4(instruction, RMval, RNval, RSval, RD, RM, RN, RS, carryin) \ argument 93 : "r" (RMval), "r" (RNval), "r" (RSval), "r" (gen_cin(carryin)) \ 97 instruction, out, RMval, RNval, RSval, \
|
D | v6intThumb.c | 135 #define TESTINST3(instruction, RMval, RNval, RD, RM, RN, cvin) \ argument 148 : "r" (RMval), "r" (RNval), "r" (gen_cvin(cvin)) \ 152 instruction, out, RMval, RNval, \ 162 #define TESTINST4(instruction, RMval, RNval, RSval, RD, RM, RN, RS, cvin) \ argument 176 : "r" (RMval), "r" (RNval), "r" (RSval), "r" (gen_cvin(cvin)) \ 180 instruction, out, RMval, RNval, RSval, \
|