Home
last modified time | relevance | path

Searched refs:rn_ref (Results 1 – 25 of 38) sorted by relevance

12

/external/vixl/test/aarch32/
Dtest-simulator-rd-rn-rm-t32.cc583 uint32_t rn_ref = reference[i].outputs[j].rn; in TestHelper() local
586 if (((rd != rd_ref) || (rn != rn_ref) || (rm != rm_ref)) && in TestHelper()
606 printf("0x%08" PRIx32, rn_ref); in TestHelper()
Dtest-simulator-rd-rn-rm-a32.cc583 uint32_t rn_ref = reference[i].outputs[j].rn; in TestHelper() local
586 if (((rd != rd_ref) || (rn != rn_ref) || (rm != rm_ref)) && in TestHelper()
606 printf("0x%08" PRIx32, rn_ref); in TestHelper()
Dtest-simulator-cond-rd-rn-operand-imm12-t32.cc1011 uint32_t rn_ref = reference[i].outputs[j].rn; in TestHelper() local
1013 if (((rd != rd_ref) || (rn != rn_ref)) && in TestHelper()
1031 printf("0x%08" PRIx32, rn_ref); in TestHelper()
Dtest-simulator-cond-rd-operand-rn-a32.cc631 uint32_t rn_ref = reference[i].outputs[j].rn; in TestHelper() local
633 if (((apsr != apsr_ref) || (rd != rd_ref) || (rn != rn_ref)) && in TestHelper()
655 printf("0x%08" PRIx32, rn_ref); in TestHelper()
Dtest-simulator-cond-rd-operand-rn-ror-amount-a32.cc696 uint32_t rn_ref = reference[i].outputs[j].rn; in TestHelper() local
698 if (((apsr != apsr_ref) || (rd != rd_ref) || (rn != rn_ref)) && in TestHelper()
720 printf("0x%08" PRIx32, rn_ref); in TestHelper()
Dtest-simulator-cond-rd-operand-rn-t32.cc631 uint32_t rn_ref = reference[i].outputs[j].rn; in TestHelper() local
633 if (((apsr != apsr_ref) || (rd != rd_ref) || (rn != rn_ref)) && in TestHelper()
655 printf("0x%08" PRIx32, rn_ref); in TestHelper()
Dtest-simulator-cond-rd-operand-rn-ror-amount-t32.cc696 uint32_t rn_ref = reference[i].outputs[j].rn; in TestHelper() local
698 if (((apsr != apsr_ref) || (rd != rd_ref) || (rn != rn_ref)) && in TestHelper()
720 printf("0x%08" PRIx32, rn_ref); in TestHelper()
Dtest-simulator-cond-rd-rn-rm-q-t32.cc582 uint32_t rn_ref = reference[i].outputs[j].rn; in TestHelper() local
586 (rd != rd_ref) || (rn != rn_ref) || (rm != rm_ref)) && in TestHelper()
618 printf("0x%08" PRIx32, rn_ref); in TestHelper()
Dtest-simulator-cond-rdlow-rnlow-rmlow-t32.cc1019 uint32_t rn_ref = reference[i].outputs[j].rn; in TestHelper() local
1022 if (((apsr != apsr_ref) || (rd != rd_ref) || (rn != rn_ref) || in TestHelper()
1047 printf("0x%08" PRIx32, rn_ref); in TestHelper()
Dtest-simulator-cond-rd-rn-rm-sel-t32.cc575 uint32_t rn_ref = reference[i].outputs[j].rn; in TestHelper() local
579 (rd != rd_ref) || (rn != rn_ref) || (rm != rm_ref)) && in TestHelper()
611 printf("0x%08" PRIx32, rn_ref); in TestHelper()
Dtest-simulator-cond-rd-rn-rm-sel-a32.cc575 uint32_t rn_ref = reference[i].outputs[j].rn; in TestHelper() local
579 (rd != rd_ref) || (rn != rn_ref) || (rm != rm_ref)) && in TestHelper()
611 printf("0x%08" PRIx32, rn_ref); in TestHelper()
Dtest-simulator-cond-rd-rn-rm-q-a32.cc582 uint32_t rn_ref = reference[i].outputs[j].rn; in TestHelper() local
586 (rd != rd_ref) || (rn != rn_ref) || (rm != rm_ref)) && in TestHelper()
618 printf("0x%08" PRIx32, rn_ref); in TestHelper()
Dtest-simulator-cond-dt-drt-drd-drn-drm-float-f64-t32.cc1518 uint64_t rn_ref = reference[i].outputs[j].rn; in TestHelper() local
1521 if (((fpscr != fpscr_ref) || (rd != rd_ref) || (rn != rn_ref) || in TestHelper()
1546 printf("0x%016" PRIx64 "(%g)", rn_ref, RawbitsToDouble(rn_ref)); in TestHelper()
Dtest-simulator-cond-dt-drt-drd-drn-drm-float-f64-a32.cc1518 uint64_t rn_ref = reference[i].outputs[j].rn; in TestHelper() local
1521 if (((fpscr != fpscr_ref) || (rd != rd_ref) || (rn != rn_ref) || in TestHelper()
1546 printf("0x%016" PRIx64 "(%g)", rn_ref, RawbitsToDouble(rn_ref)); in TestHelper()
Dtest-simulator-cond-rd-rn-rm-ge-a32.cc598 uint32_t rn_ref = reference[i].outputs[j].rn; in TestHelper() local
602 (rd != rd_ref) || (rn != rn_ref) || (rm != rm_ref)) && in TestHelper()
634 printf("0x%08" PRIx32, rn_ref); in TestHelper()
Dtest-simulator-cond-rd-rn-rm-ge-t32.cc598 uint32_t rn_ref = reference[i].outputs[j].rn; in TestHelper() local
602 (rd != rd_ref) || (rn != rn_ref) || (rm != rm_ref)) && in TestHelper()
634 printf("0x%08" PRIx32, rn_ref); in TestHelper()
Dtest-simulator-cond-rd-operand-rn-shift-amount-1to31-t32.cc990 uint32_t rn_ref = reference[i].outputs[j].rn; in TestHelper() local
992 if (((apsr != apsr_ref) || (rd != rd_ref) || (rn != rn_ref)) && in TestHelper()
1014 printf("0x%08" PRIx32, rn_ref); in TestHelper()
Dtest-simulator-cond-rd-operand-rn-shift-amount-1to32-a32.cc1000 uint32_t rn_ref = reference[i].outputs[j].rn; in TestHelper() local
1002 if (((apsr != apsr_ref) || (rd != rd_ref) || (rn != rn_ref)) && in TestHelper()
1024 printf("0x%08" PRIx32, rn_ref); in TestHelper()
Dtest-simulator-cond-rd-operand-rn-shift-amount-1to32-t32.cc1000 uint32_t rn_ref = reference[i].outputs[j].rn; in TestHelper() local
1002 if (((apsr != apsr_ref) || (rd != rd_ref) || (rn != rn_ref)) && in TestHelper()
1024 printf("0x%08" PRIx32, rn_ref); in TestHelper()
Dtest-simulator-cond-rd-rn-operand-rm-t32.cc1236 uint32_t rn_ref = reference[i].outputs[j].rn; in TestHelper() local
1239 if (((apsr != apsr_ref) || (rd != rd_ref) || (rn != rn_ref) || in TestHelper()
1264 printf("0x%08" PRIx32, rn_ref); in TestHelper()
Dtest-simulator-cond-rd-operand-rn-shift-amount-1to31-a32.cc990 uint32_t rn_ref = reference[i].outputs[j].rn; in TestHelper() local
992 if (((apsr != apsr_ref) || (rd != rd_ref) || (rn != rn_ref)) && in TestHelper()
1014 printf("0x%08" PRIx32, rn_ref); in TestHelper()
Dtest-simulator-cond-rd-rn-operand-rm-a32.cc1236 uint32_t rn_ref = reference[i].outputs[j].rn; in TestHelper() local
1239 if (((apsr != apsr_ref) || (rd != rd_ref) || (rn != rn_ref) || in TestHelper()
1264 printf("0x%08" PRIx32, rn_ref); in TestHelper()
Dtest-simulator-cond-rd-rn-operand-rm-ror-amount-t32.cc1237 uint32_t rn_ref = reference[i].outputs[j].rn; in TestHelper() local
1240 if (((apsr != apsr_ref) || (rd != rd_ref) || (rn != rn_ref) || in TestHelper()
1265 printf("0x%08" PRIx32, rn_ref); in TestHelper()
Dtest-simulator-cond-rd-rn-operand-rm-ror-amount-a32.cc1237 uint32_t rn_ref = reference[i].outputs[j].rn; in TestHelper() local
1240 if (((apsr != apsr_ref) || (rd != rd_ref) || (rn != rn_ref) || in TestHelper()
1265 printf("0x%08" PRIx32, rn_ref); in TestHelper()
Dtest-simulator-cond-rd-rn-t32.cc979 uint32_t rn_ref = reference[i].outputs[j].rn; in TestHelper() local
981 if (((apsr != apsr_ref) || (rd != rd_ref) || (rn != rn_ref)) && in TestHelper()
1003 printf("0x%08" PRIx32, rn_ref); in TestHelper()

12