Comparing int BloombergLP::bslmt::ChronoUtil::timedWait > >(BloombergLP::bslmt::Latch*, std::__1::chrono::time_point > > const&) in assumed vs ignored

Files changed (1) hide show
  1. bslmt_latch.t/{3.assume.s → 3.none.s} +57 -48
bslmt_latch.t/{3.assume.s → 3.none.s} RENAMED
@@ -1,68 +1,77 @@
1
- 00000000004095d0 <int BloombergLP::bslmt::ChronoUtil::timedWait<BloombergLP::bslmt::Latch, HalfClock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > >(BloombergLP::bslmt::Latch*, std::__1::chrono::time_point<HalfClock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > > const&)>:
2
  0000000000000000: 01 pushq %rbp
3
  0000000000000001: 02 pushq %r15
4
  0000000000000003: 02 pushq %r14
5
  0000000000000005: 02 pushq %r13
6
  0000000000000007: 02 pushq %r12
7
  0000000000000009: 01 pushq %rbx
8
  000000000000000a: 04 subq $40, %rsp
9
  000000000000000e: 03 movq %rsi, %rbx
10
  0000000000000011: 03 movq %rdi, %r14
11
  0000000000000014: 05 callq 0x403d30 <_ZNSt3__16chrono12steady_clock3nowEv@plt>
12
  0000000000000019: 03 movq %rax, %r15
13
  000000000000001c: 04 shrq $63, %r15
14
  0000000000000020: 03 addq %rax, %r15
15
  0000000000000023: 03 sarq %r15
16
  0000000000000026: 05 movl $4294967295, %eax
17
  000000000000002b: 03 cmpq (%rbx), %r15
18
- 000000000000002e: 06 jge 0x4096a0 <int BloombergLP::bslmt::ChronoUtil::timedWait<BloombergLP::bslmt::Latch, HalfClock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > >(BloombergLP::bslmt::Latch*, std::__1::chrono::time_point<HalfClock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > > const&)+0xd0>
19
  0000000000000034: 10 movabsq $1237940039285380275, %r13
20
  000000000000003e: 03 movq %rsp, %r12
21
  0000000000000041: 05 leaq 16(%rsp), %rbp
22
  0000000000000046: 10 nopw %cs:(%rax,%rax)
23
- 0000000000000050: 05 cmpl $1, 88(%r14)
24
- 0000000000000055: 02 jne 0x409630 <int BloombergLP::bslmt::ChronoUtil::timedWait<BloombergLP::bslmt::Latch, HalfClock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > >(BloombergLP::bslmt::Latch*, std::__1::chrono::time_point<HalfClock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > > const&)+0x60>
25
- 0000000000000057: 05 callq 0x430f80 <BloombergLP::bsls::SystemTime::nowMonotonicClock()>
26
- 000000000000005c: 02 jmp 0x409635 <int BloombergLP::bslmt::ChronoUtil::timedWait<BloombergLP::bslmt::Latch, HalfClock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > >(BloombergLP::bslmt::Latch*, std::__1::chrono::time_point<HalfClock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > > const&)+0x65>
27
- 000000000000005e: 02 nop
28
- 0000000000000060: 05 callq 0x431010 <BloombergLP::bsls::SystemTime::nowRealtimeClock()>
29
- 0000000000000065: 04 movq %rax, (%rsp)
30
- 0000000000000069: 04 movl %edx, 8(%rsp)
31
- 000000000000006d: 03 movq (%rbx), %rcx
32
- 0000000000000070: 03 subq %r15, %rcx
33
- 0000000000000073: 03 movq %rcx, %rax
34
- 0000000000000076: 03 imulq %r13
35
- 0000000000000079: 03 movq %rdx, %rax
36
- 000000000000007c: 04 shrq $63, %rax
37
- 0000000000000080: 04 sarq $26, %rdx
38
- 0000000000000084: 03 addq %rax, %rdx
39
- 0000000000000087: 06 imull $3294967296, %edx, %eax
40
- 000000000000008d: 02 addl %eax, %ecx
41
- 000000000000008f: 03 movq %r12, %rdi
42
- 0000000000000092: 03 movq %rdx, %rsi
43
- 0000000000000095: 02 movl %ecx, %edx
44
- 0000000000000097: 05 callq 0x431130 <BloombergLP::bsls::TimeInterval::addInterval(long long, int)>
45
- 000000000000009c: 03 movups (%rax), %xmm0
46
- 000000000000009f: 05 movaps %xmm0, 16(%rsp)
47
- 00000000000000a4: 03 movq %r14, %rdi
48
- 00000000000000a7: 03 movq %rbp, %rsi
49
- 00000000000000aa: 05 callq 0x409bc0 <BloombergLP::bslmt::Latch::timedWait(BloombergLP::bsls::TimeInterval const&)>
50
- 00000000000000af: 03 cmpl $-1, %eax
51
- 00000000000000b2: 02 jne 0x4096a0 <int BloombergLP::bslmt::ChronoUtil::timedWait<BloombergLP::bslmt::Latch, HalfClock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > >(BloombergLP::bslmt::Latch*, std::__1::chrono::time_point<HalfClock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > > const&)+0xd0>
52
- 00000000000000b4: 05 callq 0x403d30 <_ZNSt3__16chrono12steady_clock3nowEv@plt>
53
- 00000000000000b9: 03 movq %rax, %r15
54
- 00000000000000bc: 04 shrq $63, %r15
55
- 00000000000000c0: 03 addq %rax, %r15
56
- 00000000000000c3: 03 sarq %r15
57
- 00000000000000c6: 03 cmpq (%rbx), %r15
58
- 00000000000000c9: 02 jl 0x409620 <int BloombergLP::bslmt::ChronoUtil::timedWait<BloombergLP::bslmt::Latch, HalfClock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > >(BloombergLP::bslmt::Latch*, std::__1::chrono::time_point<HalfClock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > > const&)+0x50>
59
- 00000000000000cb: 05 movl $4294967295, %eax
60
- 00000000000000d0: 04 addq $40, %rsp
61
- 00000000000000d4: 01 popq %rbx
62
- 00000000000000d5: 02 popq %r12
63
- 00000000000000d7: 02 popq %r13
64
- 00000000000000d9: 02 popq %r14
65
- 00000000000000db: 02 popq %r15
66
- 00000000000000dd: 01 popq %rbp
67
- 00000000000000de: 01 retq
68
- 00000000000000df: 01 nop
 
 
 
 
 
 
 
 
 
