Home | History | Annotate | Download | only in cctest

Lines Matching refs:MemOperand

851   COMPARE(ldr(w0, MemOperand(x1)), "ldr w0, [x1]");
852 COMPARE(ldr(w2, MemOperand(x3, 4)), "ldr w2, [x3, #4]");
853 COMPARE(ldr(w4, MemOperand(x5, 16380)), "ldr w4, [x5, #16380]");
854 COMPARE(ldr(x6, MemOperand(x7)), "ldr x6, [x7]");
855 COMPARE(ldr(x8, MemOperand(x9, 8)), "ldr x8, [x9, #8]");
856 COMPARE(ldr(x10, MemOperand(x11, 32760)), "ldr x10, [x11, #32760]");
857 COMPARE(str(w12, MemOperand(x13)), "str w12, [x13]");
858 COMPARE(str(w14, MemOperand(x15, 4)), "str w14, [x15, #4]");
859 COMPARE(str(w16, MemOperand(x17, 16380)), "str w16, [x17, #16380]");
860 COMPARE(str(x18, MemOperand(x19)), "str x18, [x19]");
861 COMPARE(str(x20, MemOperand(x21, 8)), "str x20, [x21, #8]");
862 COMPARE(str(x22, MemOperand(x23, 32760)), "str x22, [x23, #32760]");
864 COMPARE(ldr(w0, MemOperand(x1, 4, PreIndex)), "ldr w0, [x1, #4]!");
865 COMPARE(ldr(w2, MemOperand(x3, 255, PreIndex)), "ldr w2, [x3, #255]!");
866 COMPARE(ldr(w4, MemOperand(x5, -256, PreIndex)), "ldr w4, [x5, #-256]!");
867 COMPARE(ldr(x6, MemOperand(x7, 8, PreIndex)), "ldr x6, [x7, #8]!");
868 COMPARE(ldr(x8, MemOperand(x9, 255, PreIndex)), "ldr x8, [x9, #255]!");
869 COMPARE(ldr(x10, MemOperand(x11, -256, PreIndex)), "ldr x10, [x11, #-256]!");
870 COMPARE(str(w12, MemOperand(x13, 4, PreIndex)), "str w12, [x13, #4]!");
871 COMPARE(str(w14, MemOperand(x15, 255, PreIndex)), "str w14, [x15, #255]!");
872 COMPARE(str(w16, MemOperand(x17, -256, PreIndex)), "str w16, [x17, #-256]!");
873 COMPARE(str(x18, MemOperand(x19, 8, PreIndex)), "str x18, [x19, #8]!");
874 COMPARE(str(x20, MemOperand(x21, 255, PreIndex)), "str x20, [x21, #255]!");
875 COMPARE(str(x22, MemOperand(x23, -256, PreIndex)), "str x22, [x23, #-256]!");
877 COMPARE(ldr(w0, MemOperand(x1, 4, PostIndex)), "ldr w0, [x1], #4");
878 COMPARE(ldr(w2, MemOperand(x3, 255, PostIndex)), "ldr w2, [x3], #255");
879 COMPARE(ldr(w4, MemOperand(x5, -256, PostIndex)), "ldr w4, [x5], #-256");
880 COMPARE(ldr(x6, MemOperand(x7, 8, PostIndex)), "ldr x6, [x7], #8");
881 COMPARE(ldr(x8, MemOperand(x9, 255, PostIndex)), "ldr x8, [x9], #255");
882 COMPARE(ldr(x10, MemOperand(x11, -256, PostIndex)), "ldr x10, [x11], #-256");
883 COMPARE(str(w12, MemOperand(x13, 4, PostIndex)), "str w12, [x13], #4");
884 COMPARE(str(w14, MemOperand(x15, 255, PostIndex)), "str w14, [x15], #255");
885 COMPARE(str(w16, MemOperand(x17, -256, PostIndex)), "str w16, [x17], #-256");
886 COMPARE(str(x18, MemOperand(x19, 8, PostIndex)), "str x18, [x19], #8");
887 COMPARE(str(x20, MemOperand(x21, 255, PostIndex)), "str x20, [x21], #255");
888 COMPARE(str(x22, MemOperand(x23, -256, PostIndex)), "str x22, [x23], #-256");
891 COMPARE(ldr(w24, MemOperand(jssp)), "ldr w24, [jssp]");
892 COMPARE(ldr(x25, MemOperand(jssp, 8)), "ldr x25, [jssp, #8]");
893 COMPARE(str(w26, MemOperand(jssp, 4, PreIndex)), "str w26, [jssp, #4]!");
894 COMPARE(str(cp, MemOperand(jssp, -8, PostIndex)), "str cp, [jssp], #-8");
896 COMPARE(ldrsw(x0, MemOperand(x1)), "ldrsw x0, [x1]");
897 COMPARE(ldrsw(x2, MemOperand(x3, 8)), "ldrsw x2, [x3, #8]");
898 COMPARE(ldrsw(x4, MemOperand(x5, 42, PreIndex)), "ldrsw x4, [x5, #42]!");
899 COMPARE(ldrsw(x6, MemOperand(x7, -11, PostIndex)), "ldrsw x6, [x7], #-11");
908 COMPARE(ldr(w0, MemOperand(x1, w2, UXTW)), "ldr w0, [x1, w2, uxtw]");
909 COMPARE(ldr(w3, MemOperand(x4, w5, UXTW, 2)), "ldr w3, [x4, w5, uxtw #2]");
910 COMPARE(ldr(w6, MemOperand(x7, x8)), "ldr w6, [x7, x8]");
911 COMPARE(ldr(w9, MemOperand(x10, x11, LSL, 2)), "ldr w9, [x10, x11, lsl #2]");
912 COMPARE(ldr(w12, MemOperand(x13, w14, SXTW)), "ldr w12, [x13, w14, sxtw]");
913 COMPARE(ldr(w15, MemOperand(x16, w17, SXTW, 2)),
915 COMPARE(ldr(w18, MemOperand(x19, x20, SXTX)), "ldr w18, [x19, x20, sxtx]");
916 COMPARE(ldr(w21, MemOperand(x22, x23, SXTX, 2)),
918 COMPARE(ldr(x0, MemOperand(x1, w2, UXTW)), "ldr x0, [x1, w2, uxtw]");
919 COMPARE(ldr(x3, MemOperand(x4, w5, UXTW, 3)), "ldr x3, [x4, w5, uxtw #3]");
920 COMPARE(ldr(x6, MemOperand(x7, x8)), "ldr x6, [x7, x8]");
921 COMPARE(ldr(x9, MemOperand(x10, x11, LSL, 3)), "ldr x9, [x10, x11, lsl #3]");
922 COMPARE(ldr(x12, MemOperand(x13, w14, SXTW)), "ldr x12, [x13, w14, sxtw]");
923 COMPARE(ldr(x15, MemOperand(x16, w17, SXTW, 3)),
925 COMPARE(ldr(x18, MemOperand(x19, x20, SXTX)), "ldr x18, [x19, x20, sxtx]");
926 COMPARE(ldr(x21, MemOperand(x22, x23, SXTX, 3)),
929 COMPARE(str(w0, MemOperand(x1, w2, UXTW)), "str w0, [x1, w2, uxtw]");
930 COMPARE(str(w3, MemOperand(x4, w5, UXTW, 2)), "str w3, [x4, w5, uxtw #2]");
931 COMPARE(str(w6, MemOperand(x7, x8)), "str w6, [x7, x8]");
932 COMPARE(str(w9, MemOperand(x10, x11, LSL, 2)), "str w9, [x10, x11, lsl #2]");
933 COMPARE(str(w12, MemOperand(x13, w14, SXTW)), "str w12, [x13, w14, sxtw]");
934 COMPARE(str(w15, MemOperand(x16, w17, SXTW, 2)),
936 COMPARE(str(w18, MemOperand(x19, x20, SXTX)), "str w18, [x19, x20, sxtx]");
937 COMPARE(str(w21, MemOperand(x22, x23, SXTX, 2)),
939 COMPARE(str(x0, MemOperand(x1, w2, UXTW)), "str x0, [x1, w2, uxtw]");
940 COMPARE(str(x3, MemOperand(x4, w5, UXTW, 3)), "str x3, [x4, w5, uxtw #3]");
941 COMPARE(str(x6, MemOperand(x7, x8)), "str x6, [x7, x8]");
942 COMPARE(str(x9, MemOperand(x10, x11, LSL, 3)), "str x9, [x10, x11, lsl #3]");
943 COMPARE(str(x12, MemOperand(x13, w14, SXTW)), "str x12, [x13, w14, sxtw]");
944 COMPARE(str(x15, MemOperand(x16, w17, SXTW, 3)),
946 COMPARE(str(x18, MemOperand(x19, x20, SXTX)), "str x18, [x19, x20, sxtx]");
947 COMPARE(str(x21, MemOperand(x22, x23, SXTX, 3)),
950 COMPARE(ldrb(w0, MemOperand(x1, w2, UXTW)), "ldrb w0, [x1, w2, uxtw]");
951 COMPARE(ldrb(w6, MemOperand(x7, x8)), "ldrb w6, [x7, x8]");
952 COMPARE(ldrb(w12, MemOperand(x13, w14, SXTW)), "ldrb w12, [x13, w14, sxtw]");
953 COMPARE(ldrb(w18, MemOperand(x19, x20, SXTX)), "ldrb w18, [x19, x20, sxtx]");
954 COMPARE(strb(w0, MemOperand(x1, w2, UXTW)), "strb w0, [x1, w2, uxtw]");
955 COMPARE(strb(w6, MemOperand(x7, x8)), "strb w6, [x7, x8]");
956 COMPARE(strb(w12, MemOperand(x13, w14, SXTW)), "strb w12, [x13, w14, sxtw]");
957 COMPARE(strb(w18, MemOperand(x19, x20, SXTX)), "strb w18, [x19, x20, sxtx]");
959 COMPARE(ldrh(w0, MemOperand(x1, w2, UXTW)), "ldrh w0, [x1, w2, uxtw]");
960 COMPARE(ldrh(w3, MemOperand(x4, w5, UXTW, 1)), "ldrh w3, [x4, w5, uxtw #1]");
961 COMPARE(ldrh(w6, MemOperand(x7, x8)), "ldrh w6, [x7, x8]");
962 COMPARE(ldrh(w9, MemOperand(x10, x11, LSL, 1)),
964 COMPARE(ldrh(w12, MemOperand(x13, w14, SXTW)), "ldrh w12, [x13, w14, sxtw]");
965 COMPARE(ldrh(w15, MemOperand(x16, w17, SXTW, 1)),
967 COMPARE(ldrh(w18, MemOperand(x19, x20, SXTX)), "ldrh w18, [x19, x20, sxtx]");
968 COMPARE(ldrh(w21, MemOperand(x22, x23, SXTX, 1)),
970 COMPARE(strh(w0, MemOperand(x1, w2, UXTW)), "strh w0, [x1, w2, uxtw]");
971 COMPARE(strh(w3, MemOperand(x4, w5, UXTW, 1)), "strh w3, [x4, w5, uxtw #1]");
972 COMPARE(strh(w6, MemOperand(x7, x8)), "strh w6, [x7, x8]");
973 COMPARE(strh(w9, MemOperand(x10, x11, LSL, 1)),
975 COMPARE(strh(w12, MemOperand(x13, w14, SXTW)), "strh w12, [x13, w14, sxtw]");
976 COMPARE(strh(w15, MemOperand(x16, w17, SXTW, 1)),
978 COMPARE(strh(w18, MemOperand(x19, x20, SXTX)), "strh w18, [x19, x20, sxtx]");
979 COMPARE(strh(w21, MemOperand(x22, x23, SXTX, 1)),
983 COMPARE(ldr(x0, MemOperand(jssp, wzr, SXTW)), "ldr x0, [jssp, wzr, sxtw]");
984 COMPARE(str(x1, MemOperand(jssp, xzr)), "str x1, [jssp, xzr]");
993 COMPARE(ldrb(w0, MemOperand(x1)), "ldrb w0, [x1]");
994 COMPARE(ldrb(x2, MemOperand(x3)), "ldrb w2, [x3]");
995 COMPARE(ldrb(w4, MemOperand(x5, 4095)), "ldrb w4, [x5, #4095]");
996 COMPARE(ldrb(w6, MemOperand(x7, 255, PreIndex)), "ldrb w6, [x7, #255]!");
997 COMPARE(ldrb(w8, MemOperand(x9, -256, PreIndex)), "ldrb w8, [x9, #-256]!");
998 COMPARE(ldrb(w10, MemOperand(x11, 255, PostIndex)), "ldrb w10, [x11], #255");
999 COMPARE(ldrb(w12, MemOperand(x13, -256, PostIndex)),
1001 COMPARE(strb(w14, MemOperand(x15)), "strb w14, [x15]");
1002 COMPARE(strb(x16, MemOperand(x17)), "strb w16, [x17]");
1003 COMPARE(strb(w18, MemOperand(x19, 4095)), "strb w18, [x19, #4095]");
1004 COMPARE(strb(w20, MemOperand(x21, 255, PreIndex)), "strb w20, [x21, #255]!");
1005 COMPARE(strb(w22, MemOperand(x23, -256, PreIndex)),
1007 COMPARE(strb(w24, MemOperand(x25, 255, PostIndex)), "strb w24, [x25], #255");
1008 COMPARE(strb(w26, MemOperand(cp, -256, PostIndex)),
1011 COMPARE(ldrb(w28, MemOperand(jssp, 3, PostIndex)), "ldrb w28, [jssp], #3");
1012 COMPARE(strb(fp, MemOperand(jssp, -42, PreIndex)), "strb w29, [jssp, #-42]!");
1013 COMPARE(ldrsb(w0, MemOperand(x1)), "ldrsb w0, [x1]");
1014 COMPARE(ldrsb(x2, MemOperand(x3, 8)), "ldrsb x2, [x3, #8]");
1015 COMPARE(ldrsb(w4, MemOperand(x5, 42, PreIndex)), "ldrsb w4, [x5, #42]!");
1016 COMPARE(ldrsb(x6, MemOperand(x7, -11, PostIndex)), "ldrsb x6, [x7], #-11");
1025 COMPARE(ldrh(w0, MemOperand(x1)), "ldrh w0, [x1]");
1026 COMPARE(ldrh(x2, MemOperand(x3)), "ldrh w2, [x3]");
1027 COMPARE(ldrh(w4, MemOperand(x5, 8190)), "ldrh w4, [x5, #8190]");
1028 COMPARE(ldrh(w6, MemOperand(x7, 255, PreIndex)), "ldrh w6, [x7, #255]!");
1029 COMPARE(ldrh(w8, MemOperand(x9, -256, PreIndex)), "ldrh w8, [x9, #-256]!");
1030 COMPARE(ldrh(w10, MemOperand(x11, 255, PostIndex)), "ldrh w10, [x11], #255");
1031 COMPARE(ldrh(w12, MemOperand(x13, -256, PostIndex)),
1033 COMPARE(strh(w14, MemOperand(x15)), "strh w14, [x15]");
1034 COMPARE(strh(x16, MemOperand(x17)), "strh w16, [x17]");
1035 COMPARE(strh(w18, MemOperand(x19, 8190)), "strh w18, [x19, #8190]");
1036 COMPARE(strh(w20, MemOperand(x21, 255, PreIndex)), "strh w20, [x21, #255]!");
1037 COMPARE(strh(w22, MemOperand(x23, -256, PreIndex)),
1039 COMPARE(strh(w24, MemOperand(x25, 255, PostIndex)), "strh w24, [x25], #255");
1040 COMPARE(strh(w26, MemOperand(cp, -256, PostIndex)),
1043 COMPARE(ldrh(w28, MemOperand(jssp, 3, PostIndex)), "ldrh w28, [jssp], #3");
1044 COMPARE(strh(fp, MemOperand(jssp, -42, PreIndex)), "strh w29, [jssp, #-42]!");
1045 COMPARE(ldrh(w30, MemOperand(x0, 255)), "ldurh w30, [x0, #255]");
1046 COMPARE(ldrh(x1, MemOperand(x2, -256)), "ldurh w1, [x2, #-256]");
1047 COMPARE(strh(w3, MemOperand(x4, 255)), "sturh w3, [x4, #255]");
1048 COMPARE(strh(x5, MemOperand(x6, -256)), "sturh w5, [x6, #-256]");
1049 COMPARE(ldrsh(w0, MemOperand(x1)), "ldrsh w0, [x1]");
1050 COMPARE(ldrsh(w2, MemOperand(x3, 8)), "ldrsh w2, [x3, #8]");
1051 COMPARE(ldrsh(w4, MemOperand(x5, 42, PreIndex)), "ldrsh w4, [x5, #42]!");
1052 COMPARE(ldrsh(x6, MemOperand(x7, -11, PostIndex)), "ldrsh x6, [x7], #-11");
1061 COMPARE(ldr(s0, MemOperand(x1)), "ldr s0, [x1]");
1062 COMPARE(ldr(s2, MemOperand(x3, 4)), "ldr s2, [x3, #4]");
1063 COMPARE(ldr(s4, MemOperand(x5, 16380)), "ldr s4, [x5, #16380]");
1064 COMPARE(ldr(d6, MemOperand(x7)), "ldr d6, [x7]");
1065 COMPARE(ldr(d8, MemOperand(x9, 8)), "ldr d8, [x9, #8]");
1066 COMPARE(ldr(d10, MemOperand(x11, 32760)), "ldr d10, [x11, #32760]");
1067 COMPARE(str(s12, MemOperand(x13)), "str s12, [x13]");
1068 COMPARE(str(s14, MemOperand(x15, 4)), "str s14, [x15, #4]");
1069 COMPARE(str(s16, MemOperand(x17, 16380)), "str s16, [x17, #16380]");
1070 COMPARE(str(d18, MemOperand(x19)), "str d18, [x19]");
1071 COMPARE(str(d20, MemOperand(x21, 8)), "str d20, [x21, #8]");
1072 COMPARE(str(d22, MemOperand(x23, 32760)), "str d22, [x23, #32760]");
1074 COMPARE(ldr(s0, MemOperand(x1, 4, PreIndex)), "ldr s0, [x1, #4]!");
1075 COMPARE(ldr(s2, MemOperand(x3, 255, PreIndex)), "ldr s2, [x3, #255]!");
1076 COMPARE(ldr(s4, MemOperand(x5, -256, PreIndex)), "ldr s4, [x5, #-256]!");
1077 COMPARE(ldr(d6, MemOperand(x7, 8, PreIndex)), "ldr d6, [x7, #8]!");
1078 COMPARE(ldr(d8, MemOperand(x9, 255, PreIndex)), "ldr d8, [x9, #255]!");
1079 COMPARE(ldr(d10, MemOperand(x11, -256, PreIndex)), "ldr d10, [x11, #-256]!");
1080 COMPARE(str(s12, MemOperand(x13, 4, PreIndex)), "str s12, [x13, #4]!");
1081 MemOperand(x15, 255, PreIndex)), "str s14, [x15, #255]!");
1082 COMPARE(str(s16, MemOperand(x17, -256, PreIndex)), "str s16, [x17, #-256]!");
1083 COMPARE(str(d18, MemOperand(x19, 8, PreIndex)), "str d18, [x19, #8]!");
1084 COMPARE(str(d20, MemOperand(x21, 255, PreIndex)), "str d20, [x21, #255]!");
1085 COMPARE(str(d22, MemOperand(x23, -256, PreIndex)), "str d22, [x23, #-256]!");
1087 COMPARE(ldr(s0, MemOperand(x1, 4, PostIndex)), "ldr s0, [x1], #4");
1088 COMPARE(ldr(s2, MemOperand(x3, 255, PostIndex)), "ldr s2, [x3], #255");
1089 COMPARE(ldr(s4, MemOperand(x5, -256, PostIndex)), "ldr s4, [x5], #-256");
1090 COMPARE(ldr(d6, MemOperand(x7, 8, PostIndex)), "ldr d6, [x7], #8");
1091 COMPARE(ldr(d8, MemOperand(x9, 255, PostIndex)), "ldr d8, [x9], #255");
1092 COMPARE(ldr(d10, MemOperand(x11, -256, PostIndex)), "ldr d10, [x11], #-256");
1093 COMPARE(str(s12, MemOperand(x13, 4, PostIndex)), "str s12, [x13], #4");
1094 COMPARE(str(s14, MemOperand(x15, 255, PostIndex)), "str s14, [x15], #255");
1095 COMPARE(str(s16, MemOperand(x17, -256, PostIndex)), "str s16, [x17], #-256");
1096 COMPARE(str(d18, MemOperand(x19, 8, PostIndex)), "str d18, [x19], #8");
1097 COMPARE(str(d20, MemOperand(x21, 255, PostIndex)), "str d20, [x21], #255");
1098 COMPARE(str(d22, MemOperand(x23, -256, PostIndex)), "str d22, [x23], #-256");
1101 COMPARE(ldr(s24, MemOperand(jssp)), "ldr s24, [jssp]");
1102 COMPARE(ldr(d25, MemOperand(jssp, 8)), "ldr d25, [jssp, #8]");
1103 COMPARE(str(s26, MemOperand(jssp, 4, PreIndex)), "str s26, [jssp, #4]!");
1104 COMPARE(str(d27, MemOperand(jssp, -8, PostIndex)), "str d27, [jssp], #-8");
1113 COMPARE(ldr(w0, MemOperand(x1, 1)), "ldur w0, [x1, #1]");
1114 COMPARE(ldr(w2, MemOperand(x3, -1)), "ldur w2, [x3, #-1]");
1115 COMPARE(ldr(w4, MemOperand(x5, 255)), "ldur w4, [x5, #255]");
1116 COMPARE(ldr(w6, MemOperand(x7, -256)), "ldur w6, [x7, #-256]");
1117 COMPARE(ldr(x8, MemOperand(x9, 1)), "ldur x8, [x9, #1]");
1118 COMPARE(ldr(x10, MemOperand(x11, -1)), "ldur x10, [x11, #-1]");
1119 COMPARE(ldr(x12, MemOperand(x13, 255)), "ldur x12, [x13, #255]");
1120 COMPARE(ldr(x14, MemOperand(x15, -256)), "ldur x14, [x15, #-256]");
1121 COMPARE(str(w16, MemOperand(x17, 1)), "stur w16, [x17, #1]");
1122 COMPARE(str(w18, MemOperand(x19, -1)), "stur w18, [x19, #-1]");
1123 COMPARE(str(w20, MemOperand(x21, 255)), "stur w20, [x21, #255]");
1124 COMPARE(str(w22, MemOperand(x23, -256)), "stur w22, [x23, #-256]");
1125 COMPARE(str(x24, MemOperand(x25, 1)), "stur x24, [x25, #1]");
1126 COMPARE(str(x26, MemOperand(cp, -1)), "stur x26, [cp, #-1]");
1127 COMPARE(str(jssp, MemOperand(fp, 255)), "stur jssp, [fp, #255]");
1128 COMPARE(str(lr, MemOperand(x0, -256)), "stur lr, [x0, #-256]");
1129 COMPARE(ldr(w0, MemOperand(csp, 1)), "ldur w0, [csp, #1]");
1130 COMPARE(str(x1, MemOperand(csp, -1)), "stur x1, [csp, #-1]");
1131 COMPARE(ldrb(w2, MemOperand(x3, -2)), "ldurb w2, [x3, #-2]");
1132 COMPARE(ldrsb(w4, MemOperand(x5, -3)), "ldursb w4, [x5, #-3]");
1133 COMPARE(ldrsb(x6, MemOperand(x7, -4)), "ldursb x6, [x7, #-4]");
1134 COMPARE(ldrh(w8, MemOperand(x9, -5)), "ldurh w8, [x9, #-5]");
1135 COMPARE(ldrsh(w10, MemOperand(x11, -6)), "ldursh w10, [x11, #-6]");
1136 COMPARE(ldrsh(x12, MemOperand(x13, -7)), "ldursh x12, [x13, #-7]");
1137 COMPARE(ldrsw(x14, MemOperand(x15, -8)), "ldursw x14, [x15, #-8]");
1146 COMPARE(ldp(w0, w1, MemOperand(x2)), "ldp w0, w1, [x2]");
1147 COMPARE(ldp(x3, x4, MemOperand(x5)), "ldp x3, x4, [x5]");
1148 COMPARE(ldp(w6, w7, MemOperand(x8, 4)), "ldp w6, w7, [x8, #4]");
1149 COMPARE(ldp(x9, x10, MemOperand(x11, 8)), "ldp x9, x10, [x11, #8]");
1150 COMPARE(ldp(w12, w13, MemOperand(x14, 252)), "ldp w12, w13, [x14, #252]");
1151 COMPARE(ldp(x15, x16, MemOperand(x17, 504)), "ldp x15, x16, [x17, #504]");
1152 COMPARE(ldp(w18, w19, MemOperand(x20, -256)), "ldp w18, w19, [x20, #-256]");
1153 COMPARE(ldp(x21, x22, MemOperand(x23, -512)), "ldp x21, x22, [x23, #-512]");
1154 COMPARE(ldp(w24, w25, MemOperand(x26, 252, PreIndex)),
1156 COMPARE(ldp(cp, jssp, MemOperand(fp, 504, PreIndex)),
1158 COMPARE(ldp(w30, w0, MemOperand(x1, -256, PreIndex)),
1160 COMPARE(ldp(x2, x3, MemOperand(x4, -512, PreIndex)),
1162 COMPARE(ldp(w5, w6, MemOperand(x7, 252, PostIndex)),
1164 COMPARE(ldp(x8, x9, MemOperand(x10, 504, PostIndex)),
1166 COMPARE(ldp(w11, w12, MemOperand(x13, -256, PostIndex)),
1168 COMPARE(ldp(x14, x15, MemOperand(x16, -512, PostIndex)),
1171 COMPARE(ldp(s17, s18, MemOperand(x19)), "ldp s17, s18, [x19]");
1172 COMPARE(ldp(s20, s21, MemOperand(x22, 252)), "ldp s20, s21, [x22, #252]");
1173 COMPARE(ldp(s23, s24, MemOperand(x25, -256)), "ldp s23, s24, [x25, #-256]");
1174 COMPARE(ldp(s26, s27, MemOperand(jssp, 252, PreIndex)),
1176 COMPARE(ldp(s29, s30, MemOperand(fp, -256, PreIndex)),
1178 COMPARE(ldp(s31, s0, MemOperand(x1, 252, PostIndex)),
1180 COMPARE(ldp(s2, s3, MemOperand(x4, -256, PostIndex)),
1182 COMPARE(ldp(d17, d18, MemOperand(x19)), "ldp d17, d18, [x19]");
1183 COMPARE(ldp(d20, d21, MemOperand(x22, 504)), "ldp d20, d21, [x22, #504]");
1184 COMPARE(ldp(d23, d24, MemOperand(x25, -512)), "ldp d23, d24, [x25, #-512]");
1185 COMPARE(ldp(d26, d27, MemOperand(jssp, 504, PreIndex)),
1187 COMPARE(ldp(d29, d30, MemOperand(fp, -512, PreIndex)),
1189 COMPARE(ldp(d31, d0, MemOperand(x1, 504, PostIndex)),
1191 COMPARE(ldp(d2, d3, MemOperand(x4, -512, PostIndex)),
1194 COMPARE(stp(w0, w1, MemOperand(x2)), "stp w0, w1, [x2]");
1195 COMPARE(stp(x3, x4, MemOperand(x5)), "stp x3, x4, [x5]");
1196 COMPARE(stp(w6, w7, MemOperand(x8, 4)), "stp w6, w7, [x8, #4]");
1197 COMPARE(stp(x9, x10, MemOperand(x11, 8)), "stp x9, x10, [x11, #8]");
1198 COMPARE(stp(w12, w13, MemOperand(x14, 252)), "stp w12, w13, [x14, #252]");
1199 COMPARE(stp(x15, x16, MemOperand(x17, 504)), "stp x15, x16, [x17, #504]");
1200 COMPARE(stp(w18, w19, MemOperand(x20, -256)), "stp w18, w19, [x20, #-256]");
1201 COMPARE(stp(x21, x22, MemOperand(x23, -512)), "stp x21, x22, [x23, #-512]");
1202 COMPARE(stp(w24, w25, MemOperand(x26, 252, PreIndex)),
1204 COMPARE(stp(cp, jssp, MemOperand(fp, 504, PreIndex)),
1206 COMPARE(stp(w30, w0, MemOperand(x1, -256, PreIndex)),
1208 COMPARE(stp(x2, x3, MemOperand(x4, -512, PreIndex)),
1210 COMPARE(stp(w5, w6, MemOperand(x7, 252, PostIndex)),
1212 COMPARE(stp(x8, x9, MemOperand(x10, 504, PostIndex)),
1214 COMPARE(stp(w11, w12, MemOperand(x13, -256, PostIndex)),
1216 COMPARE(stp(x14, x15, MemOperand(x16, -512, PostIndex)),
1219 COMPARE(stp(s17, s18, MemOperand(x19)), "stp s17, s18, [x19]");
1220 COMPARE(stp(s20, s21, MemOperand(x22, 252)), "stp s20, s21, [x22, #252]");
1221 COMPARE(stp(s23, s24, MemOperand(x25, -256)), "stp s23, s24, [x25, #-256]");
1222 COMPARE(stp(s26, s27, MemOperand(jssp, 252, PreIndex)),
1224 COMPARE(stp(s29, s30, MemOperand(fp, -256, PreIndex)),
1226 COMPARE(stp(s31, s0, MemOperand(x1, 252, PostIndex)),
1228 COMPARE(stp(s2, s3, MemOperand(x4, -256, PostIndex)),
1230 COMPARE(stp(d17, d18, MemOperand(x19)), "stp d17, d18, [x19]");
1231 COMPARE(stp(d20, d21, MemOperand(x22, 504)), "stp d20, d21, [x22, #504]");
1232 COMPARE(stp(d23, d24, MemOperand(x25, -512)), "stp d23, d24, [x25, #-512]");
1233 COMPARE(stp(d26, d27, MemOperand(jssp, 504, PreIndex)),
1235 COMPARE(stp(d29, d30, MemOperand(fp, -512, PreIndex)),
1237 COMPARE(stp(d31, d0, MemOperand(x1, 504, PostIndex)),
1239 COMPARE(stp(d2, d3, MemOperand(x4, -512, PostIndex)),
1243 COMPARE(ldp(w16, w17, MemOperand(jssp, 4, PostIndex)),
1245 COMPARE(stp(x18, x19, MemOperand(jssp, -8, PreIndex)),
1247 COMPARE(ldp(s30, s31, MemOperand(jssp, 12, PostIndex)),
1249 COMPARE(stp(d30, d31, MemOperand(jssp, -16)),
1252 COMPARE(ldpsw(x0, x1, MemOperand(x2)), "ldpsw x0, x1, [x2]");
1253 COMPARE(ldpsw(x3, x4, MemOperand(x5, 16)), "ldpsw x3, x4, [x5, #16]");
1254 COMPARE(ldpsw(x6, x7, MemOperand(x8, -32, PreIndex)),
1256 COMPARE(ldpsw(x9, x10, MemOperand(x11, 128, PostIndex)),