HomeSort by relevance Sort by last modified time
    Searched refs:BP (Results 1 - 25 of 318) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/unittests/Support/
BranchProbabilityTest.cpp 23 typedef BranchProbability BP;
25 EXPECT_EQ(306783378u, BP(1, 7).getNumerator());
26 EXPECT_EQ(1u << 31, BP(1, 7).getDenominator());
27 EXPECT_EQ(0u, BP::getZero().getNumerator());
28 EXPECT_EQ(1u << 31, BP::getZero().getDenominator());
29 EXPECT_EQ(1u << 31, BP::getOne().getNumerator());
30 EXPECT_EQ(1u << 31, BP::getOne().getDenominator());
34 EXPECT_TRUE(BP(1, 7) < BP(2, 7));
35 EXPECT_TRUE(BP(1, 7) < BP(1, 4))
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/sha1/
sha1block_386.s 103 MOVL dig+0(FP), BP
110 MOVL (0*4)(BP), AX
111 MOVL (1*4)(BP), BX
112 MOVL (2*4)(BP), CX
113 MOVL (3*4)(BP), DX
114 MOVL (4*4)(BP), BP
128 MOVL BP, 80(SP)
130 ROUND1(AX, BX, CX, DX, BP, 0)
131 ROUND1(BP, AX, BX, CX, DX, 1
    [all...]
sha1block_amd64p32.s 24 // To ensure safety for Native Client, avoids use of BP and R15
112 #define BP R13 /* keep diff from sha1block_amd64.s small */
113 ROUND1(AX, BX, CX, DX, BP, 0)
114 ROUND1(BP, AX, BX, CX, DX, 1)
115 ROUND1(DX, BP, AX, BX, CX, 2)
116 ROUND1(CX, DX, BP, AX, BX, 3)
117 ROUND1(BX, CX, DX, BP, AX, 4)
118 ROUND1(AX, BX, CX, DX, BP, 5)
119 ROUND1(BP, AX, BX, CX, DX, 6)
120 ROUND1(DX, BP, AX, BX, CX, 7
    [all...]
  /prebuilts/go/linux-x86/src/crypto/sha1/
sha1block_386.s 103 MOVL dig+0(FP), BP
110 MOVL (0*4)(BP), AX
111 MOVL (1*4)(BP), BX
112 MOVL (2*4)(BP), CX
113 MOVL (3*4)(BP), DX
114 MOVL (4*4)(BP), BP
128 MOVL BP, 80(SP)
130 ROUND1(AX, BX, CX, DX, BP, 0)
131 ROUND1(BP, AX, BX, CX, DX, 1
    [all...]
sha1block_amd64p32.s 24 // To ensure safety for Native Client, avoids use of BP and R15
112 #define BP R13 /* keep diff from sha1block_amd64.s small */
113 ROUND1(AX, BX, CX, DX, BP, 0)
114 ROUND1(BP, AX, BX, CX, DX, 1)
115 ROUND1(DX, BP, AX, BX, CX, 2)
116 ROUND1(CX, DX, BP, AX, BX, 3)
117 ROUND1(BX, CX, DX, BP, AX, 4)
118 ROUND1(AX, BX, CX, DX, BP, 5)
119 ROUND1(BP, AX, BX, CX, DX, 6)
120 ROUND1(DX, BP, AX, BX, CX, 7
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/asm/testdata/
amd64error.s 14 VPGATHERDQ Y2, (BP)(AX*2), Y1 // ERROR "invalid instruction"
19 VPGATHERQQ X2, (BP)(Y7*2), X1 // ERROR "invalid instruction"
21 VPGATHERQQ Y2, (BP)(X7*2), Y1 // ERROR "invalid instruction"
27 VPGATHERQQ Y2, (BP)(X2*2), Y2 // ERROR "mask, index, and destination registers should be distinct"
28 VPGATHERQQ Y2, (BP)(X2*2), Y7 // ERROR "mask, index, and destination registers should be distinct"
29 VPGATHERQQ Y2, (BP)(X7*2), Y2 // ERROR "mask, index, and destination registers should be distinct"
30 VPGATHERQQ Y7, (BP)(X2*2), Y2 // ERROR "mask, index, and destination registers should be distinct"
  /prebuilts/go/linux-x86/src/cmd/asm/internal/asm/testdata/
amd64error.s 14 VPGATHERDQ Y2, (BP)(AX*2), Y1 // ERROR "invalid instruction"
19 VPGATHERQQ X2, (BP)(Y7*2), X1 // ERROR "invalid instruction"
21 VPGATHERQQ Y2, (BP)(X7*2), Y1 // ERROR "invalid instruction"
27 VPGATHERQQ Y2, (BP)(X2*2), Y2 // ERROR "mask, index, and destination registers should be distinct"
28 VPGATHERQQ Y2, (BP)(X2*2), Y7 // ERROR "mask, index, and destination registers should be distinct"
29 VPGATHERQQ Y2, (BP)(X7*2), Y2 // ERROR "mask, index, and destination registers should be distinct"
30 VPGATHERQQ Y7, (BP)(X2*2), Y2 // ERROR "mask, index, and destination registers should be distinct"
  /art/test/993-breakpoints/src/art/
Test993.java 317 private static Breakpoint.Manager.BP BP(Executable m) {
318 return new Breakpoint.Manager.BP(m) {
355 Breakpoint.Manager.BP[] tc1_bps = new Breakpoint.Manager.BP[] {
356 BP(tc1_construct),
365 Breakpoint.Manager.BP[] tc1ext_bps = new Breakpoint.Manager.BP[] {
366 BP(tc1_construct), BP(tc1ext_construct)
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/md5/
md5block_386.s 18 XORL c, BP; \
20 ANDL b, BP; \
21 XORL d, BP; \
23 ADDL BP, a; \
25 MOVL c, BP; \
32 MOVL d, BP; \
33 NOTL BP; \
34 ANDL c, BP; \
35 ORL DI, BP; \
37 ADDL BP, a;
    [all...]
  /prebuilts/go/linux-x86/src/crypto/md5/
md5block_386.s 18 XORL c, BP; \
20 ANDL b, BP; \
21 XORL d, BP; \
23 ADDL BP, a; \
25 MOVL c, BP; \
32 MOVL d, BP; \
33 NOTL BP; \
34 ANDL c, BP; \
35 ORL DI, BP; \
37 ADDL BP, a;
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/sha256/
sha256block_386.s 49 MOVL AX, (index*4)(BP)
55 MOVL ((index-2)*4)(BP), AX; \
61 MOVL ((index-15)*4)(BP), BX; \
69 ADDL ((index-7)*4)(BP), AX; \
72 ADDL ((index-16)*4)(BP), BX; \
74 MOVL AX, ((index)*4)(BP)
157 MOVL dig+0(FP), BP
158 MOVL (0*4)(BP), AX // a = H0
160 MOVL (1*4)(BP), BX // b = H1
162 MOVL (2*4)(BP), CX // c = H
    [all...]
  /prebuilts/go/linux-x86/src/crypto/sha256/
sha256block_386.s 49 MOVL AX, (index*4)(BP)
55 MOVL ((index-2)*4)(BP), AX; \
61 MOVL ((index-15)*4)(BP), BX; \
69 ADDL ((index-7)*4)(BP), AX; \
72 ADDL ((index-16)*4)(BP), BX; \
74 MOVL AX, ((index)*4)(BP)
157 MOVL dig+0(FP), BP
158 MOVL (0*4)(BP), AX // a = H0
160 MOVL (1*4)(BP), BX // b = H1
162 MOVL (2*4)(BP), CX // c = H
    [all...]
  /prebuilts/go/darwin-x86/src/sync/atomic/
asm_amd64.s 16 MOVQ addr+0(FP), BP
18 XCHGL AX, 0(BP)
26 MOVQ addr+0(FP), BP
28 XCHGQ AX, 0(BP)
39 MOVQ addr+0(FP), BP
43 CMPXCHGL CX, 0(BP)
54 MOVQ addr+0(FP), BP
58 CMPXCHGQ CX, 0(BP)
66 MOVQ addr+0(FP), BP
70 XADDL AX, 0(BP)
    [all...]
  /prebuilts/go/linux-x86/src/sync/atomic/
asm_amd64.s 16 MOVQ addr+0(FP), BP
18 XCHGL AX, 0(BP)
26 MOVQ addr+0(FP), BP
28 XCHGQ AX, 0(BP)
39 MOVQ addr+0(FP), BP
43 CMPXCHGL CX, 0(BP)
54 MOVQ addr+0(FP), BP
58 CMPXCHGQ CX, 0(BP)
66 MOVQ addr+0(FP), BP
70 XADDL AX, 0(BP)
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/rc4/
rc4_386.s 11 MOVL state+12(FP), BP
25 MOVBLZX (BP)(AX*4), DX
30 MOVBLZX (BP)(BX*4), CX
31 MOVB CX, (BP)(AX*4)
32 MOVB DX, (BP)(BX*4)
37 MOVB (BP)(CX*4), CX
  /prebuilts/go/linux-x86/src/crypto/rc4/
rc4_386.s 11 MOVL state+12(FP), BP
25 MOVBLZX (BP)(AX*4), DX
30 MOVBLZX (BP)(BX*4), CX
31 MOVB CX, (BP)(AX*4)
32 MOVB DX, (BP)(BX*4)
37 MOVB (BP)(CX*4), CX
  /art/test/1911-get-local-var-table/src/art/
Breakpoint.java 26 public static class BP {
30 public BP(Executable method) {
34 public BP(Executable method, long location) {
41 return (other instanceof BP) &&
42 method.equals(((BP)other).method) &&
43 location == ((BP)other).location;
74 private Set<BP> breaks = new HashSet<>();
76 public void setBreakpoints(BP... bs) {
77 for (BP b : bs) {
84 setBreakpoints(new BP(method, location))
    [all...]
  /art/test/1912-get-set-local-primitive/src/art/
Breakpoint.java 26 public static class BP {
30 public BP(Executable method) {
34 public BP(Executable method, long location) {
41 return (other instanceof BP) &&
42 method.equals(((BP)other).method) &&
43 location == ((BP)other).location;
74 private Set<BP> breaks = new HashSet<>();
76 public void setBreakpoints(BP... bs) {
77 for (BP b : bs) {
84 setBreakpoints(new BP(method, location))
    [all...]
  /art/test/1913-get-set-local-objects/src/art/
Breakpoint.java 26 public static class BP {
30 public BP(Executable method) {
34 public BP(Executable method, long location) {
41 return (other instanceof BP) &&
42 method.equals(((BP)other).method) &&
43 location == ((BP)other).location;
74 private Set<BP> breaks = new HashSet<>();
76 public void setBreakpoints(BP... bs) {
77 for (BP b : bs) {
84 setBreakpoints(new BP(method, location))
    [all...]
  /art/test/1914-get-local-instance/src/art/
Breakpoint.java 26 public static class BP {
30 public BP(Executable method) {
34 public BP(Executable method, long location) {
41 return (other instanceof BP) &&
42 method.equals(((BP)other).method) &&
43 location == ((BP)other).location;
74 private Set<BP> breaks = new HashSet<>();
76 public void setBreakpoints(BP... bs) {
77 for (BP b : bs) {
84 setBreakpoints(new BP(method, location))
    [all...]
  /art/test/1915-get-set-local-current-thread/src/art/
Breakpoint.java 26 public static class BP {
30 public BP(Executable method) {
34 public BP(Executable method, long location) {
41 return (other instanceof BP) &&
42 method.equals(((BP)other).method) &&
43 location == ((BP)other).location;
74 private Set<BP> breaks = new HashSet<>();
76 public void setBreakpoints(BP... bs) {
77 for (BP b : bs) {
84 setBreakpoints(new BP(method, location))
    [all...]
  /art/test/1916-get-set-current-frame/src/art/
Breakpoint.java 26 public static class BP {
30 public BP(Executable method) {
34 public BP(Executable method, long location) {
41 return (other instanceof BP) &&
42 method.equals(((BP)other).method) &&
43 location == ((BP)other).location;
74 private Set<BP> breaks = new HashSet<>();
76 public void setBreakpoints(BP... bs) {
77 for (BP b : bs) {
84 setBreakpoints(new BP(method, location))
    [all...]
  /art/test/1917-get-stack-frame/src/art/
Breakpoint.java 26 public static class BP {
30 public BP(Executable method) {
34 public BP(Executable method, long location) {
41 return (other instanceof BP) &&
42 method.equals(((BP)other).method) &&
43 location == ((BP)other).location;
74 private Set<BP> breaks = new HashSet<>();
76 public void setBreakpoints(BP... bs) {
77 for (BP b : bs) {
84 setBreakpoints(new BP(method, location))
    [all...]
  /art/test/1923-frame-pop/src/art/
Breakpoint.java 26 public static class BP {
30 public BP(Executable method) {
34 public BP(Executable method, long location) {
41 return (other instanceof BP) &&
42 method.equals(((BP)other).method) &&
43 location == ((BP)other).location;
74 private Set<BP> breaks = new HashSet<>();
76 public void setBreakpoints(BP... bs) {
77 for (BP b : bs) {
84 setBreakpoints(new BP(method, location))
    [all...]
  /art/test/1924-frame-pop-toggle/src/art/
Breakpoint.java 26 public static class BP {
30 public BP(Executable method) {
34 public BP(Executable method, long location) {
41 return (other instanceof BP) &&
42 method.equals(((BP)other).method) &&
43 location == ((BP)other).location;
74 private Set<BP> breaks = new HashSet<>();
76 public void setBreakpoints(BP... bs) {
77 for (BP b : bs) {
84 setBreakpoints(new BP(method, location))
    [all...]

Completed in 492 milliseconds

1 2 3 4 5 6 7 8 91011>>