Home | History | Annotate | Download | only in bios

Lines Matching refs:hibyte

1631   Bit16u   arg_seg, arg, nibble, hibyte, shift_count, format_width, hexadd;
1677 hibyte = read_word(arg_seg, arg_ptr);
1679 if (hibyte & 0x8000)
1680 put_luint(action, 0L-(((Bit32u) hibyte << 16) | arg), format_width-1, 1);
1682 put_luint(action, ((Bit32u) hibyte << 16) | arg, format_width, 0);
1685 put_luint(action, ((Bit32u) hibyte << 16) | arg, format_width, 0);
1696 nibble = ((((Bit32u) hibyte <<16) | arg) >> (4 * i)) & 0x000f;
1711 hibyte = arg;
1714 put_str(action, hibyte, arg);