Home
last modified time | relevance | path

Searched refs:rsi (Results 1 – 9 of 9) sorted by relevance

/kvm-unit-tests/lib/x86/
H A Dsetjmp64.S3 mov (%rsp), %rsi
4 mov %rsi, (%rdi)
25 mov (%rdi), %rsi
26 mov %rsi, (%rsp)
H A Ddesc.h82 unsigned long dummy, rbp, rsi, rdi; member
H A Ddesc.c164 regs->rbp, regs->rsi, regs->rdi, in unhandled_exception()
/kvm-unit-tests/x86/
H A Demulator.c45 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()
[all …]
H A Dcstart64.S125 lea __argv(%rip), %rsi
H A Dsvm.h398 u64 rsi; member
H A Dvmx.h68 u64 rsi; member
H A Dvmx.c667 guest_rsp, regs.rbp, regs.rsi, regs.rdi); in print_vmexit_info()
/kvm-unit-tests/x86/efi/
H A Dcrt0-efi-x86_64.S50 lea _DYNAMIC(%rip), %rsi
59 popq %rsi