Home
last modified time | relevance | path

Searched refs:ext_reg (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
HDcpu-ia64-opc.c73 ext_reg (const struct ia64_operand *self, ia64_insn code, ia64_insn *valuep) in ext_reg() function
454 { REG, ins_reg, ext_reg, "ar", {{ 7, 20}}, 0, /* AR3 */
456 { REG, ins_reg, ext_reg, "b", {{ 3, 6}}, 0, /* B1 */
458 { REG, ins_reg, ext_reg, "b", {{ 3, 13}}, 0, /* B2 */
460 { REG, ins_reg, ext_reg, "cr", {{ 7, 20}}, 0, /* CR */
462 { REG, ins_reg, ext_reg, "f", {{ 7, 6}}, 0, /* F1 */
464 { REG, ins_reg, ext_reg, "f", {{ 7, 13}}, 0, /* F2 */
466 { REG, ins_reg, ext_reg, "f", {{ 7, 20}}, 0, /* F3 */
468 { REG, ins_reg, ext_reg, "f", {{ 7, 27}}, 0, /* F4 */
470 { REG, ins_reg, ext_reg, "p", {{ 6, 6}}, 0, /* P1 */
[all …]
/freebsd-11-stable/contrib/wpa/src/wps/
HDwps_registrar.c2118 if (wps->ext_reg > 1) in wps_registrar_get_msg()
2146 if (wps->ext_reg == 0) in wps_registrar_get_msg()
2147 wps->ext_reg = 1; in wps_registrar_get_msg()
2151 if (wps->ext_reg) { in wps_registrar_get_msg()
3144 if (wps->wps->wps_upnp && wps->ext_reg && wps->state == RECV_M2D_ACK && in wps_process_wsc_ack()
3173 if (wps->ext_reg == 0) in wps_process_wsc_ack()
3174 wps->ext_reg = 1; in wps_process_wsc_ack()
3216 if (wps->wps->wps_upnp && wps->ext_reg) { in wps_process_wsc_nack()
3279 (!wps->wps->wps_upnp || !wps->ext_reg)) { in wps_process_wsc_done()
3300 if (wps->wps->wps_upnp && wps->ext_reg) { in wps_process_wsc_done()
[all …]
HDwps_i.h110 int ext_reg; member