HomeSort by: relevance | last modified time | path
    Searched defs:opclass (Results 1 - 15 of 15) sorted by relevancy

  /src/lib/libpuffs/
opdump.c 172 int opclass, isvn = 0; local
175 opclass = PUFFSOP_OPCLASS(preq->preq_opclass);
176 switch (opclass) {
199 mydprintf("unhandled opclass %d\n", opclass);
210 mydprintf("opclass %d%s, optype: %s, "
212 opclass, PUFFSOP_WANTREPLY(preq->preq_opclass) ? "" : " (FAF)",
  /src/external/gpl3/binutils/dist/opcodes/
mcore-opc.h 37 mcore_opclass opclass; member in struct:inst
  /src/external/gpl3/binutils.old/dist/opcodes/
mcore-opc.h 37 mcore_opclass opclass; member in struct:inst
  /src/external/gpl3/gdb.old/dist/opcodes/
mcore-opc.h 37 mcore_opclass opclass; member in struct:inst
  /src/external/gpl3/gdb/dist/opcodes/
mcore-opc.h 37 mcore_opclass opclass; member in struct:inst
  /src/external/bsd/wpa/dist/src/common/
hw_features_common.c 524 int opclass; local
534 opclass = center_segment0 == 2 ? 136 : 131;
535 freq1 = ieee80211_chan_to_freq(NULL, opclass,
dpp_tcp.c 1445 int i, res, *opclass = auth->e_band_support; local
1462 for (i = 0; opclass && opclass[i]; i++) {
1464 b_pos == band ? "" : ",", opclass[i]);
1478 "peer=%d net_role=%s name=\"%s\" opclass=%s mud_url=%s",
dpp.c 212 int opclass = -1, channel, freq; local
219 opclass = atoi(pos);
222 if (opclass <= 0)
229 freq = ieee80211_chan_to_freq(NULL, opclass, channel);
231 "DPP: URI channel-list: opclass=%d channel=%d ==> freq=%d",
232 opclass, channel, freq);
236 "DPP: Ignore unknown URI channel-list channel (opclass=%d channel=%d)",
237 opclass, channel);
2468 int *opclass = NULL; local
2482 int_array_add_unique(&opclass, token->number)
    [all...]
  /src/external/bsd/wpa/dist/wpa_supplicant/
dpp_supplicant.c 4246 int i, res, *opclass = auth->e_band_support; local
4265 for (i = 0; opclass && opclass[i]; i++) {
4267 pos == band ? "" : ",", opclass[i]);
4281 MACSTR " net_role=%s name=\"%s\" opclass=%s mud_url=%s",
p2p_supplicant.c 2019 "Freq %u to EDMG channel %u at opclass %u",
2041 "Freq %d will be used to set an EDMG connection (channel=%u opclass=%u)",
9811 u8 chan, opclass; local
9816 &opclass, &chan) ==
9825 NULL, opclass,
9830 NULL, opclass,
  /src/external/gpl3/gcc.old/dist/gcc/config/h8300/
h8300.cc 2227 /* Store the class of operand OP in *OPCLASS and return the length of any
2228 extra operand fields. SIZE is the number of bytes in OP. OPCLASS
2232 h8300_classify_operand (rtx op, int size, enum h8300_operand_class *opclass)
2236 if (opclass == 0)
2237 opclass = &dummy;
2241 *opclass = H8OP_IMMEDIATE;
2262 *opclass = H8OP_MEM_ABSOLUTE;
2267 *opclass = H8OP_MEM_COMPLEX;
2272 *opclass = H8OP_MEM_COMPLEX;
2277 *opclass = H8OP_MEM_BASE
2300 enum h8300_operand_class opclass; local
2329 enum h8300_operand_class opclass; local
2355 enum h8300_operand_class opclass; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
xtensa-tdep.c 2104 xtensa_insn_kind opclass = c0opc_uninteresting; local
2115 opclass = c0opc_illegal;
2118 opclass = c0opc_break;
2120 opclass = c0opc_entry;
2122 opclass = c0opc_rfwo;
2124 opclass = c0opc_rfwu;
2131 opclass = c0opc_flow;
2136 opclass = c0opc_add;
2138 opclass = c0opc_and;
2142 opclass = c0opc_addi
2355 xtensa_insn_kind opclass; \/* Opcode class for Call0 prologue analysis. *\/ local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
xtensa-tdep.c 2103 xtensa_insn_kind opclass = c0opc_uninteresting; local
2114 opclass = c0opc_illegal;
2117 opclass = c0opc_break;
2119 opclass = c0opc_entry;
2121 opclass = c0opc_rfwo;
2123 opclass = c0opc_rfwu;
2130 opclass = c0opc_flow;
2135 opclass = c0opc_add;
2137 opclass = c0opc_and;
2141 opclass = c0opc_addi
2354 xtensa_insn_kind opclass; \/* Opcode class for Call0 prologue analysis. *\/ local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/h8300/
h8300.cc 2227 /* Store the class of operand OP in *OPCLASS and return the length of any
2228 extra operand fields. SIZE is the number of bytes in OP. OPCLASS
2232 h8300_classify_operand (rtx op, int size, enum h8300_operand_class *opclass)
2236 if (opclass == 0)
2237 opclass = &dummy;
2241 *opclass = H8OP_IMMEDIATE;
2262 *opclass = H8OP_MEM_ABSOLUTE;
2267 *opclass = H8OP_MEM_COMPLEX;
2272 *opclass = H8OP_MEM_COMPLEX;
2277 *opclass = H8OP_MEM_BASE
2300 enum h8300_operand_class opclass; local
2329 enum h8300_operand_class opclass; local
2355 enum h8300_operand_class opclass; local
    [all...]
  /src/sys/arch/alpha/include/
alpha_instruction.h 189 opclass : 4, member in struct:__anon888::__anon897

Completed in 41 milliseconds