Searched refs:nop_opcode (Results 1 – 5 of 5) sorted by relevance
1037 int nop_opcode; in md_create_short_jump() local1045 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() local3366 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 …]
1638 const struct tilepro_opcode *nop_opcode = in tilepro_handle_align() local1641 ( 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()
1858 const struct tilegx_opcode *nop_opcode = in tilegx_handle_align() local1861 ( 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()
18322 char nop_opcode; in mips_handle_align() local18331 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()
6766 xtensa_opcode nop_opcode = xtensa_nop_opcode; in xg_find_narrowest_format() local6781 if (v_copy.slots[slot].opcode == nop_opcode) in xg_find_narrowest_format()