Home | History | Annotate | Download | only in config

Lines Matching refs:NOP_OPCODE

1037   int nop_opcode;
1045 nop_opcode = NOP_OPCODE_V32;
1059 nop_opcode = NOP_OPCODE;
1072 md_number_to_chars (storep + 2, nop_opcode, 2);
1076 md_number_to_chars (storep + 4, nop_opcode, 2);
1092 md_number_to_chars (storep + 4, nop_opcode, 2);
1134 md_number_to_chars (storep + 6, NOP_OPCODE, 2);
3360 int nop_opcode;
3366 nop_opcode = NOP_OPCODE_V32;
3372 nop_opcode = NOP_OPCODE;
3378 nop_opcode = NOP_OPCODE;
3416 md_number_to_chars (writep, nop_opcode, 2);