HomeSort by relevance Sort by last modified time
    Searched defs:op_idx (Results 1 - 3 of 3) sorted by null

  /external/valgrind/none/tests/tilegx/
gen_insn_test.c 181 int op_idx = decoded.opcode->mnemonic; local
201 printf("//op=%d\n", op_idx);
217 "\n", '%', '%', RAND(op_idx), RAND(op_idx));
226 if (op_abnorm[op_idx] & 6)
236 decoded.operand_values[i] = RAND(op_idx) % 51;
238 int64_t d = RAND(op_idx);
253 decoded.operand_values[i] = RAND(op_idx);
265 if (op_abnorm[op_idx] & 2)
304 else if (op_idx == TILEGX_OPC_J
419 int op_idx = decoded.opcode->mnemonic; local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-mn10200.c 915 int op_idx;
925 for (op_idx = 1, opindex_ptr = opcode->operands;
927 opindex_ptr++, op_idx++)
912 int op_idx; local
tc-mn10300.c 1269 int op_idx;
1293 for (op_idx = 1, opindex_ptr = opcode->operands;
1295 opindex_ptr++, op_idx++)
1266 int op_idx; local
    [all...]

Completed in 1114 milliseconds