Searched refs:arm2 (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/binutils/ld/testsuite/ld-arm/
H A Darm-movwt.s9 movw r0, #:lower16:arm2
10 movt r1, #:upper16:arm2
11 movw r2, #:lower16:(arm2 - arm1)
12 movt r3, #:upper16:(arm2 - arm1)
21 movw r7, #:lower16:arm2
22 movt r6, #:upper16:arm2
23 movw r5, #:lower16:(arm2 - arm1)
24 movt r4, #:upper16:(arm2 - arm1)
32 arm2: label
33 movw r0, #:lower16:(arm1 - arm2)
[all...]
/haiku-buildtools/gcc/gcc/
H A Dgimplify.c3020 tree tmp, arm1, arm2;
3171 &arm2);
3173 cond_stmt = gimple_build_cond (pred_code, arm1, arm2, label_true,
3017 tree tmp, arm1, arm2; local
3168 &arm2); local
H A Domp-low.c4357 tree label_true, arm1, arm2;
4362 arm2 = TREE_OPERAND (predicate, 1);
4364 gimplify_expr (&arm2, stmt_list, NULL, is_gimple_val, fb_rvalue);
4365 stmt = gimple_build_cond (TREE_CODE (predicate), arm1, arm2,
4356 tree label_true, arm1, arm2; local

Completed in 182 milliseconds