Searched refs:adox_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() argument26 out_adox = adox_operand; in test_adox_adcx()35 assert(out_adox == in_o + adox_operand - 1); in test_adox_adcx()37 assert(!!(flags & CC_O) == (in_o || adox_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() argument51 out_adox = adox_operand; in test_adcx_adox()60 assert(out_adox == in_o + adox_operand - 1); in test_adcx_adox()62 assert(!!(flags & CC_O) == (in_o || adox_operand)); in test_adcx_adox()