Searched refs:cpu (Results 1 - 25 of 249) sorted by relevance

12345678910

/haiku-buildtools/binutils/gas/testsuite/gas/arm/
H A Dattr-cpu-directive.s1 .cpu cortex-a8
H A Dattr-override-mcpu.s1 .cpu arm7tdmi
H A Dattr-abi-hardfp-use-0.s1 .cpu cortex-m7
H A Dattr-abi-hardfp-use-2.s1 .cpu cortex-m7
H A Dattr-abi-hardfp-use-3.s1 .cpu cortex-m7
H A Dattr-override-cpu-directive.s1 .cpu arm7tdmi
H A Dattr-abi-hardfp-use-1.s1 .cpu cortex-m7
/haiku-buildtools/binutils/ld/testsuite/ld-arm/
H A Darch-v6.s1 .cpu arm1136jfs
H A Darch-v6k.s1 .cpu mpcore
H A Darch-v6t2.s1 .cpu arm1156t2f-s
H A Dattr-merge-7a.s1 .cpu cortex-a9
H A Dattr-merge-7b.s1 .cpu cortex-a9
/haiku-buildtools/binutils/gas/testsuite/gas/arc/
H A Dnps400-0.s1 .cpu NPS400
H A Dcpu-em-err.s1 ;;; Check if .cpu em doesn't have code-density ops.
3 .cpu em
H A Dcpu-warn2.s1 ; Test warnings when multiple .cpu pseudo-ops are defined.
3 .cpu EM
4 .cpu HS ;{ dg-error "Error: Multiple .cpu directives found" }
H A Dcpu-warn1.s1 ; Test mismatch between cpu option passed by mcpu option and .cpu
5 .cpu EM; { dg-warning "Warning: Command-line value overrides \".cpu\" directive" }
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D950919-1.c2 #if empty#cpu(m68k)
H A Dpr39041.c21 int cpu; local
22 for (cpu = 0; cpu < 1; cpu++) {
23 if (test_bit(cpu, cpumask.bits))
24 inc(&trace.data[cpu]->disabled);
25 if (!test_bit(cpu, cpumask.bits))
26 dec(&trace.data[cpu]->disabled);
/haiku-buildtools/binutils/gold/testsuite/
H A Darm_attr_merge_6a.s1 .cpu cortex-a9
H A Darm_attr_merge_6b.s1 .cpu cortex-a9
H A Darm_attr_merge_7a.s1 .cpu cortex-a9
H A Darm_attr_merge_7b.s1 .cpu cortex-a9
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/cpp/
H A Dassert4.c134 /* Check for #cpu and #machine assertions. */
137 # if !#cpu(alpha) || !#machine(alpha) \
138 || (defined __alpha_cix__ && !#cpu(cix)) \
139 || (!defined __alpha_cix__ && #cpu(cix)) \
140 || (defined __alpha_fix__ && !#cpu(fix)) \
141 || (!defined __alpha_fix__ && #cpu(fix)) \
142 || (defined __alpha_bwx__ && !#cpu(bwx)) \
143 || (!defined __alpha_bwx__ && #cpu(bwx)) \
144 || (defined __alpha_max__ && !#cpu(max)) \
145 || (!defined __alpha_max__ && #cpu(ma
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/arm/
H A Dpr50305.c23 event_alloc (int cpu) argument
30 if (cpu >= nr_cpu_ids)
52 if (cpu)
55 for (cpu = 0; cpu < nr_cpu_ids; cpu++)
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpr31490.c8 int cpu (void *attr) {} function
9 const uintptr_t x __attribute__((section("foo"))) = (uintptr_t)&cpu;

Completed in 174 milliseconds

12345678910