HomeSort by: relevance | last modified time | path
    Searched defs:byte_op (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
dwarf2asm.cc 690 const char *byte_op = targetm.asm_out.byte_op;
692 if (byte_op)
693 fputs (byte_op, asm_out_file);
702 if (byte_op)
777 const char *byte_op = targetm.asm_out.byte_op;
779 if (byte_op)
780 fputs (byte_op, asm_out_file);
791 if (byte_op)
688 const char *byte_op = targetm.asm_out.byte_op; local
775 const char *byte_op = targetm.asm_out.byte_op; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2asm.cc 690 const char *byte_op = targetm.asm_out.byte_op;
692 if (byte_op)
693 fputs (byte_op, asm_out_file);
702 if (byte_op)
777 const char *byte_op = targetm.asm_out.byte_op;
779 if (byte_op)
780 fputs (byte_op, asm_out_file);
791 if (byte_op)
688 const char *byte_op = targetm.asm_out.byte_op; local
775 const char *byte_op = targetm.asm_out.byte_op; local
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
tc-msp430.c 293 : ((imm_op || byte_op) \
304 : (imm_op || byte_op) \
2785 bool byte_op, imm_op; local
2808 byte_op = false;
2820 byte_op = true;
3310 byte_op = false;
3354 byte_op = false;
4041 if (byte_op)
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-msp430.c 293 : ((imm_op || byte_op) \
304 : (imm_op || byte_op) \
2785 bool byte_op, imm_op; local
2808 byte_op = false;
2820 byte_op = true;
3310 byte_op = false;
3354 byte_op = false;
4041 if (byte_op)

Completed in 19 milliseconds