Home
last modified time | relevance | path

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

/openbmc/qemu/tests/tcg/i386/
H A Dtest-i386-adcox.c18 REG out_adcx, out_adox; in test_adox_adcx() local
25 out_adcx = adcx_operand; in test_adox_adcx()
31 : "+r" (flags), "+r" (out_adcx), "+r" (out_adox) in test_adox_adcx()
32 : "r" ((REG)-1), "0" (flags), "1" (out_adcx), "2" (out_adox)); in test_adox_adcx()
34 assert(out_adcx == in_c + adcx_operand - 1); in test_adox_adcx()
43 REG out_adcx, out_adox; in test_adcx_adox() local
50 out_adcx = adcx_operand; in test_adcx_adox()
56 : "+r" (flags), "+r" (out_adcx), "+r" (out_adox) in test_adcx_adox()
57 : "r" ((REG)-1), "0" (flags), "1" (out_adcx), "2" (out_adox)); in test_adcx_adox()
59 assert(out_adcx == in_c + adcx_operand - 1); in test_adcx_adox()