Home
last modified time | relevance | path

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

/dports/sysutils/plconfig/plconfig-0.2/
H A Dplconfig.c57 u_short ex_word(u_char *ptr) { in ex_word() function
86 ex_word(&macmgmt[2]), ex_word(&macmgmt[4]), ex_word(&macmgmt[6]), in dump_params_and_stats()
87 ex_word(&macmgmt[8]), ex_word(&macmgmt[10]), ex_word(&macmgmt[12]), in dump_params_and_stats()
88 ex_word(&macmgmt[14]), ex_word(&macmgmt[16]), ex_word(&macmgmt[18]), in dump_params_and_stats()
119 da+1, format_mac_addr(stat, macbuf), ex_word(&stat[6]), in dump_network_statistics()
120 ex_word(&stat[8]), ex_word(&stat[10])); in dump_network_statistics()
/dports/devel/mspdebug/mspdebug-493f38b/util/
H A Ddis.c310 uint16_t ex_word) in decode_double() argument
364 ((ex_word << 9) & 0xf0000) | in decode_double()
366 ex_word); in decode_double()
394 ((ex_word << 16) & 0xf0000) | in decode_double()
396 ex_word); in decode_double()
763 uint16_t ex_word = 0; in dis_decode() local
776 ex_word = op; in dis_decode()
798 if ((ex_word >> 8) & 1) { in dis_decode()
803 insn->rep_register = (ex_word >> 7) & 1; in dis_decode()
804 insn->rep_index = ex_word & 0xf; in dis_decode()
[all …]