1
+ 00000000004096f0 <int BloombergLP::bslmt::ChronoUtil::timedWait<BloombergLP::bslmt::Latch, HalfClock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > >(BloombergLP::bslmt::Latch*, std::__1::chrono::time_point<HalfClock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > > const&)>:
2
  0000000000000000: 01 pushq %rbp
3
  0000000000000001: 02 pushq %r15
4
  0000000000000003: 02 pushq %r14
5
  0000000000000005: 02 pushq %r13
6
  0000000000000007: 02 pushq %r12
7
  0000000000000009: 01 pushq %rbx
8
  000000000000000a: 04 subq $40, %rsp
9
  000000000000000e: 03 movq %rsi, %rbx
10
  0000000000000011: 03 movq %rdi, %r14
11
  0000000000000014: 05 callq 0x403d30 <_ZNSt3__16chrono12steady_clock3nowEv@plt>
12
  0000000000000019: 03 movq %rax, %r15
13
  000000000000001c: 04 shrq $63, %r15
14
  0000000000000020: 03 addq %rax, %r15
15
  0000000000000023: 03 sarq %r15
16
  0000000000000026: 05 movl $4294967295, %eax
17
  000000000000002b: 03 cmpq (%rbx), %r15
18
+ 000000000000002e: 06 jge 0x4097e3 <int BloombergLP::bslmt::ChronoUtil::timedWait<BloombergLP::bslmt::Latch, HalfClock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > >(BloombergLP::bslmt::Latch*, std::__1::chrono::time_point<HalfClock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > > const&)+0xf3>
19
  0000000000000034: 10 movabsq $1237940039285380275, %r13
20
  000000000000003e: 03 movq %rsp, %r12
21
  0000000000000041: 05 leaq 16(%rsp), %rbp
22
  0000000000000046: 10 nopw %cs:(%rax,%rax)
