HomeSort by relevance Sort by last modified time
    Searched defs:xt (Results 1 - 25 of 48) sorted by null

1 2

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/
tocopt4b.s 2 .globl xt
3 xt: label
6 # This testcase will fail with a warning "xt defined on removed toc entry"
9 # The small-toc access from tocopt4a.s doesn't cause xt entry to be marked
16 # addis 9,2,xt@toc@ha
17 # ld 9,xt@toc@l(9)
tocopt2.s 1 .globl xt
3 xt: label
9 addis 9,2,xt@toc@ha
10 ld 9,xt@toc@l(9)
  /external/compiler-rt/test/builtins/Unit/
ashrti3_test.c 32 twords xt; local
33 xt.all = x;
38 at.s.high, at.s.low, b, xt.s.high, xt.s.low,
fixtfti_test.c 30 twords xt; local
31 xt.all = x;
38 a, xt.s.high, xt.s.low, expectedt.s.high, expectedt.s.low);
lshrti3_test.c 32 twords xt; local
33 xt.all = x;
38 at.s.high, at.s.low, b, xt.s.high, xt.s.low,
mulvti3_test.c 34 twords xt; local
35 xt.all = x;
40 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low,
negti2_test.c 30 twords xt; local
31 xt.all = x;
36 at.s.high, at.s.low, xt.s.high, xt.s.low, expectedt.s.high, expectedt.s.low);
negvti2_test.c 34 twords xt; local
35 xt.all = x;
40 at.s.high, at.s.low, xt.s.high, xt.s.low, expectedt.s.high, expectedt.s.low);
absvti2_test.c 36 twords xt; local
37 xt.all = x;
42 at.s.high, at.s.low, xt.s.high, xt.s.low,
addvti3_test.c 35 twords xt; local
36 xt.all = x;
41 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low,
ashlti3_test.c 34 twords xt; local
35 xt.all = x;
40 at.s.high, at.s.low, b, xt.s.high, xt.s.low,
divti3_test.c 32 twords xt; local
33 xt.all = x;
38 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low,
fixdfti_test.c 34 twords xt; local
35 xt.all = x;
39 a, xt.s.high, xt.s.low, expectedt.s.high, expectedt.s.low);
fixsfti_test.c 34 twords xt; local
35 xt.all = x;
39 a, xt.s.high, xt.s.low, expectedt.s.high, expectedt.s.low);
fixunsdfti_test.c 36 utwords xt; local
37 xt.all = x;
41 a, xt.s.high, xt.s.low, expectedt.s.high, expectedt.s.low);
fixunssfti_test.c 36 utwords xt; local
37 xt.all = x;
41 a, xt.s.high, xt.s.low, expectedt.s.high, expectedt.s.low);
fixunstfti_test.c 36 twords xt; local
37 xt.all = x;
44 a, xt.s.high, xt.s.low, expectedt.s.high, expectedt.s.low);
fixunsxfti_test.c 37 utwords xt; local
38 xt.all = x;
42 a, xt.s.high, xt.s.low, expectedt.s.high, expectedt.s.low);
fixxfti_test.c 35 utwords xt; local
36 xt.all = x;
40 a, xt.s.high, xt.s.low, expectedt.s.high, expectedt.s.low);
modti3_test.c 32 twords xt; local
33 xt.all = x;
38 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low,
muloti4_test.c 34 twords xt; local
35 xt.all = x;
43 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low,
53 twords xt; local
54 xt.all = x;
59 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low,
multi3_test.c 30 twords xt; local
31 xt.all = x;
36 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low,
subvti3_test.c 36 twords xt; local
37 xt.all = x;
42 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low,
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
arch7em.s 140 xt: label
  /external/proguard/src/proguard/gui/splash/
CircleSprite.java 61 int xt = x.getInt(time); local
67 graphics.fillOval(xt - r, yt - r, 2 * r, 2 * r);
71 graphics.drawOval(xt - r, yt - r, 2 * r, 2 * r);

Completed in 1058 milliseconds

1 2