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

  /src/external/gpl3/binutils/dist/gas/config/
tc-tilepro.c 1625 const struct tilepro_opcode *nop_opcode = local
1628 ( nop_opcode->fixed_bit_values[TILEPRO_PIPELINE_X0]
1629 | nop_opcode->fixed_bit_values[TILEPRO_PIPELINE_X1]);
tc-cris.c 1037 int nop_opcode; local
1045 nop_opcode = NOP_OPCODE_V32;
1059 nop_opcode = NOP_OPCODE;
1072 md_number_to_chars (storep + 2, nop_opcode, 2);
1076 md_number_to_chars (storep + 4, nop_opcode, 2);
1092 md_number_to_chars (storep + 4, nop_opcode, 2);
1134 md_number_to_chars (storep + 6, NOP_OPCODE, 2);
3353 int nop_opcode; local
3359 nop_opcode = NOP_OPCODE_V32
    [all...]
tc-tilegx.c 1844 const struct tilegx_opcode *nop_opcode = local
1847 ( nop_opcode->fixed_bit_values[TILEGX_PIPELINE_X0]
1848 | nop_opcode->fixed_bit_values[TILEGX_PIPELINE_X1]);
tc-mips.c 20052 /* Implement NOP_OPCODE. We encode a MIPS16 nop as "1", a microMIPS nop
20076 char nop_opcode;
20085 nop_opcode = *p;
20086 switch (nop_opcode)
20118 if (nop_opcode == NOP_OPCODE_MICROMIPS && !mips_opts.insn32)
20060 char nop_opcode; local
tc-xtensa.c 6851 xtensa_opcode nop_opcode = xtensa_nop_opcode;
6866 if (v_copy.slots[slot].opcode == nop_opcode)
6840 xtensa_opcode nop_opcode = xtensa_nop_opcode; local
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-tilepro.c 1625 const struct tilepro_opcode *nop_opcode = local
1628 ( nop_opcode->fixed_bit_values[TILEPRO_PIPELINE_X0]
1629 | nop_opcode->fixed_bit_values[TILEPRO_PIPELINE_X1]);
tc-cris.c 1037 int nop_opcode; local
1045 nop_opcode = NOP_OPCODE_V32;
1059 nop_opcode = NOP_OPCODE;
1072 md_number_to_chars (storep + 2, nop_opcode, 2);
1076 md_number_to_chars (storep + 4, nop_opcode, 2);
1092 md_number_to_chars (storep + 4, nop_opcode, 2);
1134 md_number_to_chars (storep + 6, NOP_OPCODE, 2);
3353 int nop_opcode; local
3359 nop_opcode = NOP_OPCODE_V32
    [all...]
tc-tilegx.c 1844 const struct tilegx_opcode *nop_opcode = local
1847 ( nop_opcode->fixed_bit_values[TILEGX_PIPELINE_X0]
1848 | nop_opcode->fixed_bit_values[TILEGX_PIPELINE_X1]);
tc-mips.c 19740 /* Implement NOP_OPCODE. We encode a MIPS16 nop as "1", a microMIPS nop
19764 char nop_opcode;
19773 nop_opcode = *p;
19774 switch (nop_opcode)
19806 if (nop_opcode == NOP_OPCODE_MICROMIPS && !mips_opts.insn32)
19748 char nop_opcode; local
tc-xtensa.c 6851 xtensa_opcode nop_opcode = xtensa_nop_opcode;
6866 if (v_copy.slots[slot].opcode == nop_opcode)
6840 xtensa_opcode nop_opcode = xtensa_nop_opcode; local

Completed in 84 milliseconds