Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-cris.c1036 int nop_opcode; in cris_create_short_jump() local
1042 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() local
3327 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 …]
H A Dtc-xtensa.c6406 xtensa_opcode nop_opcode = xtensa_nop_opcode; in xg_find_narrowest_format() local
6420 if (v_copy.slots[slot].opcode == nop_opcode) in xg_find_narrowest_format()