Home
last modified time | relevance | path

Searched refs:magic_milli (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/gcc/gcc/config/pa/
Dpa-protos.h179 extern const int magic_milli[];
Dpredicates.md542 && INTVAL (op) < 16 && magic_milli[INTVAL (op)])));
Dpa.c5434 const int magic_milli[]= {0, 0, 0, 1, 0, 1, 1, 1, 0, 1, 1, 0, 1, 0, 1, 1}; variable
5448 && magic_milli[INTVAL (operands[2])]) in emit_hpdiv_const()
/openbsd/src/gnu/usr.bin/gcc/gcc/config/pa/
Dpa.c4908 static const int magic_milli[]= {0, 0, 0, 1, 0, 1, 1, 1, 0, 1, 1, 0, 1, 0, variable
4925 && INTVAL (op) < 16 && magic_milli[INTVAL (op)])));
4936 && magic_milli[INTVAL (operands[2])])
/openbsd/src/gnu/usr.bin/gcc/gcc/
DChangeLog.69201 * pa.c (import_string, magic_milli): Likewise.