23
+ 0000000000000050: 04 movl 88(%r14), %eax
24
+ 0000000000000054: 02 testl %eax, %eax
25
+ 0000000000000056: 02 je 0x409760 <int BloombergLP::bslmt::ChronoUtil::timedWait<BloombergLP::bslmt::Latch, HalfClock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > >(BloombergLP::bslmt::Latch*, std::__1::chrono::time_point<HalfClock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > > const&)+0x70>
26
+ 0000000000000058: 03 cmpl $1, %eax
27
+ 000000000000005b: 02 jne 0x409770 <int BloombergLP::bslmt::ChronoUtil::timedWait<BloombergLP::bslmt::Latch, HalfClock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > >(BloombergLP::bslmt::Latch*, std::__1::chrono::time_point<HalfClock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > > const&)+0x80>
28
+ 000000000000005d: 05 callq 0x431140 <BloombergLP::bsls::SystemTime::nowMonotonicClock()>
29
+ 0000000000000062: 02 jmp 0x409765 <int BloombergLP::bslmt::ChronoUtil::timedWait<BloombergLP::bslmt::Latch, HalfClock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > >(BloombergLP::bslmt::Latch*, std::__1::chrono::time_point<HalfClock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > > const&)+0x75>
30
+ 0000000000000064: 10 nopw %cs:(%rax,%rax)
31
+ 000000000000006e: 02 nop
32
+ 0000000000000070: 05 callq 0x4311d0 <BloombergLP::bsls::SystemTime::nowRealtimeClock()>
33
+ 0000000000000075: 02 jmp 0x409774 <int BloombergLP::bslmt::ChronoUtil::timedWait<BloombergLP::bslmt::Latch, HalfClock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > >(BloombergLP::bslmt::Latch*, std::__1::chrono::time_point<HalfClock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > > const&)+0x84>
34
+ 0000000000000077: 09 nopw (%rax,%rax)
35
+ 0000000000000080: 02 xorl %edx, %edx
36
+ 0000000000000082: 02 xorl %eax, %eax
37
+ 0000000000000084: 04 movq %rax, (%rsp)
38
+ 0000000000000088: 04 movl %edx, 8(%rsp)
39
+ 000000000000008c: 03 movq (%rbx), %rcx
40
+ 000000000000008f: 03 subq %r15, %rcx
41
+ 0000000000000092: 03 movq %rcx, %rax
42
+ 0000000000000095: 03 imulq %r13
43
+ 0000000000000098: 03 movq %rdx, %rax
44
+ 000000000000009b: 04 shrq $63, %rax
45
+ 000000000000009f: 04 sarq $26, %rdx
46
+ 00000000000000a3: 03 addq %rax, %rdx
47
+ 00000000000000a6: 06 imull $3294967296, %edx, %eax
48
+ 00000000000000ac: 02 addl %eax, %ecx
49
+ 00000000000000ae: 03 movq %r12, %rdi
50
+ 00000000000000b1: 03 movq %rdx, %rsi
51
+ 00000000000000b4: 02 movl %ecx, %edx
52
+ 00000000000000b6: 05 callq 0x4312f0 <BloombergLP::bsls::TimeInterval::addInterval(long long, int)>
53
+ 00000000000000bb: 03 movups (%rax), %xmm0
54
+ 00000000000000be: 05 movaps %xmm0, 16(%rsp)
55
+ 00000000000000c3: 03 movq %r14, %rdi
56
+ 00000000000000c6: 03 movq %rbp, %rsi
57
+ 00000000000000c9: 05 callq 0x409d30 <BloombergLP::bslmt::Latch::timedWait(BloombergLP::bsls::TimeInterval const&)>
58
+ 00000000000000ce: 03 cmpl $-1, %eax
59
+ 00000000000000d1: 02 jne 0x4097e3 <int BloombergLP::bslmt::ChronoUtil::timedWait<BloombergLP::bslmt::Latch, HalfClock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > >(BloombergLP::bslmt::Latch*, std::__1::chrono::time_point<HalfClock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > > const&)+0xf3>
60
+ 00000000000000d3: 05 callq 0x403d30 <_ZNSt3__16chrono12steady_clock3nowEv@plt>
61
+ 00000000000000d8: 03 movq %rax, %r15
62
+ 00000000000000db: 04 shrq $63, %r15
63
+ 00000000000000df: 03 addq %rax, %r15
64
+ 00000000000000e2: 03 sarq %r15
65
+ 00000000000000e5: 03 cmpq (%rbx), %r15
66
+ 00000000000000e8: 06 jl 0x409740 <int BloombergLP::bslmt::ChronoUtil::timedWait<BloombergLP::bslmt::Latch, HalfClock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > >(BloombergLP::bslmt::Latch*, std::__1::chrono::time_point<HalfClock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > > const&)+0x50>
67
+ 00000000000000ee: 05 movl $4294967295, %eax
68
+ 00000000000000f3: 04 addq $40, %rsp
69
+ 00000000000000f7: 01 popq %rbx
70
+ 00000000000000f8: 02 popq %r12
71
+ 00000000000000fa: 02 popq %r13
72
+ 00000000000000fc: 02 popq %r14
73
+ 00000000000000fe: 02 popq %r15
74
+ 0000000000000100: 01 popq %rbp
75
+ 0000000000000101: 01 retq
76
+ 0000000000000102: 10 nopw %cs:(%rax,%rax)
77
+ 000000000000010c: 04 nopl (%rax)