Home
last modified time | relevance | path

Searched refs:tmp3 (Results 1 – 3 of 3) sorted by relevance

/kvm-unit-tests/x86/
H A Demulator64.c45 unsigned long tmp, tmp3, rsp, rbp; in test_pop() local
99 : [tmp]"=&r"(tmp), [tmp3]"=&r"(tmp3) : [stack_top]"r"(stack_top-1) in test_pop()
101 report(tmp == (ulong)stack_top && tmp3 == 0x778899, "leave"); in test_pop()
H A Dpmu.c63 : "=b"(tmp), "=r"(tmp2), "=r"(tmp3) \
170 unsigned long tmp, tmp2, tmp3; in __loop() local
194 unsigned long tmp, tmp2, tmp3; in __precise_loop() local
/kvm-unit-tests/arm/
H A Dcstart.S18 .macro zero_range, tmp1, tmp2, tmp3, tmp4
19 mov \tmp3, #0
23 strd \tmp3, \tmp4, [\tmp1], #8