Home
last modified time | relevance | path

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

/openbmc/qemu/tests/tcg/i386/
H A Dtest-i386-adcox.c15 void test_adox_adcx(uint32_t in_c, uint32_t in_o, REG adcx_operand, REG adox_operand) in test_adox_adcx() argument
25 out_adcx = adcx_operand; in test_adox_adcx()
34 assert(out_adcx == in_c + adcx_operand - 1); in test_adox_adcx()
36 assert(!!(flags & CC_C) == (in_c || adcx_operand)); in test_adox_adcx()
40 void test_adcx_adox(uint32_t in_c, uint32_t in_o, REG adcx_operand, REG adox_operand) in test_adcx_adox() argument
50 out_adcx = adcx_operand; in test_adcx_adox()
59 assert(out_adcx == in_c + adcx_operand - 1); in test_adcx_adox()
61 assert(!!(flags & CC_C) == (in_c || adcx_operand)); in test_adcx_adox()