/third_party/node/deps/v8/src/diagnostics/arm64/ |
H A D | disasm-arm64.cc | 53 const char* mnemonic = ""; in VisitAddSubImmediate() local 61 mnemonic = "add"; in VisitAddSubImmediate() 63 mnemonic = "mov"; in VisitAddSubImmediate() 70 mnemonic = "adds"; in VisitAddSubImmediate() 72 mnemonic = "cmn"; in VisitAddSubImmediate() 79 mnemonic = "sub"; in VisitAddSubImmediate() 83 mnemonic = "subs"; in VisitAddSubImmediate() 85 mnemonic = "cmp"; in VisitAddSubImmediate() 93 Format(instr, mnemonic, form); in VisitAddSubImmediate() 99 const char* mnemonic in VisitAddSubShifted() local 147 const char* mnemonic = ""; VisitAddSubExtended() local 189 const char* mnemonic = ""; VisitAddSubWithCarry() local 229 const char* mnemonic = ""; VisitLogicalImmediate() local 303 const char* mnemonic = ""; VisitLogicalShifted() local 362 const char* mnemonic = ""; VisitConditionalCompareRegister() local 382 const char* mnemonic = ""; VisitConditionalCompareImmediate() local 403 const char* mnemonic = ""; VisitConditionalSelect() local 460 const char* mnemonic = ""; VisitBitfield() local 533 const char* mnemonic = ""; VisitExtract() local 576 const char* mnemonic = "unimplemented"; VisitUnconditionalBranchToRegister() local 600 const char* mnemonic = ""; VisitUnconditionalBranch() local 617 const char* mnemonic = ""; VisitDataProcessing1Source() local 642 const char* mnemonic = "unimplemented"; VisitDataProcessing2Source() local 666 const char* mnemonic = ""; VisitDataProcessing3Source() local 743 const char* mnemonic = ""; VisitCompareBranch() local 762 const char* mnemonic = ""; VisitTestBranch() local 783 const char* mnemonic = ""; VisitMoveWideImmediate() local 835 const char* mnemonic = "unimplemented"; VisitLoadStorePreIndex() local 851 const char* mnemonic = "unimplemented"; VisitLoadStorePostIndex() local 867 const char* mnemonic = "unimplemented"; VisitLoadStoreUnsignedOffset() local 886 const char* mnemonic = "unimplemented"; VisitLoadStoreRegisterOffset() local 932 const char* mnemonic = "unimplemented"; VisitLoadStoreUnscaledOffset() local 950 const char* mnemonic = "ldr"; VisitLoadLiteral() local 986 const char* mnemonic = "unimplemented"; VisitLoadStorePairPostIndex() local 1002 const char* mnemonic = "unimplemented"; VisitLoadStorePairPreIndex() local 1018 const char* mnemonic = "unimplemented"; VisitLoadStorePairOffset() local 1036 const char* mnemonic = "unimplemented"; VisitLoadStoreAcquireRelease() local 1105 const char* mnemonic = "unimplemented"; VisitFPCompare() local 1125 const char* mnemonic = "unimplemented"; VisitFPConditionalCompare() local 1144 const char* mnemonic = ""; VisitFPConditionalSelect() local 1159 const char* mnemonic = "unimplemented"; VisitFPDataProcessing1Source() local 1211 const char* mnemonic = ""; VisitFPDataProcessing2Source() local 1237 const char* mnemonic = ""; VisitFPDataProcessing3Source() local 1258 const char* mnemonic = ""; VisitFPImmediate() local 1277 const char* mnemonic = "unimplemented"; VisitFPIntegerConvert() local 1394 const char* mnemonic = ""; VisitFPFixedPointConvert() local 1441 const char* mnemonic = "unimplemented"; VisitSystem() local 1539 const char* mnemonic = "unimplemented"; VisitException() local 1577 const char* mnemonic = "unimplemented"; VisitNEON3Same() local 1669 const char* mnemonic = "unimplemented"; VisitNEON2RegMisc() local 1940 const char* mnemonic = "unimplemented"; VisitNEON3Different() local 2045 const char* mnemonic = "unimplemented"; VisitNEONAcrossLanes() local 2107 const char* mnemonic = "unimplemented"; VisitNEONByIndexedElement() local 2202 const char* mnemonic = "unimplemented"; VisitNEONCopy() local 2251 const char* mnemonic = "unimplemented"; VisitNEONExtract() local 2262 const char* mnemonic = nullptr; VisitNEONLoadStoreMultiStruct() local 2359 const char* mnemonic = nullptr; VisitNEONLoadStoreMultiStructPostIndex() local 2455 const char* mnemonic = nullptr; VisitNEONLoadStoreSingleStruct() local 2627 const char* mnemonic = nullptr; VisitNEONLoadStoreSingleStructPostIndex() local 2787 const char* mnemonic = "unimplemented"; VisitNEONModifiedImmediate() local 2852 const char* mnemonic = "unimplemented"; VisitNEONPerm() local 2882 const char* mnemonic = "unimplemented"; VisitNEONScalar2RegMisc() local 3030 const char* mnemonic = "unimplemented"; VisitNEONScalar3Diff() local 3052 const char* mnemonic = "unimplemented"; VisitNEONScalar3Same() local 3165 const char* mnemonic = "unimplemented"; VisitNEONScalarByIndexedElement() local 3218 const char* mnemonic = "unimplemented"; VisitNEONScalarCopy() local 3232 const char* mnemonic = "unimplemented"; VisitNEONScalarPairwise() local 3265 const char* mnemonic = "unimplemented"; VisitNEONScalarShiftImmediate() local 3372 const char* mnemonic = "unimplemented"; VisitNEONShiftImmediate() local 3518 const char* mnemonic = "unimplemented"; VisitNEONTable() local 3634 Format(Instruction* instr, const char* mnemonic, const char* format) Format() argument [all...] |
/third_party/vixl/test/aarch64/ |
H A D | test-simulator-aarch64.cc | 224 typedef void (MacroAssembler::*mnemonic)(const VRegister& vd, typedef in vixl::aarch64::Test2OpImmediateNEONHelper_t 1643 // ==== Tests for instructions of the form <mnemonic> <V><d>, <Vn>.<T> ==== 2405 typename Test2OpImmediateNEONHelper_t<Tm>::mnemonic helper, in Test2OpImmNEON_Helper() 2498 typename Test2OpImmediateNEONHelper_t<Tm>::mnemonic helper, in Test2OpImmNEON() 2870 #define CALL_TEST_FP_HELPER(mnemonic, variant, type, input) \ 2871 Test##type(STRINGIFY(mnemonic) "_" STRINGIFY(variant), \ 2872 &MacroAssembler::mnemonic, \ 2875 kExpected_##mnemonic##_##variant, \ 2876 kExpectedCount_##mnemonic##_##variant) 2878 #define DEFINE_TEST_FP(mnemonic, typ [all...] |
/third_party/elfutils/libcpu/ |
H A D | i386_dis.h | 140 { .mnemonic = MNE_aaa, .rep = 0, .repe = 0, .suffix = 0, .modrm = 0, .fct1 = 0, .str1 = 0, .off1_1 = 0, .off1_2 = 0, .off1_3 = 0, .fct2 = 0, .str2 = 0, .off2_1 = 0, .off2_2 = 0, .off2_3 = 0, .fct3 = 0, .str3 = 0, .off3_1 = 0, .off3_2 = 0, }, 141 { .mnemonic = MNE_aad, .rep = 0, .repe = 0, .suffix = 0, .modrm = 0, .fct1 = 0, .str1 = 0, .off1_1 = 0, .off1_2 = 0, .off1_3 = 0, .fct2 = 0, .str2 = 0, .off2_1 = 0, .off2_2 = 0, .off2_3 = 0, .fct3 = 0, .str3 = 0, .off3_1 = 0, .off3_2 = 0, }, 142 { .mnemonic = MNE_aam, .rep = 0, .repe = 0, .suffix = 0, .modrm = 0, .fct1 = 0, .str1 = 0, .off1_1 = 0, .off1_2 = 0, .off1_3 = 0, .fct2 = 0, .str2 = 0, .off2_1 = 0, .off2_2 = 0, .off2_3 = 0, .fct3 = 0, .str3 = 0, .off3_1 = 0, .off3_2 = 0, }, 143 { .mnemonic = MNE_aas, .rep = 0, .repe = 0, .suffix = 0, .modrm = 0, .fct1 = 0, .str1 = 0, .off1_1 = 0, .off1_2 = 0, .off1_3 = 0, .fct2 = 0, .str2 = 0, .off2_1 = 0, .off2_2 = 0, .off2_3 = 0, .fct3 = 0, .str3 = 0, .off3_1 = 0, .off3_2 = 0, }, 144 { .mnemonic = MNE_adc, .rep = 0, .repe = 0, .suffix = 0, .modrm = 0, .fct1 = 15, .str1 = 0, .off1_1 = 5, .off1_2 = 3, .off1_3 = 0, .fct2 = 5, .str2 = 0, .off2_1 = 11, .off2_2 = 3, .off2_3 = 0, .fct3 = 0, .str3 = 0, .off3_1 = 0, .off3_2 = 0, }, 145 { .mnemonic = MNE_adc, .rep = 0, .repe = 0, .suffix = 1, .modrm = 1, .fct1 = 15, .str1 = 0, .off1_1 = 13, .off1_2 = 3, .off1_3 = 0, .fct2 = 16, .str2 = 0, .off2_1 = 3, .off2_2 = 9, .off2_3 = 0, .fct3 = 0, .str3 = 0, .off3_1 = 0, .off3_2 = 0, }, 146 { .mnemonic = MNE_adc, .rep = 0, .repe = 0, .suffix = 1, .modrm = 1, .fct1 = 18, .str1 = 0, .off1_1 = 13, .off1_2 = 0, .off1_3 = 0, .fct2 = 15, .str2 = 0, .off2_1 = 3, .off2_2 = 9, .off2_3 = 0, .fct3 = 0, .str3 = 0, .off3_1 = 0, .off3_2 = 0, }, 147 { .mnemonic = MNE_adc, .rep = 0, .repe = 0, .suffix = 0, .modrm = 1, .fct1 = 26, .str1 = 0, .off1_1 = 7, .off1_2 = 3, .off1_3 = 0, .fct2 = 16, .str2 = 0, .off2_1 = 3, .off2_2 = 9, .off2_3 = 0, .fct3 = 0, .str3 = 0, .off3_1 = 0, .off3_2 = 0, }, 148 { .mnemonic = MNE_adc, .rep = 0, .repe = 0, .suffix = 0, .modrm = 1, .fct1 = 24, .str1 = 0, .off1_1 = 5, .off1_2 = 9, .off1_3 = 0, .fct2 = 19, .str2 = 0, .off2_1 = 5, .off2_2 = 3, .off2_3 = 0, .fct3 = 0, .str3 = 0, .off3_1 = 0, .off3_2 = 0, }, 149 { .mnemonic [all...] |
H A D | x86_64_dis.h | 141 { .mnemonic = MNE_adc, .rep = 0, .repe = 0, .suffix = 0, .modrm = 0, .fct1 = 15, .str1 = 0, .off1_1 = 5, .off1_2 = 3, .off1_3 = 0, .fct2 = 5, .str2 = 0, .off2_1 = 11, .off2_2 = 3, .off2_3 = 0, .fct3 = 0, .str3 = 0, .off3_1 = 0, .off3_2 = 0, }, 142 { .mnemonic = MNE_adc, .rep = 0, .repe = 0, .suffix = 1, .modrm = 1, .fct1 = 15, .str1 = 0, .off1_1 = 13, .off1_2 = 3, .off1_3 = 0, .fct2 = 16, .str2 = 0, .off2_1 = 3, .off2_2 = 9, .off2_3 = 0, .fct3 = 0, .str3 = 0, .off3_1 = 0, .off3_2 = 0, }, 143 { .mnemonic = MNE_adc, .rep = 0, .repe = 0, .suffix = 1, .modrm = 1, .fct1 = 19, .str1 = 0, .off1_1 = 13, .off1_2 = 0, .off1_3 = 0, .fct2 = 15, .str2 = 0, .off2_1 = 3, .off2_2 = 9, .off2_3 = 0, .fct3 = 0, .str3 = 0, .off3_1 = 0, .off3_2 = 0, }, 144 { .mnemonic = MNE_adc, .rep = 0, .repe = 0, .suffix = 0, .modrm = 1, .fct1 = 27, .str1 = 0, .off1_1 = 7, .off1_2 = 3, .off1_3 = 0, .fct2 = 16, .str2 = 0, .off2_1 = 3, .off2_2 = 9, .off2_3 = 0, .fct3 = 0, .str3 = 0, .off3_1 = 0, .off3_2 = 0, }, 145 { .mnemonic = MNE_adc, .rep = 0, .repe = 0, .suffix = 0, .modrm = 1, .fct1 = 25, .str1 = 0, .off1_1 = 5, .off1_2 = 9, .off1_3 = 0, .fct2 = 20, .str2 = 0, .off2_1 = 5, .off2_2 = 3, .off2_3 = 0, .fct3 = 0, .str3 = 0, .off3_1 = 0, .off3_2 = 0, }, 146 { .mnemonic = MNE_add, .rep = 0, .repe = 0, .suffix = 0, .modrm = 0, .fct1 = 15, .str1 = 0, .off1_1 = 5, .off1_2 = 3, .off1_3 = 0, .fct2 = 5, .str2 = 0, .off2_1 = 11, .off2_2 = 3, .off2_3 = 0, .fct3 = 0, .str3 = 0, .off3_1 = 0, .off3_2 = 0, }, 147 { .mnemonic = MNE_add, .rep = 0, .repe = 0, .suffix = 1, .modrm = 1, .fct1 = 15, .str1 = 0, .off1_1 = 13, .off1_2 = 3, .off1_3 = 0, .fct2 = 16, .str2 = 0, .off2_1 = 3, .off2_2 = 9, .off2_3 = 0, .fct3 = 0, .str3 = 0, .off3_1 = 0, .off3_2 = 0, }, 148 { .mnemonic = MNE_add, .rep = 0, .repe = 0, .suffix = 1, .modrm = 1, .fct1 = 19, .str1 = 0, .off1_1 = 13, .off1_2 = 0, .off1_3 = 0, .fct2 = 15, .str2 = 0, .off2_1 = 3, .off2_2 = 9, .off2_3 = 0, .fct3 = 0, .str3 = 0, .off3_1 = 0, .off3_2 = 0, }, 149 { .mnemonic = MNE_add, .rep = 0, .repe = 0, .suffix = 0, .modrm = 1, .fct1 = 27, .str1 = 0, .off1_1 = 7, .off1_2 = 3, .off1_3 = 0, .fct2 = 16, .str2 = 0, .off2_1 = 3, .off2_2 = 9, .off2_3 = 0, .fct3 = 0, .str3 = 0, .off3_1 = 0, .off3_2 = 0, }, 150 { .mnemonic [all...] |
/third_party/vixl/src/aarch64/ |
H A D | disasm-aarch64.cc | 793 const char *mnemonic = mnemonic_.c_str(); in Disassembler() local 802 mnemonic = "mov"; in Disassembler() 809 mnemonic = "cmn"; in Disassembler() 816 mnemonic = "cmp"; in Disassembler() 821 Format(instr, mnemonic, form); in Disassembler() 828 const char *mnemonic = mnemonic_.c_str(); in Disassembler() local 843 mnemonic = "cmn"; in Disassembler() 850 mnemonic = "neg"; in Disassembler() 857 mnemonic = "cmp"; in Disassembler() 860 mnemonic in Disassembler() 870 const char *mnemonic = ""; Disassembler() local 913 const char *mnemonic = ""; Disassembler() local 964 const char *mnemonic = ""; Disassembler() local 1040 const char *mnemonic = mnemonic_.c_str(); Disassembler() local 1085 const char *mnemonic = ""; Disassembler() local 1143 const char *mnemonic = ""; Disassembler() local 1233 const char *mnemonic = ""; Disassembler() local 1340 std::string mnemonic = mnemonic_; Disassembler() local 1370 const char *mnemonic = ""; Disassembler() local 1466 const char *mnemonic = ""; Disassembler() local 1582 const char *mnemonic = mnemonic_.c_str(); Disassembler() local 1866 std::string mnemonic = mnemonic_; Disassembler() local 2024 const char *mnemonic = mnemonic_.c_str(); Disassembler() local 2116 const char *mnemonic = "unimplemented"; Disassembler() local 2169 const char *mnemonic = mnemonic_.c_str(); Disassembler() local 2180 const char *mnemonic = mnemonic_.c_str(); Disassembler() local 2187 const char *mnemonic = mnemonic_.c_str(); Disassembler() local 2194 const char *mnemonic = mnemonic_.c_str(); Disassembler() local 2217 const char *mnemonic = mnemonic_.c_str(); Disassembler() local 2224 const char *mnemonic = mnemonic_.c_str(); Disassembler() local 2234 const char *mnemonic = mnemonic_.c_str(); Disassembler() local 2259 const char *mnemonic = mnemonic_.c_str(); Disassembler() local 2299 const char *mnemonic = mnemonic_.c_str(); Disassembler() local 2315 const char *mnemonic = mnemonic_.c_str(); Disassembler() local 2339 const char *mnemonic = mnemonic_.c_str(); Disassembler() local 2349 const char *mnemonic = mnemonic_.c_str(); Disassembler() local 2373 const char *mnemonic = mnemonic_.c_str(); Disassembler() local 2383 const char *mnemonic = mnemonic_.c_str(); Disassembler() local 2413 const char *mnemonic = mnemonic_.c_str(); Disassembler() local 2450 const char *mnemonic = mnemonic_.c_str(); Disassembler() local 2463 const char *mnemonic = mnemonic_.c_str(); Disassembler() local 2552 const char *mnemonic = mnemonic_.c_str(); Disassembler() local 2612 const char *mnemonic = mnemonic_.c_str(); Disassembler() local 2623 const char *mnemonic = NULL; Disassembler() local 2721 const char *mnemonic = NULL; Disassembler() local 2819 const char *mnemonic = NULL; Disassembler() local 2986 const char *mnemonic = NULL; Disassembler() local 3145 const char *mnemonic = mnemonic_.c_str(); Disassembler() local 3196 const char *mnemonic = mnemonic_.c_str(); Disassembler() local 3211 const char *mnemonic = mnemonic_.c_str(); Disassembler() local 3233 const char *mnemonic = mnemonic_.c_str(); Disassembler() local 3246 const char *mnemonic = mnemonic_.c_str(); Disassembler() local 3263 const char *mnemonic = mnemonic_.c_str(); Disassembler() local 3275 const char *mnemonic = mnemonic_.c_str(); Disassembler() local 3282 const char *mnemonic = mnemonic_.c_str(); Disassembler() local 3291 const char *mnemonic = mnemonic_.c_str(); Disassembler() local 3325 const char *mnemonic = mnemonic_.c_str(); Disassembler() local 3339 const char *mnemonic = mnemonic_.c_str(); Disassembler() local 3349 const char *mnemonic = mnemonic_.c_str(); Disassembler() local 3363 const char *mnemonic = "unimplemented"; Disassembler() local 3378 const char *mnemonic = mnemonic_.c_str(); Disassembler() local 3401 const char *mnemonic = mnemonic_.c_str(); Disassembler() local 3421 const char *mnemonic = mnemonic_.c_str(); Disassembler() local 3432 const char *mnemonic = mnemonic_.c_str(); Disassembler() local 3459 const char *mnemonic = mnemonic_.c_str(); Disassembler() local 3478 const char *mnemonic = mnemonic_.c_str(); Disassembler() local 3501 const char *mnemonic = mnemonic_.c_str(); Disassembler() local 3511 const char *mnemonic = mnemonic_.c_str(); Disassembler() local 3519 const char *mnemonic = mnemonic_.c_str(); Disassembler() local 3593 const char *mnemonic = mnemonic_.c_str(); Disassembler() local 3613 const char *mnemonic = "unimplemented"; Disassembler() local 3663 const char *mnemonic = "unimplemented"; Disassembler() local 3847 const char *mnemonic = mnemonic_.c_str(); Disassembler() local 3975 const char *mnemonic = "unimplemented"; Disassembler() local 3996 const char *mnemonic = "unimplemented"; Disassembler() local 4014 const char *mnemonic = "unimplemented"; Disassembler() local 4034 const char *mnemonic = "unimplemented"; Disassembler() local 4063 const char *mnemonic = "unimplemented"; Disassembler() local 4228 const char *mnemonic = "unimplemented"; Disassembler() local 4264 const char *mnemonic = "unimplemented"; Disassembler() local 4309 const char *mnemonic = "unimplemented"; Disassembler() local 4328 const char *mnemonic = "unimplemented"; Disassembler() local 4347 const char *mnemonic = "unimplemented"; Disassembler() local 4367 const char *mnemonic = "unimplemented"; Disassembler() local 4884 const char *mnemonic = "unimplemented"; Disassembler() local 5041 const char *mnemonic = "adr"; Disassembler() local 5069 const char *mnemonic = "unimplemented"; Disassembler() local 5096 const char *mnemonic = "unimplemented"; Disassembler() local 5434 const char *mnemonic = mnemonic_.c_str(); Disassembler() local 5520 const char *mnemonic = mnemonic_.c_str(); Disassembler() local 6222 Format(const Instruction *instr, const char *mnemonic, const char *format0, const char *format1) Disassembler() argument [all...] |
/third_party/vixl/test/aarch32/ |
H A D | test-assembler-cond-rdlow-rnlow-operand-immediate-zero-t32.cc | 161 // values. The reference arrays are names `kReference{mnemonic}`. 174 const char* mnemonic, in TestHelper() 209 mnemonic, in TestHelper() 224 mnemonic, in TestHelper() 227 printf(" // %s %s\n};\n", mnemonic, kTests[i].operands_description); in TestHelper() 237 mnemonic, in TestHelper() 266 printf("const TestResult kReference%s[] = {\n", mnemonic); in TestHelper() 270 mnemonic, in TestHelper() 272 printf(" kInstruction_%s_%s,\n", mnemonic, kTests[i].identifier); in TestHelper() 287 #define TEST(mnemonic) \ 173 TestHelper(Fn instruction, const char* mnemonic, const TestResult reference[]) TestHelper() argument [all...] |
H A D | test-assembler-cond-rdlow-rnlow-rmlow-t32.cc | 161 // values. The reference arrays are names `kReference{mnemonic}`. 174 const char* mnemonic, in TestHelper() 208 mnemonic, in TestHelper() 223 mnemonic, in TestHelper() 226 printf(" // %s %s\n};\n", mnemonic, kTests[i].operands_description); in TestHelper() 236 mnemonic, in TestHelper() 265 printf("const TestResult kReference%s[] = {\n", mnemonic); in TestHelper() 269 mnemonic, in TestHelper() 271 printf(" kInstruction_%s_%s,\n", mnemonic, kTests[i].identifier); in TestHelper() 286 #define TEST(mnemonic) \ 173 TestHelper(Fn instruction, const char* mnemonic, const TestResult reference[]) TestHelper() argument [all...] |
H A D | test-simulator-cond-rd-operand-const-a32.cc | 444 // values. The reference arrays are names `kReference{mnemonic}`. 463 const char* mnemonic, in TestHelper() 555 mnemonic, in TestHelper() 566 printf("const TestResult kReference%s[] = {\n", mnemonic); in TestHelper() 570 mnemonic, in TestHelper() 572 printf(" kOutputs_%s_%s,\n", mnemonic, kTests[i].identifier); in TestHelper() 594 mnemonic, in TestHelper() 637 #define TEST(mnemonic) \ 638 void Test_##mnemonic() { \ 639 TestHelper(&MacroAssembler::mnemonic, #mnemoni 462 TestHelper(Fn instruction, const char* mnemonic, const TestResult reference[]) TestHelper() argument [all...] |
H A D | test-simulator-cond-rd-operand-imm16-t32.cc | 403 // values. The reference arrays are names `kReference{mnemonic}`. 416 const char* mnemonic, in TestHelper() 508 mnemonic, in TestHelper() 519 printf("const TestResult kReference%s[] = {\n", mnemonic); in TestHelper() 523 mnemonic, in TestHelper() 525 printf(" kOutputs_%s_%s,\n", mnemonic, kTests[i].identifier); in TestHelper() 547 mnemonic, in TestHelper() 590 #define TEST(mnemonic) \ 591 void Test_##mnemonic() { \ 592 TestHelper(&MacroAssembler::mnemonic, #mnemoni 415 TestHelper(Fn instruction, const char* mnemonic, const TestResult reference[]) TestHelper() argument [all...] |
H A D | test-assembler-cond-dt-drt-drd-drn-drm-float-f32-only-a32.cc | 208 // values. The reference arrays are names `kReference{mnemonic}`. 231 const char* mnemonic, in TestHelper() 265 mnemonic, in TestHelper() 280 mnemonic, in TestHelper() 283 printf(" // %s %s\n};\n", mnemonic, kTests[i].operands_description); in TestHelper() 293 mnemonic, in TestHelper() 322 printf("const TestResult kReference%s[] = {\n", mnemonic); in TestHelper() 326 mnemonic, in TestHelper() 328 printf(" kInstruction_%s_%s,\n", mnemonic, kTests[i].identifier); in TestHelper() 343 #define TEST(mnemonic) \ 230 TestHelper(Fn instruction, const char* mnemonic, const TestResult reference[]) TestHelper() argument [all...] |
H A D | test-assembler-cond-dt-drt-drd-drn-drm-float-f32-only-t32.cc | 208 // values. The reference arrays are names `kReference{mnemonic}`. 231 const char* mnemonic, in TestHelper() 265 mnemonic, in TestHelper() 280 mnemonic, in TestHelper() 283 printf(" // %s %s\n};\n", mnemonic, kTests[i].operands_description); in TestHelper() 293 mnemonic, in TestHelper() 322 printf("const TestResult kReference%s[] = {\n", mnemonic); in TestHelper() 326 mnemonic, in TestHelper() 328 printf(" kInstruction_%s_%s,\n", mnemonic, kTests[i].identifier); in TestHelper() 343 #define TEST(mnemonic) \ 230 TestHelper(Fn instruction, const char* mnemonic, const TestResult reference[]) TestHelper() argument [all...] |
H A D | test-assembler-cond-dt-drt-drd-drn-drm-float-not-f16-a32.cc | 199 // values. The reference arrays are names `kReference{mnemonic}`. 213 const char* mnemonic, in TestHelper() 247 mnemonic, in TestHelper() 262 mnemonic, in TestHelper() 265 printf(" // %s %s\n};\n", mnemonic, kTests[i].operands_description); in TestHelper() 275 mnemonic, in TestHelper() 304 printf("const TestResult kReference%s[] = {\n", mnemonic); in TestHelper() 308 mnemonic, in TestHelper() 310 printf(" kInstruction_%s_%s,\n", mnemonic, kTests[i].identifier); in TestHelper() 325 #define TEST(mnemonic) \ 212 TestHelper(Fn instruction, const char* mnemonic, const TestResult reference[]) TestHelper() argument [all...] |
H A D | test-assembler-cond-dt-drt-drd-drn-drm-float-not-f16-t32.cc | 199 // values. The reference arrays are names `kReference{mnemonic}`. 213 const char* mnemonic, in TestHelper() 247 mnemonic, in TestHelper() 262 mnemonic, in TestHelper() 265 printf(" // %s %s\n};\n", mnemonic, kTests[i].operands_description); in TestHelper() 275 mnemonic, in TestHelper() 304 printf("const TestResult kReference%s[] = {\n", mnemonic); in TestHelper() 308 mnemonic, in TestHelper() 310 printf(" kInstruction_%s_%s,\n", mnemonic, kTests[i].identifier); in TestHelper() 325 #define TEST(mnemonic) \ 212 TestHelper(Fn instruction, const char* mnemonic, const TestResult reference[]) TestHelper() argument [all...] |
H A D | test-assembler-cond-rd-operand-rn-identical-low-registers-in-it-block-t32.cc | 207 // values. The reference arrays are names `kReference{mnemonic}`. 219 const char* mnemonic, in TestHelper() 253 mnemonic, in TestHelper() 268 mnemonic, in TestHelper() 271 printf(" // %s %s\n};\n", mnemonic, kTests[i].operands_description); in TestHelper() 281 mnemonic, in TestHelper() 310 printf("const TestResult kReference%s[] = {\n", mnemonic); in TestHelper() 314 mnemonic, in TestHelper() 316 printf(" kInstruction_%s_%s,\n", mnemonic, kTests[i].identifier); in TestHelper() 331 #define TEST(mnemonic) \ 218 TestHelper(Fn instruction, const char* mnemonic, const TestResult reference[]) TestHelper() argument [all...] |
H A D | test-assembler-cond-rd-rn-operand-rm-rn-is-sp-in-it-block-t32.cc | 209 // values. The reference arrays are names `kReference{mnemonic}`. 222 const char* mnemonic, in TestHelper() 257 mnemonic, in TestHelper() 272 mnemonic, in TestHelper() 275 printf(" // %s %s\n};\n", mnemonic, kTests[i].operands_description); in TestHelper() 285 mnemonic, in TestHelper() 314 printf("const TestResult kReference%s[] = {\n", mnemonic); in TestHelper() 318 mnemonic, in TestHelper() 320 printf(" kInstruction_%s_%s,\n", mnemonic, kTests[i].identifier); in TestHelper() 335 #define TEST(mnemonic) \ 221 TestHelper(Fn instruction, const char* mnemonic, const TestResult reference[]) TestHelper() argument [all...] |
H A D | test-assembler-cond-sp-sp-operand-imm7-t32.cc | 227 // values. The reference arrays are names `kReference{mnemonic}`. 241 const char* mnemonic, in TestHelper() 276 mnemonic, in TestHelper() 291 mnemonic, in TestHelper() 294 printf(" // %s %s\n};\n", mnemonic, kTests[i].operands_description); in TestHelper() 304 mnemonic, in TestHelper() 333 printf("const TestResult kReference%s[] = {\n", mnemonic); in TestHelper() 337 mnemonic, in TestHelper() 339 printf(" kInstruction_%s_%s,\n", mnemonic, kTests[i].identifier); in TestHelper() 354 #define TEST(mnemonic) \ 240 TestHelper(Fn instruction, const char* mnemonic, const TestResult reference[]) TestHelper() argument [all...] |
H A D | test-simulator-cond-rd-operand-const-t32.cc | 559 // values. The reference arrays are names `kReference{mnemonic}`. 578 const char* mnemonic, in TestHelper() 670 mnemonic, in TestHelper() 681 printf("const TestResult kReference%s[] = {\n", mnemonic); in TestHelper() 685 mnemonic, in TestHelper() 687 printf(" kOutputs_%s_%s,\n", mnemonic, kTests[i].identifier); in TestHelper() 709 mnemonic, in TestHelper() 752 #define TEST(mnemonic) \ 753 void Test_##mnemonic() { \ 754 TestHelper(&MacroAssembler::mnemonic, #mnemoni 577 TestHelper(Fn instruction, const char* mnemonic, const TestResult reference[]) TestHelper() argument [all...] |
H A D | test-assembler-cond-rd-operand-rn-t32.cc | 335 // values. The reference arrays are names `kReference{mnemonic}`. 360 const char* mnemonic, in TestHelper() 394 mnemonic, in TestHelper() 409 mnemonic, in TestHelper() 412 printf(" // %s %s\n};\n", mnemonic, kTests[i].operands_description); in TestHelper() 422 mnemonic, in TestHelper() 451 printf("const TestResult kReference%s[] = {\n", mnemonic); in TestHelper() 455 mnemonic, in TestHelper() 457 printf(" kInstruction_%s_%s,\n", mnemonic, kTests[i].identifier); in TestHelper() 472 #define TEST(mnemonic) \ 359 TestHelper(Fn instruction, const char* mnemonic, const TestResult reference[]) TestHelper() argument [all...] |
H A D | test-assembler-cond-rd-rn-operand-rm-rd-is-rn-is-sp-in-it-block-t32.cc | 307 // values. The reference arrays are names `kReference{mnemonic}`. 320 const char* mnemonic, in TestHelper() 355 mnemonic, in TestHelper() 370 mnemonic, in TestHelper() 373 printf(" // %s %s\n};\n", mnemonic, kTests[i].operands_description); in TestHelper() 383 mnemonic, in TestHelper() 412 printf("const TestResult kReference%s[] = {\n", mnemonic); in TestHelper() 416 mnemonic, in TestHelper() 418 printf(" kInstruction_%s_%s,\n", mnemonic, kTests[i].identifier); in TestHelper() 433 #define TEST(mnemonic) \ 319 TestHelper(Fn instruction, const char* mnemonic, const TestResult reference[]) TestHelper() argument [all...] |
H A D | test-assembler-cond-rd-rn-t32.cc | 328 // values. The reference arrays are names `kReference{mnemonic}`. 344 const char* mnemonic, in TestHelper() 377 mnemonic, in TestHelper() 392 mnemonic, in TestHelper() 395 printf(" // %s %s\n};\n", mnemonic, kTests[i].operands_description); in TestHelper() 405 mnemonic, in TestHelper() 434 printf("const TestResult kReference%s[] = {\n", mnemonic); in TestHelper() 438 mnemonic, in TestHelper() 440 printf(" kInstruction_%s_%s,\n", mnemonic, kTests[i].identifier); in TestHelper() 455 #define TEST(mnemonic) \ 343 TestHelper(Fn instruction, const char* mnemonic, const TestResult reference[]) TestHelper() argument [all...] |
H A D | test-simulator-cond-rd-operand-rn-a32.cc | 474 // values. The reference arrays are names `kReference{mnemonic}`. 499 const char* mnemonic, in TestHelper() 594 mnemonic, in TestHelper() 607 printf("const TestResult kReference%s[] = {\n", mnemonic); in TestHelper() 611 mnemonic, in TestHelper() 613 printf(" kOutputs_%s_%s,\n", mnemonic, kTests[i].identifier); in TestHelper() 638 mnemonic, in TestHelper() 687 #define TEST(mnemonic) \ 688 void Test_##mnemonic() { \ 689 TestHelper(&MacroAssembler::mnemonic, #mnemoni 498 TestHelper(Fn instruction, const char* mnemonic, const TestResult reference[]) TestHelper() argument [all...] |
H A D | test-simulator-cond-rd-operand-rn-t32.cc | 474 // values. The reference arrays are names `kReference{mnemonic}`. 499 const char* mnemonic, in TestHelper() 594 mnemonic, in TestHelper() 607 printf("const TestResult kReference%s[] = {\n", mnemonic); in TestHelper() 611 mnemonic, in TestHelper() 613 printf(" kOutputs_%s_%s,\n", mnemonic, kTests[i].identifier); in TestHelper() 638 mnemonic, in TestHelper() 687 #define TEST(mnemonic) \ 688 void Test_##mnemonic() { \ 689 TestHelper(&MacroAssembler::mnemonic, #mnemoni 498 TestHelper(Fn instruction, const char* mnemonic, const TestResult reference[]) TestHelper() argument [all...] |
H A D | test-assembler-cond-rd-operand-rn-shift-rs-narrow-out-it-block-t32.cc | 354 // values. The reference arrays are names `kReference{mnemonic}`. 366 const char* mnemonic, in TestHelper() 402 mnemonic, in TestHelper() 417 mnemonic, in TestHelper() 420 printf(" // %s %s\n};\n", mnemonic, kTests[i].operands_description); in TestHelper() 430 mnemonic, in TestHelper() 459 printf("const TestResult kReference%s[] = {\n", mnemonic); in TestHelper() 463 mnemonic, in TestHelper() 465 printf(" kInstruction_%s_%s,\n", mnemonic, kTests[i].identifier); in TestHelper() 480 #define TEST(mnemonic) \ 365 TestHelper(Fn instruction, const char* mnemonic, const TestResult reference[]) TestHelper() argument [all...] |
H A D | test-assembler-cond-rd-sp-operand-imm8-t32.cc | 353 // values. The reference arrays are names `kReference{mnemonic}`. 366 const char* mnemonic, in TestHelper() 401 mnemonic, in TestHelper() 416 mnemonic, in TestHelper() 419 printf(" // %s %s\n};\n", mnemonic, kTests[i].operands_description); in TestHelper() 429 mnemonic, in TestHelper() 458 printf("const TestResult kReference%s[] = {\n", mnemonic); in TestHelper() 462 mnemonic, in TestHelper() 464 printf(" kInstruction_%s_%s,\n", mnemonic, kTests[i].identifier); in TestHelper() 479 #define TEST(mnemonic) \ 365 TestHelper(Fn instruction, const char* mnemonic, const TestResult reference[]) TestHelper() argument [all...] |
/third_party/vixl/tools/test_generator/ |
H A D | generator.py | 330 def MnemonicToMethodName(self, mnemonic): 333 return mnemonic.capitalize() 336 method_name = mnemonic.lower() 351 "M({}) \\\n".format(self.MnemonicToMethodName(mnemonic)) 352 for mnemonic in self.mnemonics 496 "#include \"aarch32/traces/" + self.GetTraceFileName(mnemonic) + "\"\n" 497 for mnemonic in self.mnemonics 679 def GetTraceFileName(self, mnemonic): 681 Return the name of a trace file for a given mnemonic. 684 mnemonic [all...] |