Lines Matching full:ld3
560 { AArch64::LD3i8, "ld3", ".b", 1, true, 0 },
561 { AArch64::LD3i16, "ld3", ".h", 1, true, 0 },
562 { AArch64::LD3i32, "ld3", ".s", 1, true, 0 },
563 { AArch64::LD3i64, "ld3", ".d", 1, true, 0 },
564 { AArch64::LD3i8_POST, "ld3", ".b", 2, true, 3 },
565 { AArch64::LD3i16_POST, "ld3", ".h", 2, true, 6 },
566 { AArch64::LD3i32_POST, "ld3", ".s", 2, true, 12 },
567 { AArch64::LD3i64_POST, "ld3", ".d", 2, true, 24 },
584 { AArch64::LD3Threev16b, "ld3", ".16b", 0, false, 0 },
585 { AArch64::LD3Threev8h, "ld3", ".8h", 0, false, 0 },
586 { AArch64::LD3Threev4s, "ld3", ".4s", 0, false, 0 },
587 { AArch64::LD3Threev2d, "ld3", ".2d", 0, false, 0 },
588 { AArch64::LD3Threev8b, "ld3", ".8b", 0, false, 0 },
589 { AArch64::LD3Threev4h, "ld3", ".4h", 0, false, 0 },
590 { AArch64::LD3Threev2s, "ld3", ".2s", 0, false, 0 },
591 { AArch64::LD3Threev16b_POST, "ld3", ".16b", 1, false, 48 },
592 { AArch64::LD3Threev8h_POST, "ld3", ".8h", 1, false, 48 },
593 { AArch64::LD3Threev4s_POST, "ld3", ".4s", 1, false, 48 },
594 { AArch64::LD3Threev2d_POST, "ld3", ".2d", 1, false, 48 },
595 { AArch64::LD3Threev8b_POST, "ld3", ".8b", 1, false, 24 },
596 { AArch64::LD3Threev4h_POST, "ld3", ".4h", 1, false, 24 },
597 { AArch64::LD3Threev2s_POST, "ld3", ".2s", 1, false, 24 },