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

  /src/sys/dev/ic/
w83l518d_sdmmc.c 436 static const int opcodes[] = { local in function:wb_sdmmc_exec_command
452 /* controller only supports a select number of data opcodes */
453 for (i = 0; i < __arraycount(opcodes); i++)
454 if (opcodes[i] == cmd->c_opcode)
456 if (i == __arraycount(opcodes)) {
  /src/usr.bin/tftp/
tftp.c 635 static const char *opcodes[] = local in function:tpacket
645 (void)printf("%s %s ", s, opcodes[op]);
  /src/sys/arch/powerpc/powerpc/
db_disasm.c 118 * of the opcodes, But I didn't feel like it when typing in the table,
124 const struct opcode opcodes[] = { variable in typeref:typename:const struct opcode[]
992 dis_ppc(opcodes, instr, loc);

Completed in 15 milliseconds