Searched refs:UNIT (Results 1 – 10 of 10) sorted by relevance
/toolchain/binutils/binutils-2.25/binutils/ |
D | syslex.l | 72 "bits" { yylval.i =1 ;return UNIT;} 73 "bit" { yylval.i = 1; return UNIT;} 74 "bytes" { yylval.i= 8; return UNIT;} 75 "byte" { yylval.i = 8; return UNIT;}
|
D | sysinfo.y | 49 %token <i> NUMBER UNIT 367 NUMBER UNIT
|
/toolchain/binutils/binutils-2.25/gprof/ |
D | hist.c | 37 #define UNITS_TO_CODE (offset_to_code / sizeof(UNIT)) 112 n_hist_scale = (double)((record->highpc - record->lowpc) / sizeof (UNIT)) in read_histogram_header() 225 UNIT count; in hist_read_rec() 250 UNIT count; in hist_write_hist() 302 sym->hist.scaled_addr = sym->addr / sizeof (UNIT); in scale_and_align_entries() 370 bfd_vma lowpc = r->lowpc / sizeof (UNIT); in hist_assign_samples_1() 386 (unsigned long) (sizeof (UNIT) * bin_low_pc), in hist_assign_samples_1() 387 (unsigned long) (sizeof (UNIT) * bin_high_pc), in hist_assign_samples_1() 418 (unsigned long) (sizeof (UNIT) * sym_high_pc), in hist_assign_samples_1() 471 (long) hist_scale * (long) sizeof (UNIT)); in print_header()
|
D | gmon_io.c | 389 UNIT raw_bin_count; in gmon_out_read() 482 hist_num_bins = samp_bytes / sizeof (UNIT); in gmon_out_read() 499 hist_scale = (double)((tmp.high_pc - tmp.low_pc) / sizeof (UNIT)) in gmon_out_read() 634 UNIT raw_bin_count; in gmon_out_write() 687 * sizeof (UNIT) + hdrsize)) in gmon_out_write()
|
D | gprof.h | 107 typedef unsigned char UNIT[2]; /* unit of profiling */ typedef
|
D | cg_print.c | 80 (long) hist_scale * (long) sizeof (UNIT)); in print_header()
|
D | ChangeLog-9203 | 2014 * gprof.h (UNIT): Replace non-standard 'u_short' by 'unsigned
|
/toolchain/binutils/binutils-2.25/cpu/ |
D | frv.cpu | 1763 (name UNIT) 3454 ((UNIT IALL) (FR500-MAJOR I-1) (FR550-MAJOR I-1) 3472 ((UNIT IALL) (FR500-MAJOR I-1) (FR550-MAJOR I-1) 3483 ((UNIT MULT-DIV) (FR500-MAJOR I-1) (FR550-MAJOR I-2) 3497 ((UNIT MULT-DIV) (FR500-MAJOR I-1) (FR550-MAJOR I-2) NON-EXCEPTING 3510 ((UNIT MULT-DIV) (FR500-MAJOR I-1) (FR550-MAJOR I-2) 3524 ((UNIT MULT-DIV) (FR500-MAJOR I-1) (FR550-MAJOR I-2) NON-EXCEPTING 3540 ((UNIT MULT-DIV) (FR500-MAJOR I-1) (FR550-MAJOR I-2) 3592 ((UNIT IACC) (MACH fr400,fr450) 3608 ((UNIT IALL) (FR500-MAJOR I-1) (FR550-MAJOR I-1) [all …]
|
D | ChangeLog | 610 * frv.cpu (cfmovs): Change UNIT attribute to FMALL. 625 (define-attr UNIT): Add MDCUTSSI. 639 (mdcutssi): Change UNIT attribute to MDCUTSSI. 703 * frv.cpu (UNIT): Add IACC. 737 (fmovs): Assign to UNIT FMALL. 771 * frv.cpu (media-dual-complex): Change UNIT to FMALL. 792 * frv.cpu (UNIT): Add IALL, FMALL, FMLOW, STORE, SCAN, DCPL, MDUALACC, 799 (all insns): Use new UNIT attributes.
|
D | frv.opc | 439 Unit1 comes from the insn's UNIT attribute. unit2 comes from one of the 865 abort (); /* No UNIT specified for this insn in frv.cpu. */
|