Home | History | Annotate | Download | only in test

Lines Matching refs:strh

91   COMPARE(dci(0x790027a0), "strh w0, [x29, #18]");
925 COMPARE(strh(w0, MemOperand(x1, w2, UXTW)), "strh w0, [x1, w2, uxtw]");
926 COMPARE(strh(w3, MemOperand(x4, w5, UXTW, 1)), "strh w3, [x4, w5, uxtw #1]");
927 COMPARE(strh(w6, MemOperand(x7, x8)), "strh w6, [x7, x8]");
928 COMPARE(strh(w9, MemOperand(x10, x11, LSL, 1)),
929 "strh w9, [x10, x11, lsl #1]");
930 COMPARE(strh(w12, MemOperand(x13, w14, SXTW)), "strh w12, [x13, w14, sxtw]");
931 COMPARE(strh(w15, MemOperand(x16, w17, SXTW, 1)),
932 "strh w15, [x16, w17, sxtw #1]");
933 COMPARE(strh(w18, MemOperand(x19, x20, SXTX)), "strh w18, [x19, x20, sxtx]");
934 COMPARE(strh(w21, MemOperand(x22, x23, SXTX, 1)),
935 "strh w21, [x22, x23, sxtx #1]");
986 COMPARE(strh(w14, MemOperand(x15)), "strh w14, [x15]");
987 COMPARE(strh(x16, MemOperand(x17)), "strh w16, [x17]");
988 COMPARE(strh(w18, MemOperand(x19, 8190)), "strh w18, [x19, #8190]");
989 COMPARE(strh(w20, MemOperand(x21, 255, PreIndex)), "strh w20, [x21, #255]!");
990 COMPARE(strh(w22, MemOperand(x23, -256, PreIndex)),
991 "strh w22, [x23, #-256]!");
992 COMPARE(strh(w24, MemOperand(x25, 255, PostIndex)), "strh w24, [x25], #255");
993 COMPARE(strh(w26, MemOperand(x27, -256, PostIndex)),
994 "strh w26, [x27], #-256");
996 COMPARE(strh(x29, MemOperand(sp, -42, PreIndex)), "strh w29, [sp, #-42]!");
999 COMPARE(strh(w3, MemOperand(x4, 255)), "sturh w3, [x4, #255]");
1000 COMPARE(strh(x5, MemOperand(x6, -256)), "sturh w5, [x6, #-256]");