Lines Matching refs:rsi

45 	void *rsi, *rdi;  in test_cmps_one()  local
48 rsi = m1; rdi = m3; rcx = 30; in test_cmps_one()
51 : "+S"(rsi), "+D"(rdi), "+c"(rcx), [tmp]"=&r"(tmp) in test_cmps_one()
53 report(rcx == 0 && rsi == m1 + 30 && rdi == m3 + 30, "repe/cmpsb (1)"); in test_cmps_one()
55 rsi = m1; rdi = m3; rcx = 30; in test_cmps_one()
58 : "+S"(rsi), "+D"(rdi), "+c"(rcx), [tmp]"=&r"(tmp) in test_cmps_one()
60 report(rcx == 0 && rsi == m1 + 30 && rdi == m3 + 30, in test_cmps_one()
63 rsi = m1; rdi = m3; rcx = 15; in test_cmps_one()
66 : "+S"(rsi), "+D"(rdi), "+c"(rcx), [tmp]"=&r"(tmp) in test_cmps_one()
68 report(rcx == 0 && rsi == m1 + 30 && rdi == m3 + 30, "repe cmpsw (1)"); in test_cmps_one()
70 rsi = m1; rdi = m3; rcx = 7; in test_cmps_one()
73 : "+S"(rsi), "+D"(rdi), "+c"(rcx), [tmp]"=&r"(tmp) in test_cmps_one()
75 report(rcx == 0 && rsi == m1 + 28 && rdi == m3 + 28, "repe cmpll (1)"); in test_cmps_one()
78 rsi = m1; rdi = m3; rcx = 4; in test_cmps_one()
81 : "+S"(rsi), "+D"(rdi), "+c"(rcx), [tmp]"=&r"(tmp) in test_cmps_one()
83 report(rcx == 0 && rsi == m1 + 32 && rdi == m3 + 32, "repe cmpsq (1)"); in test_cmps_one()
86 rsi = m1; rdi = m3; rcx = 130; in test_cmps_one()
89 : "+S"(rsi), "+D"(rdi), "+c"(rcx), [tmp]"=&r"(tmp) in test_cmps_one()
91 report(rcx == 29 && rsi == m1 + 101 && rdi == m3 + 101, in test_cmps_one()
94 rsi = m1; rdi = m3; rcx = 65; in test_cmps_one()
97 : "+S"(rsi), "+D"(rdi), "+c"(rcx), [tmp]"=&r"(tmp) in test_cmps_one()
99 report(rcx == 14 && rsi == m1 + 102 && rdi == m3 + 102, in test_cmps_one()
102 rsi = m1; rdi = m3; rcx = 32; in test_cmps_one()
105 : "+S"(rsi), "+D"(rdi), "+c"(rcx), [tmp]"=&r"(tmp) in test_cmps_one()
107 report(rcx == 6 && rsi == m1 + 104 && rdi == m3 + 104, in test_cmps_one()
111 rsi = m1; rdi = m3; rcx = 16; in test_cmps_one()
114 : "+S"(rsi), "+D"(rdi), "+c"(rcx), [tmp]"=&r"(tmp) in test_cmps_one()
116 report(rcx == 3 && rsi == m1 + 104 && rdi == m3 + 104, in test_cmps_one()