Home
last modified time | relevance | path

Searched refs:out_adox (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
26 out_adox = adox_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()
35 assert(out_adox == in_o + adox_operand - 1); in test_adox_adcx()
43 REG out_adcx, out_adox; in test_adcx_adox() local
51 out_adox = adox_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()
60 assert(out_adox == in_o + adox_operand - 1); in test_adcx_adox()