Searched refs:adcx_operand (Results 1 – 1 of 1) sorted by relevance
15 void test_adox_adcx(uint32_t in_c, uint32_t in_o, REG adcx_operand, REG adox_operand) in test_adox_adcx() argument25 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() argument50 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()