Comparing int BloombergLP::bslmt::ThreadUtil::createWithAllocator(unsigned long*, BloombergLP::bslmt::ThreadAttributes const&, BSLMT_MUTEX_CASE_MINUS_1::F const&, BloombergLP::bslma::Allocator*) in assumed vs ignored

Files changed (1) hide show
  1. bslmt_mutex.t/{0.assume.s → 0.none.s} +90 -82
bslmt_mutex.t/{0.assume.s → 0.none.s} RENAMED
@@ -1,94 +1,102 @@
1
  0000000000405490 <int BloombergLP::bslmt::ThreadUtil::createWithAllocator<BSLMT_MUTEX_CASE_MINUS_1::F>(unsigned long*, BloombergLP::bslmt::ThreadAttributes const&, BSLMT_MUTEX_CASE_MINUS_1::F const&, BloombergLP::bslma::Allocator*)>:
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: 01 pushq %rax
9
  000000000000000b: 03 movq %rcx, %r14
10
  000000000000000e: 03 movq %rdx, %r12
11
  0000000000000011: 03 movq %rsi, %r15
12
  0000000000000014: 04 movq %rdi, (%rsp)
13
- 0000000000000018: 04 movq 48(%rsi), %r13
14
- 000000000000001c: 05 cmpq $23, 56(%rsi)
15
- 0000000000000021: 02 je 0x4054b9 <int BloombergLP::bslmt::ThreadUtil::createWithAllocator<BSLMT_MUTEX_CASE_MINUS_1::F>(unsigned long*, BloombergLP::bslmt::ThreadAttributes const&, BSLMT_MUTEX_CASE_MINUS_1::F const&, BloombergLP::bslma::Allocator*)+0x29>
16
- 0000000000000023: 04 movq 24(%r15), %rbp
17
- 0000000000000027: 02 jmp 0x4054bd <int BloombergLP::bslmt::ThreadUtil::createWithAllocator<BSLMT_MUTEX_CASE_MINUS_1::F>(unsigned long*, BloombergLP::bslmt::ThreadAttributes const&, BSLMT_MUTEX_CASE_MINUS_1::F const&, BloombergLP::bslma::Allocator*)+0x2d>
18
- 0000000000000029: 04 leaq 24(%r15), %rbp
19
- 000000000000002d: 03 movq (%r14), %rax
20
- 0000000000000030: 05 movl $64, %esi
21
- 0000000000000035: 03 movq %r14, %rdi
22
- 0000000000000038: 03 callq *16(%rax)
23
- 000000000000003b: 03 movq %rax, %rbx
24
- 000000000000003e: 07 movq $4216272, (%rax)
25
- 0000000000000045: 04 movb (%r12), %al
26
- 0000000000000049: 03 movb %al, 8(%rbx)
27
- 000000000000004c: 04 leaq 16(%rbx), %rdi
28
- 0000000000000050: 08 movq $0, 16(%rbx)
29
- 0000000000000058: 04 movq %r14, 56(%rbx)
30
- 000000000000005c: 07 movaps 53645(%rip), %xmm0 # 412680 <__dso_handle+0x138>
31
- 0000000000000063: 04 movups %xmm0, 40(%rbx)
32
- 0000000000000067: 05 movl $4270517, %ecx
33
- 000000000000006c: 03 movq %rbp, %rsi
34
- 000000000000006f: 03 movq %r13, %rdx
35
- 0000000000000072: 05 callq 0x408220 <bsl::basic_string<char, std::__1::char_traits<char>, bsl::allocator<char> >::privateAppend(char const*, unsigned long, char const*)>
36
- 0000000000000077: 05 movl $4217200, %edx
37
- 000000000000007c: 04 movq (%rsp), %rdi
38
- 0000000000000080: 03 movq %r15, %rsi
39
- 0000000000000083: 03 movq %rbx, %rcx
40
- 0000000000000086: 05 callq 0x405ff0 <BloombergLP::bslmt::ThreadUtilImpl<BloombergLP::bslmt::Platform::PosixThreads>::create(unsigned long*, BloombergLP::bslmt::ThreadAttributes const&, void* (*)(void*), void*)>
41
- 000000000000008b: 02 movl %eax, %ebp
42
- 000000000000008d: 02 testl %eax, %eax
43
- 000000000000008f: 02 je 0x40554a <int BloombergLP::bslmt::ThreadUtil::createWithAllocator<BSLMT_MUTEX_CASE_MINUS_1::F>(unsigned long*, BloombergLP::bslmt::ThreadAttributes const&, BSLMT_MUTEX_CASE_MINUS_1::F const&, BloombergLP::bslma::Allocator*)+0xba>
44
- 0000000000000091: 05 cmpq $23, 48(%rbx)
45
- 0000000000000096: 02 je 0x405536 <int BloombergLP::bslmt::ThreadUtil::createWithAllocator<BSLMT_MUTEX_CASE_MINUS_1::F>(unsigned long*, BloombergLP::bslmt::ThreadAttributes const&, BSLMT_MUTEX_CASE_MINUS_1::F const&, BloombergLP::bslma::Allocator*)+0xa6>
46
- 0000000000000098: 04 movq 16(%rbx), %rsi
47
- 000000000000009c: 04 movq 56(%rbx), %rdi
48
- 00000000000000a0: 03 movq (%rdi), %rax
49
- 00000000000000a3: 03 callq *24(%rax)
50
- 00000000000000a6: 08 movq $-1, 40(%rbx)
51
- 00000000000000ae: 03 movq (%r14), %rax
52
- 00000000000000b1: 03 movq %r14, %rdi
53
- 00000000000000b4: 03 movq %rbx, %rsi
54
- 00000000000000b7: 03 callq *24(%rax)
55
- 00000000000000ba: 02 movl %ebp, %eax
56
- 00000000000000bc: 04 addq $8, %rsp
57
- 00000000000000c0: 01 popq %rbx
58
- 00000000000000c1: 02 popq %r12
59
- 00000000000000c3: 02 popq %r13
60
- 00000000000000c5: 02 popq %r14
61
- 00000000000000c7: 02 popq %r15
62
- 00000000000000c9: 01 popq %rbp
63
- 00000000000000ca: 01 retq
64
- 00000000000000cb: 03 movq %rax, %rdi
65
- 00000000000000ce: 05 callq 0x4051c0 <__clang_call_terminate>
66
- 00000000000000d3: 03 movq %rax, %rdi
67
- 00000000000000d6: 05 callq 0x4051c0 <__clang_call_terminate>
68
- 00000000000000db: 03 movq %rax, %r15
69
- 00000000000000de: 05 cmpq $23, 48(%rbx)
70
- 00000000000000e3: 02 je 0x405583 <int BloombergLP::bslmt::ThreadUtil::createWithAllocator<BSLMT_MUTEX_CASE_MINUS_1::F>(unsigned long*, BloombergLP::bslmt::ThreadAttributes const&, BSLMT_MUTEX_CASE_MINUS_1::F const&, BloombergLP::bslma::Allocator*)+0xf3>
71
- 00000000000000e5: 04 movq 16(%rbx), %rsi
72
- 00000000000000e9: 04 movq 56(%rbx), %rdi
73
- 00000000000000ed: 03 movq (%rdi), %rax
74
- 00000000000000f0: 03 callq *24(%rax)
75
- 00000000000000f3: 08 movq $-1, 40(%rbx)
76
- 00000000000000fb: 03 movq (%r14), %rax
77
- 00000000000000fe: 03 movq %r14, %rdi
78
- 0000000000000101: 03 movq %rbx, %rsi
79
- 0000000000000104: 03 callq *24(%rax)
80
- 0000000000000107: 02 jmp 0x4055c0 <int BloombergLP::bslmt::ThreadUtil::createWithAllocator<BSLMT_MUTEX_CASE_MINUS_1::F>(unsigned long*, BloombergLP::bslmt::ThreadAttributes const&, BSLMT_MUTEX_CASE_MINUS_1::F const&, BloombergLP::bslma::Allocator*)+0x130>
81
- 0000000000000109: 03 movq %rax, %rdi
82
- 000000000000010c: 05 callq 0x4051c0 <__clang_call_terminate>
83
- 0000000000000111: 03 movq %rax, %rdi
84
- 0000000000000114: 05 callq 0x4051c0 <__clang_call_terminate>
85
- 0000000000000119: 03 movq %rax, %r15
86
- 000000000000011c: 08 movq $0, 40(%rbx)
87
- 0000000000000124: 03 movq (%r14), %rax
88
- 0000000000000127: 03 movq %r14, %rdi
89
- 000000000000012a: 03 movq %rbx, %rsi
90
- 000000000000012d: 03 callq *24(%rax)
91
- 0000000000000130: 03 movq %r15, %rdi
92
- 0000000000000133: 05 callq 0x4035b0 <_Unwind_Resume@plt>
93
- 0000000000000138: 03 movq %rax, %rdi
94
- 000000000000013b: 05 callq 0x4051c0 <__clang_call_terminate>
 
 
 
 
 
 
 
 
1
  0000000000405490 <int BloombergLP::bslmt::ThreadUtil::createWithAllocator<BSLMT_MUTEX_CASE_MINUS_1::F>(unsigned long*, BloombergLP::bslmt::ThreadAttributes const&, BSLMT_MUTEX_CASE_MINUS_1::F const&, BloombergLP::bslma::Allocator*)>:
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: 01 pushq %rax
9
  000000000000000b: 03 movq %rcx, %r14
