HomeSort by: relevance | last modified time | path
    Searched refs:int_op (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/binutils/dist/opcodes/
mips-dis.c 1468 const struct mips_int_operand *int_op;
1470 int_op = (const struct mips_int_operand *) operand;
1471 uval = mips_decode_int_operand (int_op, uval);
1473 if (int_op->print_hex)
2195 const struct mips_int_operand *int_op;
2197 int_op = (const struct mips_int_operand *) operand;
2199 info->data_size = 1 << int_op->shift;
1465 const struct mips_int_operand *int_op; local
2190 const struct mips_int_operand *int_op; local
  /src/external/gpl3/binutils.old/dist/opcodes/
mips-dis.c 1468 const struct mips_int_operand *int_op;
1470 int_op = (const struct mips_int_operand *) operand;
1471 uval = mips_decode_int_operand (int_op, uval);
1473 if (int_op->print_hex)
2195 const struct mips_int_operand *int_op;
2197 int_op = (const struct mips_int_operand *) operand;
2199 info->data_size = 1 << int_op->shift;
1465 const struct mips_int_operand *int_op; local
2190 const struct mips_int_operand *int_op; local
  /src/external/gpl3/gdb.old/dist/opcodes/
mips-dis.c 1441 const struct mips_int_operand *int_op;
1443 int_op = (const struct mips_int_operand *) operand;
1444 uval = mips_decode_int_operand (int_op, uval);
1446 if (int_op->print_hex)
2168 const struct mips_int_operand *int_op;
2170 int_op = (const struct mips_int_operand *) operand;
2172 info->data_size = 1 << int_op->shift;
1438 const struct mips_int_operand *int_op; local
2163 const struct mips_int_operand *int_op; local
  /src/external/gpl3/gdb/dist/opcodes/
mips-dis.c 1468 const struct mips_int_operand *int_op;
1470 int_op = (const struct mips_int_operand *) operand;
1471 uval = mips_decode_int_operand (int_op, uval);
1473 if (int_op->print_hex)
2195 const struct mips_int_operand *int_op;
2197 int_op = (const struct mips_int_operand *) operand;
2199 info->data_size = 1 << int_op->shift;
1465 const struct mips_int_operand *int_op; local
2190 const struct mips_int_operand *int_op; local
  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativePPC_common.c 1266 sljit_s32 int_op = op & SLJIT_I32_OP; local
1291 FAIL_IF(push_inst(compiler, (int_op ? (op == SLJIT_DIVMOD_UW ? DIVWU : DIVW) : (op == SLJIT_DIVMOD_UW ? DIVDU : DIVD)) | D(SLJIT_R0) | A(SLJIT_R0) | B(SLJIT_R1)));
1292 FAIL_IF(push_inst(compiler, (int_op ? MULLW : MULLD) | D(SLJIT_R1) | A(SLJIT_R0) | B(SLJIT_R1)));
1301 return push_inst(compiler, (int_op ? (op == SLJIT_DIV_UW ? DIVWU : DIVW) : (op == SLJIT_DIV_UW ? DIVDU : DIVD)) | D(SLJIT_R0) | A(SLJIT_R0) | B(SLJIT_R1));
sljitNativeMIPS_common.c 1014 sljit_s32 int_op = op & SLJIT_I32_OP; local
1046 if (int_op)

Completed in 24 milliseconds