Home | History | Annotate | Download | only in cctest

Lines Matching refs:MemOperand

839   COMPARE(ldr(w0, MemOperand(x1)), "ldr w0, [x1]");
840 COMPARE(ldr(w2, MemOperand(x3, 4)), "ldr w2, [x3, #4]");
841 COMPARE(ldr(w4, MemOperand(x5, 16380)), "ldr w4, [x5, #16380]");
842 COMPARE(ldr(x6, MemOperand(x7)), "ldr x6, [x7]");
843 COMPARE(ldr(x8, MemOperand(x9, 8)), "ldr x8, [x9, #8]");
844 COMPARE(ldr(x10, MemOperand(x11, 32760)), "ldr x10, [x11, #32760]");
845 COMPARE(str(w12, MemOperand(x13)), "str w12, [x13]");
846 COMPARE(str(w14, MemOperand(x15, 4)), "str w14, [x15, #4]");
847 COMPARE(str(w16, MemOperand(x17, 16380)), "str w16, [x17, #16380]");
848 COMPARE(str(x18, MemOperand(x19)), "str x18, [x19]");
849 COMPARE(str(x20, MemOperand(x21, 8)), "str x20, [x21, #8]");
850 COMPARE(str(x22, MemOperand(x23, 32760)), "str x22, [x23, #32760]");
852 COMPARE(ldr(w0, MemOperand(x1, 4, PreIndex)), "ldr w0, [x1, #4]!");
853 COMPARE(ldr(w2, MemOperand(x3, 255, PreIndex)), "ldr w2, [x3, #255]!");
854 COMPARE(ldr(w4, MemOperand(x5, -256, PreIndex)), "ldr w4, [x5, #-256]!");
855 COMPARE(ldr(x6, MemOperand(x7, 8, PreIndex)), "ldr x6, [x7, #8]!");
856 COMPARE(ldr(x8, MemOperand(x9, 255, PreIndex)), "ldr x8, [x9, #255]!");
857 COMPARE(ldr(x10, MemOperand(x11, -256, PreIndex)), "ldr x10, [x11, #-256]!");
858 COMPARE(str(w12, MemOperand(x13, 4, PreIndex)), "str w12, [x13, #4]!");
859 COMPARE(str(w14, MemOperand(x15, 255, PreIndex)), "str w14, [x15, #255]!");
860 COMPARE(str(w16, MemOperand(x17, -256, PreIndex)), "str w16, [x17, #-256]!");
861 COMPARE(str(x18, MemOperand(x19, 8, PreIndex)), "str x18, [x19, #8]!");
862 COMPARE(str(x20, MemOperand(x21, 255, PreIndex)), "str x20, [x21, #255]!");
863 COMPARE(str(x22, MemOperand(x23, -256, PreIndex)), "str x22, [x23, #-256]!");
865 COMPARE(ldr(w0, MemOperand(x1, 4, PostIndex)), "ldr w0, [x1], #4");
866 COMPARE(ldr(w2, MemOperand(x3, 255, PostIndex)), "ldr w2, [x3], #255");
867 COMPARE(ldr(w4, MemOperand(x5, -256, PostIndex)), "ldr w4, [x5], #-256");
868 COMPARE(ldr(x6, MemOperand(x7, 8, PostIndex)), "ldr x6, [x7], #8");
869 COMPARE(ldr(x8, MemOperand(x9, 255, PostIndex)), "ldr x8, [x9], #255");
870 COMPARE(ldr(x10, MemOperand(x11, -256, PostIndex)), "ldr x10, [x11], #-256");
871 COMPARE(str(w12, MemOperand(x13, 4, PostIndex)), "str w12, [x13], #4");
872 COMPARE(str(w14, MemOperand(x15, 255, PostIndex)), "str w14, [x15], #255");
873 COMPARE(str(w16, MemOperand(x17, -256, PostIndex)), "str w16, [x17], #-256");
874 COMPARE(str(x18, MemOperand(x19, 8, PostIndex)), "str x18, [x19], #8");
875 COMPARE(str(x20, MemOperand(x21, 255, PostIndex)), "str x20, [x21], #255");
876 COMPARE(str(x22, MemOperand(x23, -256, PostIndex)), "str x22, [x23], #-256");
879 COMPARE(ldr(w24, MemOperand(jssp)), "ldr w24, [jssp]");
880 COMPARE(ldr(x25, MemOperand(jssp, 8)), "ldr x25, [jssp, #8]");
881 COMPARE(str(w26, MemOperand(jssp, 4, PreIndex)), "str w26, [jssp, #4]!");
882 COMPARE(str(cp, MemOperand(jssp, -8, PostIndex)), "str cp, [jssp], #-8");
884 COMPARE(ldrsw(x0, MemOperand(x1)), "ldrsw x0, [x1]");
885 COMPARE(ldrsw(x2, MemOperand(x3, 8)), "ldrsw x2, [x3, #8]");
886 COMPARE(ldrsw(x4, MemOperand(x5, 42, PreIndex)), "ldrsw x4, [x5, #42]!");
887 COMPARE(ldrsw(x6, MemOperand(x7, -11, PostIndex)), "ldrsw x6, [x7], #-11");
896 COMPARE(ldr(w0, MemOperand(x1, w2, UXTW)), "ldr w0, [x1, w2, uxtw]");
897 COMPARE(ldr(w3, MemOperand(x4, w5, UXTW, 2)), "ldr w3, [x4, w5, uxtw #2]");
898 COMPARE(ldr(w6, MemOperand(x7, x8)), "ldr w6, [x7, x8]");
899 COMPARE(ldr(w9, MemOperand(x10, x11, LSL, 2)), "ldr w9, [x10, x11, lsl #2]");
900 COMPARE(ldr(w12, MemOperand(x13, w14, SXTW)), "ldr w12, [x13, w14, sxtw]");
901 COMPARE(ldr(w15, MemOperand(x16, w17, SXTW, 2)),
903 COMPARE(ldr(w18, MemOperand(x19, x20, SXTX)), "ldr w18, [x19, x20, sxtx]");
904 COMPARE(ldr(w21, MemOperand(x22, x23, SXTX, 2)),
906 COMPARE(ldr(x0, MemOperand(x1, w2, UXTW)), "ldr x0, [x1, w2, uxtw]");
907 COMPARE(ldr(x3, MemOperand(x4, w5, UXTW, 3)), "ldr x3, [x4, w5, uxtw #3]");
908 COMPARE(ldr(x6, MemOperand(x7, x8)), "ldr x6, [x7, x8]");
909 COMPARE(ldr(x9, MemOperand(x10, x11, LSL, 3)), "ldr x9, [x10, x11, lsl #3]");
910 COMPARE(ldr(x12, MemOperand(x13, w14, SXTW)), "ldr x12, [x13, w14, sxtw]");
911 COMPARE(ldr(x15, MemOperand(x16, w17, SXTW, 3)),
913 COMPARE(ldr(x18, MemOperand(x19, x20, SXTX)), "ldr x18, [x19, x20, sxtx]");
914 COMPARE(ldr(x21, MemOperand(x22, x23, SXTX, 3)),
917 COMPARE(str(w0, MemOperand(x1, w2, UXTW)), "str w0, [x1, w2, uxtw]");
918 COMPARE(str(w3, MemOperand(x4, w5, UXTW, 2)), "str w3, [x4, w5, uxtw #2]");
919 COMPARE(str(w6, MemOperand(x7, x8)), "str w6, [x7, x8]");
920 COMPARE(str(w9, MemOperand(x10, x11, LSL, 2)), "str w9, [x10, x11, lsl #2]");
921 COMPARE(str(w12, MemOperand(x13, w14, SXTW)), "str w12, [x13, w14, sxtw]");
922 COMPARE(str(w15, MemOperand(x16, w17, SXTW, 2)),
924 COMPARE(str(w18, MemOperand(x19, x20, SXTX)), "str w18, [x19, x20, sxtx]");
925 COMPARE(str(w21, MemOperand(x22, x23, SXTX, 2)),
927 COMPARE(str(x0, MemOperand(x1, w2, UXTW)), "str x0, [x1, w2, uxtw]");
928 COMPARE(str(x3, MemOperand(x4, w5, UXTW, 3)), "str x3, [x4, w5, uxtw #3]");
929 COMPARE(str(x6, MemOperand(x7, x8)), "str x6, [x7, x8]");
930 COMPARE(str(x9, MemOperand(x10, x11, LSL, 3)), "str x9, [x10, x11, lsl #3]");
931 COMPARE(str(x12, MemOperand(x13, w14, SXTW)), "str x12, [x13, w14, sxtw]");
932 COMPARE(str(x15, MemOperand(x16, w17, SXTW, 3)),
934 COMPARE(str(x18, MemOperand(x19, x20, SXTX)), "str x18, [x19, x20, sxtx]");
935 COMPARE(str(x21, MemOperand(x22, x23, SXTX, 3)),
938 COMPARE(ldrb(w0, MemOperand(x1, w2, UXTW)), "ldrb w0, [x1, w2, uxtw]");
939 COMPARE(ldrb(w6, MemOperand(x7, x8)), "ldrb w6, [x7, x8]");
940 COMPARE(ldrb(w12, MemOperand(x13, w14, SXTW)), "ldrb w12, [x13, w14, sxtw]");
941 COMPARE(ldrb(w18, MemOperand(x19, x20, SXTX)), "ldrb w18, [x19, x20, sxtx]");
942 COMPARE(strb(w0, MemOperand(x1, w2, UXTW)), "strb w0, [x1, w2, uxtw]");
943 COMPARE(strb(w6, MemOperand(x7, x8)), "strb w6, [x7, x8]");
944 COMPARE(strb(w12, MemOperand(x13, w14, SXTW)), "strb w12, [x13, w14, sxtw]");
945 COMPARE(strb(w18, MemOperand(x19, x20, SXTX)), "strb w18, [x19, x20, sxtx]");
947 COMPARE(ldrh(w0, MemOperand(x1, w2, UXTW)), "ldrh w0, [x1, w2, uxtw]");
948 COMPARE(ldrh(w3, MemOperand(x4, w5, UXTW, 1)), "ldrh w3, [x4, w5, uxtw #1]");
949 COMPARE(ldrh(w6, MemOperand(x7, x8)), "ldrh w6, [x7, x8]");
950 COMPARE(ldrh(w9, MemOperand(x10, x11, LSL, 1)),
952 COMPARE(ldrh(w12, MemOperand(x13, w14, SXTW)), "ldrh w12, [x13, w14, sxtw]");
953 COMPARE(ldrh(w15, MemOperand(x16, w17, SXTW, 1)),
955 COMPARE(ldrh(w18, MemOperand(x19, x20, SXTX)), "ldrh w18, [x19, x20, sxtx]");
956 COMPARE(ldrh(w21, MemOperand(x22, x23, SXTX, 1)),
958 COMPARE(strh(w0, MemOperand(x1, w2, UXTW)), "strh w0, [x1, w2, uxtw]");
959 COMPARE(strh(w3, MemOperand(x4, w5, UXTW, 1)), "strh w3, [x4, w5, uxtw #1]");
960 COMPARE(strh(w6, MemOperand(x7, x8)), "strh w6, [x7, x8]");
961 COMPARE(strh(w9, MemOperand(x10, x11, LSL, 1)),
963 COMPARE(strh(w12, MemOperand(x13, w14, SXTW)), "strh w12, [x13, w14, sxtw]");
964 COMPARE(strh(w15, MemOperand(x16, w17, SXTW, 1)),
966 COMPARE(strh(w18, MemOperand(x19, x20, SXTX)), "strh w18, [x19, x20, sxtx]");
967 COMPARE(strh(w21, MemOperand(x22, x23, SXTX, 1)),
971 COMPARE(ldr(x0, MemOperand(jssp, wzr, SXTW)), "ldr x0, [jssp, wzr, sxtw]");
972 COMPARE(str(x1, MemOperand(jssp, xzr)), "str x1, [jssp, xzr]");
981 COMPARE(ldrb(w0, MemOperand(x1)), "ldrb w0, [x1]");
982 COMPARE(ldrb(x2, MemOperand(x3)), "ldrb w2, [x3]");
983 COMPARE(ldrb(w4, MemOperand(x5, 4095)), "ldrb w4, [x5, #4095]");
984 COMPARE(ldrb(w6, MemOperand(x7, 255, PreIndex)), "ldrb w6, [x7, #255]!");
985 COMPARE(ldrb(w8, MemOperand(x9, -256, PreIndex)), "ldrb w8, [x9, #-256]!");
986 COMPARE(ldrb(w10, MemOperand(x11, 255, PostIndex)), "ldrb w10, [x11], #255");
987 COMPARE(ldrb(w12, MemOperand(x13, -256, PostIndex)),
989 COMPARE(strb(w14, MemOperand(x15)), "strb w14, [x15]");
990 COMPARE(strb(x16, MemOperand(x17)), "strb w16, [x17]");
991 COMPARE(strb(w18, MemOperand(x19, 4095)), "strb w18, [x19, #4095]");
992 COMPARE(strb(w20, MemOperand(x21, 255, PreIndex)), "strb w20, [x21, #255]!");
993 COMPARE(strb(w22, MemOperand(x23, -256, PreIndex)),
995 COMPARE(strb(w24, MemOperand(x25, 255, PostIndex)), "strb w24, [x25], #255");
996 COMPARE(strb(w26, MemOperand(cp, -256, PostIndex)),
999 COMPARE(ldrb(w28, MemOperand(jssp, 3, PostIndex)), "ldrb w28, [jssp], #3");
1000 COMPARE(strb(fp, MemOperand(jssp, -42, PreIndex)), "strb w29, [jssp, #-42]!");
1001 COMPARE(ldrsb(w0, MemOperand(x1)), "ldrsb w0, [x1]");
1002 COMPARE(ldrsb(x2, MemOperand(x3, 8)), "ldrsb x2, [x3, #8]");
1003 COMPARE(ldrsb(w4, MemOperand(x5, 42, PreIndex)), "ldrsb w4, [x5, #42]!");
1004 COMPARE(ldrsb(x6, MemOperand(x7, -11, PostIndex)), "ldrsb x6, [x7], #-11");
1013 COMPARE(ldrh(w0, MemOperand(x1)), "ldrh w0, [x1]");
1014 COMPARE(ldrh(x2, MemOperand(x3)), "ldrh w2, [x3]");
1015 COMPARE(ldrh(w4, MemOperand(x5, 8190)), "ldrh w4, [x5, #8190]");
1016 COMPARE(ldrh(w6, MemOperand(x7, 255, PreIndex)), "ldrh w6, [x7, #255]!");
1017 COMPARE(ldrh(w8, MemOperand(x9, -256, PreIndex)), "ldrh w8, [x9, #-256]!");
1018 COMPARE(ldrh(w10, MemOperand(x11, 255, PostIndex)), "ldrh w10, [x11], #255");
1019 COMPARE(ldrh(w12, MemOperand(x13, -256, PostIndex)),
1021 COMPARE(strh(w14, MemOperand(x15)), "strh w14, [x15]");
1022 COMPARE(strh(x16, MemOperand(x17)), "strh w16, [x17]");
1023 COMPARE(strh(w18, MemOperand(x19, 8190)), "strh w18, [x19, #8190]");
1024 COMPARE(strh(w20, MemOperand(x21, 255, PreIndex)), "strh w20, [x21, #255]!");
1025 COMPARE(strh(w22, MemOperand(x23, -256, PreIndex)),
1027 COMPARE(strh(w24, MemOperand(x25, 255, PostIndex)), "strh w24, [x25], #255");
1028 COMPARE(strh(w26, MemOperand(cp, -256, PostIndex)),
1031 COMPARE(ldrh(w28, MemOperand(jssp, 3, PostIndex)), "ldrh w28, [jssp], #3");
1032 COMPARE(strh(fp, MemOperand(jssp, -42, PreIndex)), "strh w29, [jssp, #-42]!");
1033 COMPARE(ldrh(w30, MemOperand(x0, 255)), "ldurh w30, [x0, #255]");
1034 COMPARE(ldrh(x1, MemOperand(x2, -256)), "ldurh w1, [x2, #-256]");
1035 COMPARE(strh(w3, MemOperand(x4, 255)), "sturh w3, [x4, #255]");
1036 COMPARE(strh(x5, MemOperand(x6, -256)), "sturh w5, [x6, #-256]");
1037 COMPARE(ldrsh(w0, MemOperand(x1)), "ldrsh w0, [x1]");
1038 COMPARE(ldrsh(w2, MemOperand(x3, 8)), "ldrsh w2, [x3, #8]");
1039 COMPARE(ldrsh(w4, MemOperand(x5, 42, PreIndex)), "ldrsh w4, [x5, #42]!");
1040 COMPARE(ldrsh(x6, MemOperand(x7, -11, PostIndex)), "ldrsh x6, [x7], #-11");
1049 COMPARE(ldr(s0, MemOperand(x1)), "ldr s0, [x1]");
1050 COMPARE(ldr(s2, MemOperand(x3, 4)), "ldr s2, [x3, #4]");
1051 COMPARE(ldr(s4, MemOperand(x5, 16380)), "ldr s4, [x5, #16380]");
1052 COMPARE(ldr(d6, MemOperand(x7)), "ldr d6, [x7]");
1053 COMPARE(ldr(d8, MemOperand(x9, 8)), "ldr d8, [x9, #8]");
1054 COMPARE(ldr(d10, MemOperand(x11, 32760)), "ldr d10, [x11, #32760]");
1055 COMPARE(str(s12, MemOperand(x13)), "str s12, [x13]");
1056 COMPARE(str(s14, MemOperand(x15, 4)), "str s14, [x15, #4]");
1057 COMPARE(str(s16, MemOperand(x17, 16380)), "str s16, [x17, #16380]");
1058 COMPARE(str(d18, MemOperand(x19)), "str d18, [x19]");
1059 COMPARE(str(d20, MemOperand(x21, 8)), "str d20, [x21, #8]");
1060 COMPARE(str(d22, MemOperand(x23, 32760)), "str d22, [x23, #32760]");
1062 COMPARE(ldr(s0, MemOperand(x1, 4, PreIndex)), "ldr s0, [x1, #4]!");
1063 COMPARE(ldr(s2, MemOperand(x3, 255, PreIndex)), "ldr s2, [x3, #255]!");
1064 COMPARE(ldr(s4, MemOperand(x5, -256, PreIndex)), "ldr s4, [x5, #-256]!");
1065 COMPARE(ldr(d6, MemOperand(x7, 8, PreIndex)), "ldr d6, [x7, #8]!");
1066 COMPARE(ldr(d8, MemOperand(x9, 255, PreIndex)), "ldr d8, [x9, #255]!");
1067 COMPARE(ldr(d10, MemOperand(x11, -256, PreIndex)), "ldr d10, [x11, #-256]!");
1068 COMPARE(str(s12, MemOperand(x13, 4, PreIndex)), "str s12, [x13, #4]!");
1069 COMPARE(str(s14, MemOperand(x15, 255, PreIndex)), "str s14, [x15, #255]!");
1070 COMPARE(str(s16, MemOperand(x17, -256, PreIndex)), "str s16, [x17, #-256]!");
1071 COMPARE(str(d18, MemOperand(x19, 8, PreIndex)), "str d18, [x19, #8]!");
1072 COMPARE(str(d20, MemOperand(x21, 255, PreIndex)), "str d20, [x21, #255]!");
1073 COMPARE(str(d22, MemOperand(x23, -256, PreIndex)), "str d22, [x23, #-256]!");
1075 COMPARE(ldr(s0, MemOperand(x1, 4, PostIndex)), "ldr s0, [x1], #4");
1076 COMPARE(ldr(s2, MemOperand(x3, 255, PostIndex)), "ldr s2, [x3], #255");
1077 COMPARE(ldr(s4, MemOperand(x5, -256, PostIndex)), "ldr s4, [x5], #-256");
1078 COMPARE(ldr(d6, MemOperand(x7, 8, PostIndex)), "ldr d6, [x7], #8");
1079 COMPARE(ldr(d8, MemOperand
1080 COMPARE(ldr(d10, MemOperand(x11, -256, PostIndex)), "ldr d10, [x11], #-256");
1081 COMPARE(str(s12, MemOperand(x13, 4, PostIndex)), "str s12, [x13], #4");
1082 COMPARE(str(s14, MemOperand(x15, 255, PostIndex)), "str s14, [x15], #255");
1083 COMPARE(str(s16, MemOperand(x17, -256, PostIndex)), "str s16, [x17], #-256");
1084 COMPARE(str(d18, MemOperand(x19, 8, PostIndex)), "str d18, [x19], #8");
1085 COMPARE(str(d20, MemOperand(x21, 255, PostIndex)), "str d20, [x21], #255");
1086 COMPARE(str(d22, MemOperand(x23, -256, PostIndex)), "str d22, [x23], #-256");
1089 COMPARE(ldr(s24, MemOperand(jssp)), "ldr s24, [jssp]");
1090 COMPARE(ldr(d25, MemOperand(jssp, 8)), "ldr d25, [jssp, #8]");
1091 COMPARE(str(s26, MemOperand(jssp, 4, PreIndex)), "str s26, [jssp, #4]!");
1092 COMPARE(str(d27, MemOperand(jssp, -8, PostIndex)), "str d27, [jssp], #-8");
1101 COMPARE(ldr(w0, MemOperand(x1, 1)), "ldur w0, [x1, #1]");
1102 COMPARE(ldr(w2, MemOperand(x3, -1)), "ldur w2, [x3, #-1]");
1103 COMPARE(ldr(w4, MemOperand(x5, 255)), "ldur w4, [x5, #255]");
1104 COMPARE(ldr(w6, MemOperand(x7, -256)), "ldur w6, [x7, #-256]");
1105 COMPARE(ldr(x8, MemOperand(x9, 1)), "ldur x8, [x9, #1]");
1106 COMPARE(ldr(x10, MemOperand(x11, -1)), "ldur x10, [x11, #-1]");
1107 COMPARE(ldr(x12, MemOperand(x13, 255)), "ldur x12, [x13, #255]");
1108 COMPARE(ldr(x14, MemOperand(x15, -256)), "ldur x14, [x15, #-256]");
1109 COMPARE(str(w16, MemOperand(x17, 1)), "stur w16, [x17, #1]");
1110 COMPARE(str(w18, MemOperand(x19, -1)), "stur w18, [x19, #-1]");
1111 COMPARE(str(w20, MemOperand(x21, 255)), "stur w20, [x21, #255]");
1112 COMPARE(str(w22, MemOperand(x23, -256)), "stur w22, [x23, #-256]");
1113 COMPARE(str(x24, MemOperand(x25, 1)), "stur x24, [x25, #1]");
1114 COMPARE(str(x26, MemOperand(cp, -1)), "stur x26, [cp, #-1]");
1115 COMPARE(str(jssp, MemOperand(fp, 255)), "stur jssp, [fp, #255]");
1116 COMPARE(str(lr, MemOperand(x0, -256)), "stur lr, [x0, #-256]");
1117 COMPARE(ldr(w0, MemOperand(csp, 1)), "ldur w0, [csp, #1]");
1118 COMPARE(str(x1, MemOperand(csp, -1)), "stur x1, [csp, #-1]");
1119 COMPARE(ldrb(w2, MemOperand(x3, -2)), "ldurb w2, [x3, #-2]");
1120 COMPARE(ldrsb(w4, MemOperand(x5, -3)), "ldursb w4, [x5, #-3]");
1121 COMPARE(ldrsb(x6, MemOperand(x7, -4)), "ldursb x6, [x7, #-4]");
1122 COMPARE(ldrh(w8, MemOperand(x9, -5)), "ldurh w8, [x9, #-5]");
1123 COMPARE(ldrsh(w10, MemOperand(x11, -6)), "ldursh w10, [x11, #-6]");
1124 COMPARE(ldrsh(x12, MemOperand(x13, -7)), "ldursh x12, [x13, #-7]");
1125 COMPARE(ldrsw(x14, MemOperand(x15, -8)), "ldursw x14, [x15, #-8]");
1134 COMPARE(ldp(w0, w1, MemOperand(x2)), "ldp w0, w1, [x2]");
1135 COMPARE(ldp(x3, x4, MemOperand(x5)), "ldp x3, x4, [x5]");
1136 COMPARE(ldp(w6, w7, MemOperand(x8, 4)), "ldp w6, w7, [x8, #4]");
1137 COMPARE(ldp(x9, x10, MemOperand(x11, 8)), "ldp x9, x10, [x11, #8]");
1138 COMPARE(ldp(w12, w13, MemOperand(x14, 252)), "ldp w12, w13, [x14, #252]");
1139 COMPARE(ldp(x15, x16, MemOperand(x17, 504)), "ldp x15, x16, [x17, #504]");
1140 COMPARE(ldp(w18, w19, MemOperand(x20, -256)), "ldp w18, w19, [x20, #-256]");
1141 COMPARE(ldp(x21, x22, MemOperand(x23, -512)), "ldp x21, x22, [x23, #-512]");
1142 COMPARE(ldp(w24, w25, MemOperand(x26, 252, PreIndex)),
1144 COMPARE(ldp(cp, jssp, MemOperand(fp, 504, PreIndex)),
1146 COMPARE(ldp(w30, w0, MemOperand(x1, -256, PreIndex)),
1148 COMPARE(ldp(x2, x3, MemOperand(x4, -512, PreIndex)),
1150 COMPARE(ldp(w5, w6, MemOperand(x7, 252, PostIndex)),
1152 COMPARE(ldp(x8, x9, MemOperand(x10, 504, PostIndex)),
1154 COMPARE(ldp(w11, w12, MemOperand(x13, -256, PostIndex)),
1156 COMPARE(ldp(x14, x15, MemOperand(x16, -512, PostIndex)),
1159 COMPARE(ldp(s17, s18, MemOperand(x19)), "ldp s17, s18, [x19]");
1160 COMPARE(ldp(s20, s21, MemOperand(x22, 252)), "ldp s20, s21, [x22, #252]");
1161 COMPARE(ldp(s23, s24, MemOperand(x25, -256)), "ldp s23, s24, [x25, #-256]");
1162 COMPARE(ldp(s26, s27, MemOperand(jssp, 252, PreIndex)),
1164 COMPARE(ldp(s29, s30, MemOperand(fp, -256, PreIndex)),
1166 COMPARE(ldp(s31, s0, MemOperand(x1, 252, PostIndex)),
1168 COMPARE(ldp(s2, s3, MemOperand(x4, -256, PostIndex)),
1170 COMPARE(ldp(d17, d18, MemOperand(x19)), "ldp d17, d18, [x19]");
1171 COMPARE(ldp(d20, d21, MemOperand(x22, 504)), "ldp d20, d21, [x22, #504]");
1172 COMPARE(ldp(d23, d24, MemOperand(x25, -512)), "ldp d23, d24, [x25, #-512]");
1173 COMPARE(ldp(d26, d27, MemOperand(jssp, 504, PreIndex)),
1175 COMPARE(ldp(d29, d30, MemOperand(fp, -512, PreIndex)),
1177 COMPARE(ldp(d31, d0, MemOperand(x1, 504, PostIndex)),
1179 COMPARE(ldp(d2, d3, MemOperand(x4, -512, PostIndex)),
1182 COMPARE(stp(w0, w1, MemOperand(x2)), "stp w0, w1, [x2]");
1183 COMPARE(stp(x3, x4, MemOperand(x5)), "stp x3, x4, [x5]");
1184 COMPARE(stp(w6, w7, MemOperand(x8, 4)), "stp w6, w7, [x8, #4]");
1185 COMPARE(stp(x9, x10, MemOperand(x11, 8)), "stp x9, x10, [x11, #8]");
1186 COMPARE(stp(w12, w13, MemOperand(x14, 252)), "stp w12, w13, [x14, #252]");
1187 COMPARE(stp(x15, x16, MemOperand(x17, 504)), "stp x15, x16, [x17, #504]");
1188 COMPARE(stp(w18, w19, MemOperand(x20, -256)), "stp w18, w19, [x20, #-256]");
1189 COMPARE(stp(x21, x22, MemOperand(x23, -512)), "stp x21, x22, [x23, #-512]");
1190 COMPARE(stp(w24, w25, MemOperand(x26, 252, PreIndex)),
1192 COMPARE(stp(cp, jssp, MemOperand(fp, 504, PreIndex)),
1194 COMPARE(stp(w30, w0, MemOperand(x1, -256, PreIndex)),
1196 COMPARE(stp(x2, x3, MemOperand(x4, -512, PreIndex)),
1198 COMPARE(stp(w5, w6, MemOperand(x7, 252, PostIndex)),
1200 COMPARE(stp(x8, x9, MemOperand(x10, 504, PostIndex)),
1202 COMPARE(stp(w11, w12, MemOperand(x13, -256, PostIndex)),
1204 COMPARE(stp(x14, x15, MemOperand(x16, -512, PostIndex)),
1207 COMPARE(stp(s17, s18, MemOperand(x19)), "stp s17, s18, [x19]");
1208 COMPARE(stp(s20, s21, MemOperand(x22, 252)), "stp s20, s21, [x22, #252]");
1209 COMPARE(stp(s23, s24, MemOperand(x25, -256)), "stp s23, s24, [x25, #-256]");
1210 COMPARE(stp(s26, s27, MemOperand(jssp, 252, PreIndex)),
1212 COMPARE(stp(s29, s30, MemOperand(fp, -256, PreIndex)),
1214 COMPARE(stp(s31, s0, MemOperand(x1, 252, PostIndex)),
1216 COMPARE(stp(s2, s3, MemOperand(x4, -256, PostIndex)),
1218 COMPARE(stp(d17, d18, MemOperand(x19)), "stp d17, d18, [x19]");
1219 COMPARE(stp(d20, d21, MemOperand(x22, 504)), "stp d20, d21, [x22, #504]");
1220 COMPARE(stp(d23, d24, MemOperand(x25, -512)), "stp d23, d24, [x25, #-512]");
1221 COMPARE(stp(d26, d27, MemOperand(jssp, 504, PreIndex)),
1223 COMPARE(stp(d29, d30, MemOperand(fp, -512, PreIndex)),
1225 COMPARE(stp(d31, d0, MemOperand(x1, 504, PostIndex)),
1227 COMPARE(stp(d2, d3, MemOperand(x4, -512, PostIndex)),
1231 COMPARE(ldp(w16, w17, MemOperand(jssp, 4, PostIndex)),
1233 COMPARE(stp(x18, x19, MemOperand(jssp, -8, PreIndex)),
1235 COMPARE(ldp(s30, s31, MemOperand(jssp, 12, PostIndex)),
1237 COMPARE(stp(d30, d31, MemOperand(jssp, -16)),
1240 COMPARE(ldpsw(x0, x1, MemOperand(x2)), "ldpsw x0, x1, [x2]");
1241 COMPARE(ldpsw(x3, x4, MemOperand(x5, 16)), "ldpsw x3, x4, [x5, #16]");
1242 COMPARE(ldpsw(x6, x7, MemOperand(x8, -32, PreIndex)),
1244 COMPARE(ldpsw(x9, x10, MemOperand(x11, 128, PostIndex)),
1254 COMPARE(ldnp(w0, w1, MemOperand(x2)), "ldnp w0, w1, [x2]");
1255 COMPARE(stnp(w3, w4, MemOperand(x5, 252)), "stnp w3, w4, [x5, #252]");
1256 COMPARE(ldnp(w6, w7, MemOperand(x8, -256)), "ldnp w6, w7, [x8, #-256]");
1257 COMPARE(stnp(x9, x10, MemOperand(x11)), "stnp x9, x10, [x11]");
1258 COMPARE(ldnp(x12, x13, MemOperand(x14, 504)), "ldnp x12, x13, [x14, #504]");
1259 COMPARE(stnp(x15, x16, MemOperand(x17, -512)), "stnp x15, x16, [x17, #-512]");
1260 COMPARE(ldnp(s18, s19, MemOperand(x20)), "ldnp s18, s19, [x20]");
1261 COMPARE(stnp(s21, s22, MemOperand(x23, 252)), "stnp s21, s22, [x23, #252]");
1262 COMPARE(ldnp(s24, s25, MemOperand(x26, -256)), "ldnp s24, s25, [x26, #-256]");
1263 COMPARE(stnp(d27, d28, MemOperand(fp)), "stnp d27, d28, [fp]");
1264 COMPARE(ldnp(d30, d31, MemOperand(x0, 504)), "ldnp d30, d31, [x0, #504]");
1265 COMPARE(stnp(d1, d2, MemOperand(x3, -512)), "stnp d1, d2, [x3, #-512]");