10
  000000000000000e: 03 movq %rdx, %r12
11
  0000000000000011: 03 movq %rsi, %r15
12
  0000000000000014: 04 movq %rdi, (%rsp)
13
+ 0000000000000018: 05 cmpq $23, 56(%rsi)
14
+ 000000000000001d: 02 je 0x4054b5 <int BloombergLP::bslmt::ThreadUtil::createWithAllocator<BSLMT_MUTEX_CASE_MINUS_1::F>(unsigned long*, BloombergLP::bslmt::ThreadAttributes const&, BSLMT_MUTEX_CASE_MINUS_1::F const&, BloombergLP::bslma::Allocator*)+0x25>
15
+ 000000000000001f: 04 movq 24(%r15), %r13
16
+ 0000000000000023: 02 jmp 0x4054b9 <int BloombergLP::bslmt::ThreadUtil::createWithAllocator<BSLMT_MUTEX_CASE_MINUS_1::F>(unsigned long*, BloombergLP::bslmt::ThreadAttributes const&, BSLMT_MUTEX_CASE_MINUS_1::F const&, BloombergLP::bslma::Allocator*)+0x29>
17
+ 0000000000000025: 04 leaq 24(%r15), %r13
18
+ 0000000000000029: 04 movq 48(%r15), %rbp
19
+ 000000000000002d: 03 testq %r14, %r14
20
+ 0000000000000030: 02 jne 0x4054d6 <int BloombergLP::bslmt::ThreadUtil::createWithAllocator<BSLMT_MUTEX_CASE_MINUS_1::F>(unsigned long*, BloombergLP::bslmt::ThreadAttributes const&, BSLMT_MUTEX_CASE_MINUS_1::F const&, BloombergLP::bslma::Allocator*)+0x46>
21
+ 0000000000000032: 07 movq 2184015(%rip), %r14 # 61a818 <BloombergLP::bslma::Default::s_defaultAllocator>
22
+ 0000000000000039: 03 testq %r14, %r14
23
+ 000000000000003c: 02 jne 0x4054d6 <int BloombergLP::bslmt::ThreadUtil::createWithAllocator<BSLMT_MUTEX_CASE_MINUS_1::F>(unsigned long*, BloombergLP::bslmt::ThreadAttributes const&, BSLMT_MUTEX_CASE_MINUS_1::F const&, BloombergLP::bslma::Allocator*)+0x46>
24
+ 000000000000003e: 05 callq 0x412260 <BloombergLP::bslma::Default::determineAndReturnDefaultAllocator()>
25
+ 0000000000000043: 03 movq %rax, %r14
26
+ 0000000000000046: 03 movq (%r14), %rax
27
+ 0000000000000049: 05 movl $64, %esi
28
+ 000000000000004e: 03 movq %r14, %rdi
29
+ 0000000000000051: 03 callq *16(%rax)
30
+ 0000000000000054: 03 movq %rax, %rbx
31
+ 0000000000000057: 07 movq $4216304, (%rax)
32
+ 000000000000005e: 04 movb (%r12), %al
33
+ 0000000000000062: 03 movb %al, 8(%rbx)
34
+ 0000000000000065: 04 leaq 16(%rbx), %rdi
35
+ 0000000000000069: 08 movq $0, 16(%rbx)
36
+ 0000000000000071: 04 movq %r14, 56(%rbx)
37
+ 0000000000000075: 07 movaps 53652(%rip), %xmm0 # 4126a0 <__dso_handle+0x138>
38
+ 000000000000007c: 04 movups %xmm0, 40(%rbx)
39
+ 0000000000000080: 05 movl $4270545, %ecx
40
+ 0000000000000085: 03 movq %r13, %rsi
41
+ 0000000000000088: 03 movq %rbp, %rdx
42
+ 000000000000008b: 05 callq 0x408260 <bsl::basic_string<char, std::__1::char_traits<char>, bsl::allocator<char> >::privateAppend(char const*, unsigned long, char const*)>
43
+ 0000000000000090: 05 movl $4217232, %edx
44
+ 0000000000000095: 04 movq (%rsp), %rdi
45
+ 0000000000000099: 03 movq %r15, %rsi
46
+ 000000000000009c: 03 movq %rbx, %rcx
47
+ 000000000000009f: 05 callq 0x406010 <BloombergLP::bslmt::ThreadUtilImpl<BloombergLP::bslmt::Platform::PosixThreads>::create(unsigned long*, BloombergLP::bslmt::ThreadAttributes const&, void* (*)(void*), void*)>
48
+ 00000000000000a4: 02 movl %eax, %ebp
49
+ 00000000000000a6: 02 testl %eax, %eax
50
+ 00000000000000a8: 02 je 0x405563 <int BloombergLP::bslmt::ThreadUtil::createWithAllocator<BSLMT_MUTEX_CASE_MINUS_1::F>(unsigned long*, BloombergLP::bslmt::ThreadAttributes const&, BSLMT_MUTEX_CASE_MINUS_1::F const&, BloombergLP::bslma::Allocator*)+0xd3>
51
+ 00000000000000aa: 05 cmpq $23, 48(%rbx)
52
+ 00000000000000af: 02 je 0x40554f <int BloombergLP::bslmt::ThreadUtil::createWithAllocator<BSLMT_MUTEX_CASE_MINUS_1::F>(unsigned long*, BloombergLP::bslmt::ThreadAttributes const&, BSLMT_MUTEX_CASE_MINUS_1::F const&, BloombergLP::bslma::Allocator*)+0xbf>
53
+ 00000000000000b1: 04 movq 16(%rbx), %rsi
54
+ 00000000000000b5: 04 movq 56(%rbx), %rdi
55
+ 00000000000000b9: 03 movq (%rdi), %rax
56
+ 00000000000000bc: 03 callq *24(%rax)
57
+ 00000000000000bf: 08 movq $-1, 40(%rbx)
58
+ 00000000000000c7: 03 movq (%r14), %rax
59
+ 00000000000000ca: 03 movq %r14, %rdi
60
+ 00000000000000cd: 03 movq %rbx, %rsi
61
+ 00000000000000d0: 03 callq *24(%rax)
62
+ 00000000000000d3: 02 movl %ebp, %eax
63
+ 00000000000000d5: 04 addq $8, %rsp
64
+ 00000000000000d9: 01 popq %rbx
65
+ 00000000000000da: 02 popq %r12
66
+ 00000000000000dc: 02 popq %r13
67
+ 00000000000000de: 02 popq %r14
68
+ 00000000000000e0: 02 popq %r15
69
+ 00000000000000e2: 01 popq %rbp
70
+ 00000000000000e3: 01 retq
71
+ 00000000000000e4: 03 movq %rax, %rdi
72
+ 00000000000000e7: 05 callq 0x4051c0 <__clang_call_terminate>
73
+ 00000000000000ec: 03 movq %rax, %rdi
74
+ 00000000000000ef: 05 callq 0x4051c0 <__clang_call_terminate>
75
+ 00000000000000f4: 03 movq %rax, %rbp
76
+ 00000000000000f7: 05 cmpq $23, 48(%rbx)
77
+ 00000000000000fc: 02 je 0x40559c <int BloombergLP::bslmt::ThreadUtil::createWithAllocator<BSLMT_MUTEX_CASE_MINUS_1::F>(unsigned long*, BloombergLP::bslmt::ThreadAttributes const&, BSLMT_MUTEX_CASE_MINUS_1::F const&, BloombergLP::bslma::Allocator*)+0x10c>
78
+ 00000000000000fe: 04 movq 16(%rbx), %rsi
79
+ 0000000000000102: 04 movq 56(%rbx), %rdi
80
+ 0000000000000106: 03 movq (%rdi), %rax
81
+ 0000000000000109: 03 callq *24(%rax)
82
+ 000000000000010c: 08 movq $-1, 40(%rbx)
83
+ 0000000000000114: 03 movq (%r14), %rax
84
+ 0000000000000117: 03 movq %r14, %rdi
85
+ 000000000000011a: 03 movq %rbx, %rsi
86
+ 000000000000011d: 03 callq *24(%rax)
87
+ 0000000000000120: 02 jmp 0x4055d9 <int BloombergLP::bslmt::ThreadUtil::createWithAllocator<BSLMT_MUTEX_CASE_MINUS_1::F>(unsigned long*, BloombergLP::bslmt::ThreadAttributes const&, BSLMT_MUTEX_CASE_MINUS_1::F const&, BloombergLP::bslma::Allocator*)+0x149>
88
+ 0000000000000122: 03 movq %rax, %rdi
89
+ 0000000000000125: 05 callq 0x4051c0 <__clang_call_terminate>
90
+ 000000000000012a: 03 movq %rax, %rdi
91
+ 000000000000012d: 05 callq 0x4051c0 <__clang_call_terminate>
92
+ 0000000000000132: 03 movq %rax, %rbp
93
+ 0000000000000135: 08 movq $0, 40(%rbx)
94
+ 000000000000013d: 03 movq (%r14), %rax
95
+ 0000000000000140: 03 movq %r14, %rdi
96
+ 0000000000000143: 03 movq %rbx, %rsi
97
+ 0000000000000146: 03 callq *24(%rax)
98
+ 0000000000000149: 03 movq %rbp, %rdi
99
+ 000000000000014c: 05 callq 0x4035b0 <_Unwind_Resume@plt>
100
+ 0000000000000151: 03 movq %rax, %rdi
101
+ 0000000000000154: 05 callq 0x4051c0 <__clang_call_terminate>
102
+ 0000000000000159: 07 nopl (%rax)