Searched refs:op0 (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/cxxfilt-11/cxxfilt/opcodes/
H A Dsparc-dis.c249 sparc_opcode *op0 = * (sparc_opcode **) a; local
251 unsigned long int match0 = op0->match, match1 = op1->match;
252 unsigned long int lose0 = op0->lose, lose1 = op1->lose;
260 if (op0->architecture & current_arch_mask)
269 else if (op0->architecture != op1->architecture)
270 return op0->architecture - op1->architecture;
281 op0->name, match0, lose0);
282 op0->lose &= ~op0->match;
283 lose0 = op0
[all...]
H A Dbfin-dis.c2560 |.h01|.h11|.w0|.op0...|.h00|.h10|.dst.......|.src0......|.src1..|
2573 int op0 = ((iw1 >> DSP32Mac_op0_bits) & DSP32Mac_op0_mask); local
2577 if (w0 == 0 && w1 == 0 && op1 == 3 && op0 == 3)
2605 if (w0 == 1 || op0 != 3)
2614 if (w0 == 1 || op0 != 3)
2619 if (op0 == 3)
2625 decode_macfunc (0, op0, h00, h10, src0, src1, outf);
2642 |.h01|.h11|.w0|.op0...|.h00|.h10|.dst.......|.src0......|.src1..|
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_predict.c389 PredictorDecodeRow(TIFF* tif, tidata_t op0, tsize_t occ0, tsample_t s) argument
397 if ((*sp->decoderow)(tif, op0, occ0, s)) {
398 (*sp->decodepfunc)(tif, op0, occ0);
412 PredictorDecodeTile(TIFF* tif, tidata_t op0, tsize_t occ0, tsample_t s) argument
419 if ((*sp->decodetile)(tif, op0, occ0, s)) {
424 (*sp->decodepfunc)(tif, op0, (tsize_t) rowsize);
426 op0 += rowsize;
H A Dtif_lzw.c350 LZWDecode(TIFF* tif, tidata_t op0, tsize_t occ0, tsample_t s) argument
353 char *op = (char*) op0;
561 LZWDecodeCompat(TIFF* tif, tidata_t op0, tsize_t occ0, tsample_t s) argument
564 char *op = (char*) op0;
/macosx-10.10/JavaScriptCore-7600.1.17/disassembler/ARM64/
H A DA64DOpcode.h366 unsigned op0() { return (m_opcode >> 15) & 0x1; } function in class:JSC::ARM64Disassembler::A64DOpcodeDataProcessing3Source
/macosx-10.10/JavaScriptCore-7600.1.17/assembler/
H A DARM64Assembler.h3353 int op0 = opcode & 1;
3354 return (0x1b000000 | sf << 31 | op54 << 29 | op31 << 21 | xOrZr(rm) << 16 | op0 << 15 | xOrZr(ra) << 10 | xOrZr(rn) << 5 | xOrZr(rd));
3595 ALWAYS_INLINE static int system(bool L, int op0, int op1, int crn, int crm, int op2, RegisterID rt)
3597 return (0xd5000000 | L << 21 | op0 << 19 | op1 << 16 | crn << 12 | crm << 8 | op2 << 5 | xOrZr(rt));
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Dxtensa-modules.c2243 { "op0", 11, -1, 0, 0, 0, 0, 0, 0 },
9834 int op0 = (insn[0] >> 4) & 0xf;
9835 return length_table[op0];
9820 int op0 = (insn[0] >> 4) & 0xf; local

Completed in 135 milliseconds