Lines Matching refs:nop_opcode
1037 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()
3416 md_number_to_chars (writep, nop_opcode, 2); in gen_cond_branch_32()