Home
last modified time | relevance | path

Searched refs:pred (Results 1 – 19 of 19) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
Dpred-rel.s3 .pred.rel "mutex", p1, p2
4 .pred.rel "imply", p2, p3
5 .pred.rel "clear", p1, p2, p3
7 .pred.rel "mutex" p1, p2
8 .pred.rel "imply" p2, p3
9 .pred.rel "clear" p1, p2, p3
11 .pred.rel.mutex p1, p2
12 .pred.rel.imply p2, p3
13 .pred.rel.clear p1, p2, p3
15 .pred.rel @mutex, p1, p2
[all …]
Ddv-safe.s7 .pred.safe_across_calls p1-p4
8 .pred.safe_across_calls p1,p2,p3,p4
9 .pred.safe_across_calls p1-p2,p3-p4
10 .pred.safe_across_calls p1-p3,p4
Ddv-mutex-err.s11 .pred.rel.mutex p1, p2
17 .pred.rel.mutex p1, p2
23 .pred.rel.mutex p1, p2
29 .pred.rel.mutex p1, p2
Ddv-imply.s6 .pred.rel.imply p1, p2
13 .pred.rel.imply p1, p2
36 .pred.rel.imply p1,p3
Ddv-mutex.s7 .pred.rel.mutex p1, p2, p3
Dpound.s30 .pred.rel "mutex", p#[0], p[1]
Dpound.l39 [[:space:]]*[[:digit:]]+[[:space:]]+\.pred\.rel "mutex", p#\[0\], p\[1\]
/toolchain/binutils/binutils-2.25/libiberty/
Dinsque.c37 insque (struct qelem *elem, struct qelem *pred) in insque() argument
39 elem -> q_forw = pred -> q_forw; in insque()
40 pred -> q_forw -> q_back = elem; in insque()
41 elem -> q_back = pred; in insque()
42 pred -> q_forw = elem; in insque()
Dfunctions.texi569 struct qelem *@var{pred})
574 after @var{pred}. The @code{remque} routine removes @var{elem} from
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-ia64/
Dlocal1.s1 .pred.safe_across_calls p1-p5,p16-p63
Derror1.s2 .pred.safe_across_calls p1-p5,p16-p63
Dtlsbin.s20 .pred.safe_across_calls p1-p5,p16-p63
Dtlsbinpic.s35 .pred.safe_across_calls p1-p5,p16-p63
Dtlspic1.s34 .pred.safe_across_calls p1-p5,p16-p63
Dundefined.s2 .pred.safe_across_calls p1-p5,p16-p63
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-ia64.c3503 dot_restorereg (int pred) in dot_restorereg() argument
3508 const char * const po = pred ? "restorereg.p" : "restorereg"; in dot_restorereg()
3513 if (pred) in dot_restorereg()
3520 convert_expr_to_ab_reg (&e, &ab, &reg, po, 1 + pred); in dot_restorereg()
4039 dot_spillreg (int pred) in dot_spillreg() argument
4044 const char * const po = pred ? "spillreg.p" : "spillreg"; in dot_spillreg()
4049 if (pred) in dot_spillreg()
4056 convert_expr_to_ab_reg (&e, &ab, &reg, po, 1 + pred); in dot_spillreg()
4062 convert_expr_to_xy_reg (&e, &xy, &treg, po, 2 + pred); in dot_spillreg()
4071 int pred = (psprel < 0), sep; in dot_spillmem() local
[all …]
/toolchain/binutils/binutils-2.25/cpu/
Dm32r.cpu1401 ; Note: `pred' is the constraint. Also useful here is (ref name)
1406 ; - cycles(done),issue,pred are also specified this way
1410 ((m32r/d (unit u-load (pred (const 1)))
1411 (unit u-exec (in sr #f) (in dr sr) (out dr sr) (cycles 0) (pred (const 1))))
1413 (unit u-exec (in sr #f) (in dr sr) (out dr sr) (cycles 0) (pred (const 1))))
1415 (unit u-exec (in sr #f) (in dr sr) (out dr sr) (cycles 0) (pred (const 1))))
/toolchain/binutils/binutils-2.25/binutils/po/
Dsk.po155 msgstr " [b] - vložiť súbor(y) pred [názov-člena] (rovnaké ako [i])\n"
2532 " -A, --print-file-name Vypísať názov výstupného súboru pred každý symbol\n"
2990 msgstr "%s:%d: predčasné ukončenie riadka"
3487 msgstr "chyba: štart adresa by mala byť pred koncovou adresou"
3539 msgstr "Posledné testovacie záznamy pred chybou:\n"
5284 msgstr "%s: bol dosiahnutý koniec tabuľky symbolov pred koncom indexu\n"
5970 " -f --print-file-name Vypísať názov súboru pred každým reťazcom\n"
/toolchain/binutils/binutils-2.25/gas/testsuite/
DChangeLog-20051557 * gas/ia64/pred-rel.s: New.