Searched refs:calc_borrow_chain (Results 1 – 1 of 1) sorted by relevance
/external/u-boot/drivers/bios_emulator/x86emu/ |
D | prim_ops.c | 194 static void calc_borrow_chain(int bits, u32 d, u32 s, u32 res, int set_carry) in calc_borrow_chain() function 442 calc_borrow_chain(8, d, s, res, 1); in cmp_byte() 457 calc_borrow_chain(16, d, s, res, 1); in cmp_word() 472 calc_borrow_chain(32, d, s, res, 1); in cmp_long() 524 calc_borrow_chain(8, d, 1, res, 0); in dec_byte() 539 calc_borrow_chain(16, d, 1, res, 0); in dec_word() 555 calc_borrow_chain(32, d, 1, res, 0); in dec_long() 656 calc_borrow_chain(8, 0, s, res, 0); in neg_byte() 672 calc_borrow_chain(16, 0, s, res, 0); in neg_word() 688 calc_borrow_chain(32, 0, s, res, 0); in neg_long()
|