Searched refs:nop_opcode (Results 1 – 2 of 2) sorted by relevance
1036 int nop_opcode; in cris_create_short_jump() local1042 nop_opcode = NOP_OPCODE_V32; in cris_create_short_jump()1048 nop_opcode = NOP_OPCODE; in cris_create_short_jump()1061 md_number_to_chars (storep + 2, nop_opcode, 2); in cris_create_short_jump()1065 md_number_to_chars (storep + 4, nop_opcode, 2); in cris_create_short_jump()1080 md_number_to_chars (storep + 4, nop_opcode, 2); in cris_create_short_jump()3321 int nop_opcode; in gen_cond_branch_32() local3327 nop_opcode = NOP_OPCODE_V32; in gen_cond_branch_32()3333 nop_opcode = NOP_OPCODE; in gen_cond_branch_32()3339 nop_opcode = NOP_OPCODE; in gen_cond_branch_32()[all …]
6406 xtensa_opcode nop_opcode = xtensa_nop_opcode; in xg_find_narrowest_format() local6420 if (v_copy.slots[slot].opcode == nop_opcode) in xg_find_narrowest_format()