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

  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativeTILEGX-encoder.c 9526 decoded[TILEGX_MAX_INSTRUCTIONS_PER_BUNDLE])
9550 d = &decoded[num_instructions++];
10073 decoded[TILEGX_MAX_INSTRUCTIONS_PER_BUNDLE]; local in function:print_insn_tilegx
10082 parse_insn_tilegx (*(unsigned long long *)opbuf, (unsigned long long)memaddr, decoded);
10092 if (!decoded[i].opcode->can_bundle)
10103 const struct tilegx_opcode *opcode = decoded[i].opcode;
10132 num = decoded[i].operand_values[j];
10134 op = decoded[i].operands[j];
sljitNativeTILEGX-encoder.c 9526 decoded[TILEGX_MAX_INSTRUCTIONS_PER_BUNDLE])
9550 d = &decoded[num_instructions++];
10073 decoded[TILEGX_MAX_INSTRUCTIONS_PER_BUNDLE]; local in function:print_insn_tilegx
10082 parse_insn_tilegx (*(unsigned long long *)opbuf, (unsigned long long)memaddr, decoded);
10092 if (!decoded[i].opcode->can_bundle)
10103 const struct tilegx_opcode *opcode = decoded[i].opcode;
10132 num = decoded[i].operand_values[j];
10134 op = decoded[i].operands[j];

Completed in 132 milliseconds