/external/vixl/test/aarch32/ |
D | test-simulator-rd-rn-rm-a32.cc | 582 uint32_t rd_ref = reference[i].outputs[j].rd; in TestHelper() local 586 if (((rd != rd_ref) || (rn != rn_ref) || (rm != rm_ref)) && in TestHelper() 604 printf("0x%08" PRIx32, rd_ref); in TestHelper()
|
D | test-simulator-rd-rn-rm-t32.cc | 582 uint32_t rd_ref = reference[i].outputs[j].rd; in TestHelper() local 586 if (((rd != rd_ref) || (rn != rn_ref) || (rm != rm_ref)) && in TestHelper() 604 printf("0x%08" PRIx32, rd_ref); in TestHelper()
|
D | test-simulator-cond-rd-rn-operand-imm12-t32.cc | 1010 uint32_t rd_ref = reference[i].outputs[j].rd; in TestHelper() local 1013 if (((rd != rd_ref) || (rn != rn_ref)) && in TestHelper() 1029 printf("0x%08" PRIx32, rd_ref); in TestHelper()
|
D | test-simulator-cond-rd-operand-const-a32.cc | 587 uint32_t rd_ref = reference[i].outputs[j].rd; in TestHelper() local 589 if (((apsr != apsr_ref) || (rd != rd_ref)) && in TestHelper() 607 printf("0x%08" PRIx32, rd_ref); in TestHelper()
|
D | test-simulator-cond-rd-operand-imm16-t32.cc | 540 uint32_t rd_ref = reference[i].outputs[j].rd; in TestHelper() local 542 if (((apsr != apsr_ref) || (rd != rd_ref)) && in TestHelper() 560 printf("0x%08" PRIx32, rd_ref); in TestHelper()
|
D | test-simulator-cond-rd-operand-const-t32.cc | 702 uint32_t rd_ref = reference[i].outputs[j].rd; in TestHelper() local 704 if (((apsr != apsr_ref) || (rd != rd_ref)) && in TestHelper() 722 printf("0x%08" PRIx32, rd_ref); in TestHelper()
|
D | test-simulator-cond-rd-operand-rn-ror-amount-a32.cc | 695 uint32_t rd_ref = reference[i].outputs[j].rd; in TestHelper() local 698 if (((apsr != apsr_ref) || (rd != rd_ref) || (rn != rn_ref)) && in TestHelper() 718 printf("0x%08" PRIx32, rd_ref); in TestHelper()
|
D | test-simulator-cond-rd-operand-rn-ror-amount-t32.cc | 695 uint32_t rd_ref = reference[i].outputs[j].rd; in TestHelper() local 698 if (((apsr != apsr_ref) || (rd != rd_ref) || (rn != rn_ref)) && in TestHelper() 718 printf("0x%08" PRIx32, rd_ref); in TestHelper()
|
D | test-simulator-cond-rd-operand-rn-t32.cc | 630 uint32_t rd_ref = reference[i].outputs[j].rd; in TestHelper() local 633 if (((apsr != apsr_ref) || (rd != rd_ref) || (rn != rn_ref)) && in TestHelper() 653 printf("0x%08" PRIx32, rd_ref); in TestHelper()
|
D | test-simulator-cond-rd-operand-rn-a32.cc | 630 uint32_t rd_ref = reference[i].outputs[j].rd; in TestHelper() local 633 if (((apsr != apsr_ref) || (rd != rd_ref) || (rn != rn_ref)) && in TestHelper() 653 printf("0x%08" PRIx32, rd_ref); in TestHelper()
|
D | test-simulator-cond-rd-rn-rm-sel-a32.cc | 574 uint32_t rd_ref = reference[i].outputs[j].rd; in TestHelper() local 579 (rd != rd_ref) || (rn != rn_ref) || (rm != rm_ref)) && in TestHelper() 609 printf("0x%08" PRIx32, rd_ref); in TestHelper()
|
D | test-simulator-cond-rd-rn-rm-sel-t32.cc | 574 uint32_t rd_ref = reference[i].outputs[j].rd; in TestHelper() local 579 (rd != rd_ref) || (rn != rn_ref) || (rm != rm_ref)) && in TestHelper() 609 printf("0x%08" PRIx32, rd_ref); in TestHelper()
|
D | test-simulator-cond-rd-rn-rm-q-t32.cc | 581 uint32_t rd_ref = reference[i].outputs[j].rd; in TestHelper() local 586 (rd != rd_ref) || (rn != rn_ref) || (rm != rm_ref)) && in TestHelper() 616 printf("0x%08" PRIx32, rd_ref); in TestHelper()
|
D | test-simulator-cond-rdlow-rnlow-rmlow-t32.cc | 1018 uint32_t rd_ref = reference[i].outputs[j].rd; in TestHelper() local 1022 if (((apsr != apsr_ref) || (rd != rd_ref) || (rn != rn_ref) || in TestHelper() 1045 printf("0x%08" PRIx32, rd_ref); in TestHelper()
|
D | test-simulator-cond-rd-rn-rm-q-a32.cc | 581 uint32_t rd_ref = reference[i].outputs[j].rd; in TestHelper() local 586 (rd != rd_ref) || (rn != rn_ref) || (rm != rm_ref)) && in TestHelper() 616 printf("0x%08" PRIx32, rd_ref); in TestHelper()
|
D | test-simulator-cond-dt-drt-drd-drn-drm-float-f64-t32.cc | 1517 uint64_t rd_ref = reference[i].outputs[j].rd; in TestHelper() local 1521 if (((fpscr != fpscr_ref) || (rd != rd_ref) || (rn != rn_ref) || in TestHelper() 1544 printf("0x%016" PRIx64 "(%g)", rd_ref, RawbitsToDouble(rd_ref)); in TestHelper()
|
D | test-simulator-cond-dt-drt-drd-drn-drm-float-f64-a32.cc | 1517 uint64_t rd_ref = reference[i].outputs[j].rd; in TestHelper() local 1521 if (((fpscr != fpscr_ref) || (rd != rd_ref) || (rn != rn_ref) || in TestHelper() 1544 printf("0x%016" PRIx64 "(%g)", rd_ref, RawbitsToDouble(rd_ref)); in TestHelper()
|
D | test-simulator-cond-rd-rn-rm-ge-a32.cc | 597 uint32_t rd_ref = reference[i].outputs[j].rd; in TestHelper() local 602 (rd != rd_ref) || (rn != rn_ref) || (rm != rm_ref)) && in TestHelper() 632 printf("0x%08" PRIx32, rd_ref); in TestHelper()
|
D | test-simulator-cond-rd-rn-rm-ge-t32.cc | 597 uint32_t rd_ref = reference[i].outputs[j].rd; in TestHelper() local 602 (rd != rd_ref) || (rn != rn_ref) || (rm != rm_ref)) && in TestHelper() 632 printf("0x%08" PRIx32, rd_ref); in TestHelper()
|
D | test-simulator-cond-rd-operand-rn-shift-amount-1to32-t32.cc | 999 uint32_t rd_ref = reference[i].outputs[j].rd; in TestHelper() local 1002 if (((apsr != apsr_ref) || (rd != rd_ref) || (rn != rn_ref)) && in TestHelper() 1022 printf("0x%08" PRIx32, rd_ref); in TestHelper()
|
D | test-simulator-cond-rd-rn-operand-rm-a32.cc | 1235 uint32_t rd_ref = reference[i].outputs[j].rd; in TestHelper() local 1239 if (((apsr != apsr_ref) || (rd != rd_ref) || (rn != rn_ref) || in TestHelper() 1262 printf("0x%08" PRIx32, rd_ref); in TestHelper()
|
D | test-simulator-cond-rd-rn-operand-rm-t32.cc | 1235 uint32_t rd_ref = reference[i].outputs[j].rd; in TestHelper() local 1239 if (((apsr != apsr_ref) || (rd != rd_ref) || (rn != rn_ref) || in TestHelper() 1262 printf("0x%08" PRIx32, rd_ref); in TestHelper()
|
D | test-simulator-cond-rd-operand-rn-shift-amount-1to31-a32.cc | 989 uint32_t rd_ref = reference[i].outputs[j].rd; in TestHelper() local 992 if (((apsr != apsr_ref) || (rd != rd_ref) || (rn != rn_ref)) && in TestHelper() 1012 printf("0x%08" PRIx32, rd_ref); in TestHelper()
|
D | test-simulator-cond-rd-operand-rn-shift-amount-1to31-t32.cc | 989 uint32_t rd_ref = reference[i].outputs[j].rd; in TestHelper() local 992 if (((apsr != apsr_ref) || (rd != rd_ref) || (rn != rn_ref)) && in TestHelper() 1012 printf("0x%08" PRIx32, rd_ref); in TestHelper()
|
D | test-simulator-cond-rd-operand-rn-shift-amount-1to32-a32.cc | 999 uint32_t rd_ref = reference[i].outputs[j].rd; in TestHelper() local 1002 if (((apsr != apsr_ref) || (rd != rd_ref) || (rn != rn_ref)) && in TestHelper() 1022 printf("0x%08" PRIx32, rd_ref); in TestHelper()
|