Home
last modified time | relevance | path

Searched refs:nop_opcode (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-cris.c1037 int nop_opcode; in md_create_short_jump() local
1045 nop_opcode = NOP_OPCODE_V32; in md_create_short_jump()
1059 nop_opcode = NOP_OPCODE; in md_create_short_jump()
1072 md_number_to_chars (storep + 2, nop_opcode, 2); in md_create_short_jump()
1076 md_number_to_chars (storep + 4, nop_opcode, 2); in md_create_short_jump()
1092 md_number_to_chars (storep + 4, nop_opcode, 2); in md_create_short_jump()
3360 int nop_opcode; in gen_cond_branch_32() local
3366 nop_opcode = NOP_OPCODE_V32; in gen_cond_branch_32()
3372 nop_opcode = NOP_OPCODE; in gen_cond_branch_32()
3378 nop_opcode = NOP_OPCODE; in gen_cond_branch_32()
[all …]
Dtc-tilepro.c1638 const struct tilepro_opcode *nop_opcode = in tilepro_handle_align() local
1641 ( nop_opcode->fixed_bit_values[TILEPRO_PIPELINE_X0] in tilepro_handle_align()
1642 | nop_opcode->fixed_bit_values[TILEPRO_PIPELINE_X1]); in tilepro_handle_align()
Dtc-tilegx.c1858 const struct tilegx_opcode *nop_opcode = in tilegx_handle_align() local
1861 ( nop_opcode->fixed_bit_values[TILEGX_PIPELINE_X0] in tilegx_handle_align()
1862 | nop_opcode->fixed_bit_values[TILEGX_PIPELINE_X1]); in tilegx_handle_align()
Dtc-mips.c18322 char nop_opcode; in mips_handle_align() local
18331 nop_opcode = *p; in mips_handle_align()
18332 switch (nop_opcode) in mips_handle_align()
18364 if (nop_opcode == NOP_OPCODE_MICROMIPS && !mips_opts.insn32) in mips_handle_align()
Dtc-xtensa.c6766 xtensa_opcode nop_opcode = xtensa_nop_opcode; in xg_find_narrowest_format() local
6781 if (v_copy.slots[slot].opcode == nop_opcode) in xg_find_narrowest_format()