Searched refs:AL (Results 1 - 25 of 26) sorted by relevance

12

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Ddi-longlong64-sync-1.c27 static long long AL[24]; variable
28 /* Values copied into AL before we start. */
43 /* This is what should be in AL at the end. */
65 __sync_val_compare_and_swap (AL+0, 0x100000002ll, 0x1234567890ll);
66 __sync_bool_compare_and_swap (AL+1, 0x200000003ll, 0x1234567890ll);
67 __sync_lock_test_and_set (AL+2, 1);
68 __sync_lock_release (AL+3);
72 __sync_val_compare_and_swap (AL+4, 0x000000002ll, 0x1234567890ll);
73 __sync_val_compare_and_swap (AL+5, 0x100000000ll, 0x1234567890ll);
74 __sync_bool_compare_and_swap (AL
[all...]
H A Dsync-3.c51 static short AL[18]; variable
58 if (__sync_fetch_and_add(AL+4, 1) != 0)
60 if (__sync_fetch_and_add(AL+5, 4) != 0)
62 if (__sync_fetch_and_add(AL+6, 22) != 0)
64 if (__sync_fetch_and_sub(AL+7, 12) != 0)
66 if (__sync_fetch_and_and(AL+8, 7) != -1)
68 if (__sync_fetch_and_or(AL+9, 8) != 0)
70 if (__sync_fetch_and_xor(AL+10, 9) != 0)
72 if (__sync_fetch_and_nand(AL+11, 7) != -1)
75 if (__sync_add_and_fetch(AL
[all...]
H A Dsync-2.c54 static short AL[18]; variable
61 if (__sync_fetch_and_add(AL+4, 1) != 0)
63 if (__sync_fetch_and_add(AL+5, 4) != 0)
65 if (__sync_fetch_and_add(AL+6, 22) != 0)
67 if (__sync_fetch_and_sub(AL+7, 12) != 0)
69 if (__sync_fetch_and_and(AL+8, 7) != -1)
71 if (__sync_fetch_and_or(AL+9, 8) != 0)
73 if (__sync_fetch_and_xor(AL+10, 9) != 0)
75 if (__sync_fetch_and_nand(AL+11, 7) != -1)
78 if (__sync_add_and_fetch(AL
[all...]
H A Dia64-sync-2.c68 static long AL[18]; variable
75 if (__sync_val_compare_and_swap(AL+0, 0, 1) != 0)
77 if (__sync_val_compare_and_swap(AL+0, 0, 1) != 1)
79 if (__sync_bool_compare_and_swap(AL+1, 0, 1) != 1)
81 if (__sync_bool_compare_and_swap(AL+1, 0, 1) != 0)
84 if (__sync_lock_test_and_set(AL+2, 1) != 0)
87 if (__sync_fetch_and_add(AL+4, 1) != 0)
89 if (__sync_fetch_and_add(AL+5, 4) != 0)
91 if (__sync_fetch_and_add(AL+6, 22) != 0)
93 if (__sync_fetch_and_sub(AL
[all...]
H A Dia64-sync-1.c40 static long AL[12]; variable
47 __sync_val_compare_and_swap(AL+0, 0, 1);
48 __sync_bool_compare_and_swap(AL+1, 0, 1);
49 __sync_lock_test_and_set(AL+2, 1);
50 __sync_lock_release(AL+3);
52 __sync_fetch_and_add(AL+4, 1);
53 __sync_fetch_and_add(AL+5, 4);
54 __sync_fetch_and_add(AL+6, 22);
55 __sync_fetch_and_sub(AL+7, 12);
56 __sync_fetch_and_and(AL
[all...]
H A Dia64-sync-3.c41 static long AL[4]; variable
48 if (__sync_val_compare_and_swap(AL+0, -30, -115) != -30)
50 if (__sync_val_compare_and_swap(AL+0, -30, -115) != -115)
52 if (__sync_bool_compare_and_swap(AL+1, -30, -115) != 1)
54 if (__sync_bool_compare_and_swap(AL+1, -30, -115) != 0)
57 if (__sync_val_compare_and_swap(AL+2, AL[2], 25) != -50)
59 if (__sync_val_compare_and_swap(AL+2, AL[2], 25) != 25)
61 if (__sync_bool_compare_and_swap(AL
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dinitlist-lifetime1.C17 typedef std::initializer_list<A> AL; typedef
18 typedef std::initializer_list<AL> AL2;
22 AL al;
23 const AL& alr;
31 AL ar[] = {{1,2},{3,4}};
H A Dinitlist-lifetime2.C17 typedef std::initializer_list<A> AL; typedef
18 typedef std::initializer_list<AL> AL2;
22 AL al;
23 const AL& alr;
33 AL ar[2];
48 AL ar[2] = {{1,2},{3,4}};
/haiku-buildtools/binutils/ld/testsuite/ld-ia64/
H A Dlink-order.d8 \[[ 0-9]+\] \.IA_64.unwind[ \t]+IA_64_UNWIND[ \t0-9a-f]+AL[ \t]+1[ \t]+1[ \t]+8
/haiku-buildtools/legacy/binutils/ld/testsuite/ld-ia64/
H A Dlink-order.d8 \[[ 0-9]+\] \.IA_64.unwind[ \t]+IA_64_UNWIND[ \t0-9a-f]+AL[ \t]+1[ \t]+1[ \t]+8
/haiku-buildtools/binutils/gas/testsuite/gas/ia64/
H A Dunwind.d20 0000000000000008 0000000000000000 AL 1 1 8
H A Dunwind-ilp32.d15 \[ 5\] .IA_64.unwind IA_64_UNWIND 00000000 000048 000008 00 AL 1 1 8
/haiku-buildtools/binutils/gas/testsuite/gas/d30v/
H A Dguard.s16 ADD/AL r1,r2,r3
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/d30v/
H A Dguard.s16 ADD/AL r1,r2,r3
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/ia64/
H A Dunwind-ilp32.d15 \[ 5\] .IA_64.unwind IA_64_UNWIND 00000000 000048 000008 00 AL 1 1 8
H A Dunwind.d20 0000000000000008 0000000000000000 AL 1 1 8
/haiku-buildtools/binutils/gas/testsuite/gas/i386/ilp32/
H A Dx86-64.s25 ADD AL,0x11
37 MOV AL, 0x11
91 MOV AL,FLAT:[0x8877665544332211]
93 MOV FLAT:[0x8877665544332211],AL
/haiku-buildtools/binutils/gas/testsuite/gas/i386/
H A Dx86_64.s25 ADD AL,0x11
37 MOV AL, 0x11
91 MOVABS AL,FLAT:[0x8877665544332211]
93 MOVABS FLAT:[0x8877665544332211],AL
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/i386/
H A Dx86_64.s25 ADD AL,0x11
37 MOV AL, 0x11
91 MOVABS AL,[0x8877665544332211]
93 MOVABS [0x8877665544332211],AL
/haiku-buildtools/legacy/binutils/opcodes/
H A Di386-dis.c279 #define AL OP_IMREG, al_reg macro
524 { "addB", AL, Ib, XX },
533 { "orB", AL, Ib, XX },
542 { "adcB", AL, Ib, XX },
551 { "sbbB", AL, Ib, XX },
560 { "andB", AL, Ib, XX },
569 { "subB", AL, Ib, XX },
578 { "xorB", AL, Ib, XX },
587 { "cmpB", AL, Ib, XX },
700 { "movB", AL, O
[all...]
/haiku-buildtools/binutils/gas/testsuite/gas/mips/
H A Dmips16-insn-e.s95 jr.e $16 # RR # J(AL)R(C) # JR rx
H A Dmips16-insn-t.s95 jr.t $16 # RR # J(AL)R(C) # JR rx
/haiku-buildtools/binutils/gas/testsuite/gas/aarch64/
H A Ddiagnostic.l97 [^:]*:99: Error: operand 3 must be one of the standard conditions, excluding AL and NV. -- `cinc w0,w1,al'
98 [^:]*:100: Error: operand 3 must be one of the standard conditions, excluding AL and NV. -- `cinc w0,w1,nv'
99 [^:]*:101: Error: operand 2 must be one of the standard conditions, excluding AL and NV. -- `cset w0,al'
100 [^:]*:102: Error: operand 2 must be one of the standard conditions, excluding AL and NV. -- `cset w0,nv'
/haiku-buildtools/binutils/opcodes/
H A Di386-dis.c335 #define AL { OP_IMREG, al_reg } macro
2523 { "addB", { AL, Ib }, 0 },
2532 { "orB", { AL, Ib }, 0 },
2541 { "adcB", { AL, Ib }, 0 },
2550 { "sbbB", { AL, Ib }, 0 },
2559 { "andB", { AL, Ib }, 0 },
2568 { "subB", { AL, Ib }, 0 },
2577 { "xorB", { AL, Ib }, 0 },
2586 { "cmpB", { AL, Ib }, 0 },
2699 { "mov%LB", { AL, O
[all...]
/haiku-buildtools/binutils/binutils/testsuite/binutils-all/mips/
H A Dmips16-extend-insn.s424 extend 0x123 # RR # J(AL)R(C) # JR rx

Completed in 311 milliseconds

12