Home
last modified time | relevance | path

Searched refs:rbx (Results 1 – 25 of 221) sorted by relevance

123456789

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
Dssewidth.asm3 addpd xmm1, dqword [rbx]
6 addps xmm1, dqword [rbx]
9 addsd xmm1, qword [rbx]
12 addss xmm1, dword [rbx]
15 addsubpd xmm1, dqword [rbx]
18 addsubps xmm1, dqword [rbx]
21 andnpd xmm1, dqword [rbx]
24 andnps xmm1, dqword [rbx]
27 andpd xmm1, dqword [rbx]
30 andps xmm1, dqword [rbx]
[all …]
Dripseg.asm5 mov rbx, [foo]
6 mov rbx, [es:foo]
7 mov rbx, [fs:foo]
8 mov rbx, [gs:foo]
9 mov rbx, [rel es:foo]
10 mov rbx, [rel fs:foo]
11 mov rbx, [rel gs:foo]
12 mov rbx, [abs es:foo]
13 mov rbx, [abs fs:foo]
14 mov rbx, [abs gs:foo]
[all …]
Driprel2.asm7 mov rbx,[foo]
9 mov rbx,[dword foo]
12 mov rbx,[rel foo] ; rel
16 mov rbx,[abs foo]
22 mov rbx,[es:foo]
24 mov rbx,[dword es:foo]
27 mov rbx,[rel es:foo] ; rel
31 mov rbx,[abs es:foo]
37 mov rbx,[fs:foo]
39 mov rbx,[dword fs:foo]
[all …]
Driprel1.asm9 mov rbx, val ; 32-bit imm
10 mov rbx, dword val ; 32-bit imm
11 mov rbx, qword val ; 64-bit imm
25 mov rbx, [val] ; 48 8b ... (32-bit disp)
26 mov rbx, [dword val] ; 48 8b ... (32-bit disp)
27 ;mov rbx, [qword val] ; illegal (can't have 64-bit disp)
31 a64 mov rbx, [val] ; 48 8b ... (32-bit disp)
32 a64 mov rbx, [dword val] ; 48 8b ... (32-bit disp)
33 ;a64 mov rbx, [qword val] ; illegal (can't have 64-bit disp)
60 a32 mov rbx, [val] ; 67 48 8b ... (32-bit disp, RIP-rel)
[all …]
Dclmul.asm7 vpclmulqdq xmm1, dqword [rbx], 0x10
9 vpclmulqdq xmm0, xmm1, dqword [rbx], 0x10
15 vpclmullqlqdq xmm1, dqword[rbx]
17 vpclmullqlqdq xmm0, xmm1, dqword[rbx]
23 vpclmulhqlqdq xmm1, dqword[rbx]
25 vpclmulhqlqdq xmm0, xmm1, dqword[rbx]
31 vpclmullqhqdq xmm1, dqword[rbx]
33 vpclmullqhqdq xmm0, xmm1, dqword[rbx]
39 vpclmulhqhqdq xmm1, dqword[rbx]
41 vpclmulhqhqdq xmm0, xmm1, dqword[rbx]
/external/openssl/crypto/bn/asm/
Dmodexp512-x86_64.S11 movq %rdx,%rbx
17 addq %rbx,%r9
19 movq %rdx,%rbx
25 addq %rbx,%r10
27 movq %rdx,%rbx
33 addq %rbx,%r11
35 movq %rdx,%rbx
41 addq %rbx,%r12
43 movq %rdx,%rbx
49 addq %rbx,%r13
[all …]
Dx86_64-gf2m.S28 movq %rdi,%rbx
31 shrq $3,%rbx
33 xorq %rbx,%rdx
80 movq %rcx,%rbx
84 shrq $60,%rbx
89 xorq %rbx,%rdx
95 movq %rcx,%rbx
99 shrq $52,%rbx
104 xorq %rbx,%rdx
110 movq %rcx,%rbx
[all …]
Dx86_64-mont.S17 pushq %rbx
35 movq (%r12),%rbx
42 mulq %rbx
70 mulq %rbx
100 movq (%r12,%r14,8),%rbx
104 mulq %rbx
134 mulq %rbx
205 movq 40(%rsi),%rbx
214 pushq %rbx
233 movq (%r12),%rbx
[all …]
/external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
Dmodexp512-x86_64.S11 movq %rdx,%rbx
17 addq %rbx,%r9
19 movq %rdx,%rbx
25 addq %rbx,%r10
27 movq %rdx,%rbx
33 addq %rbx,%r11
35 movq %rdx,%rbx
41 addq %rbx,%r12
43 movq %rdx,%rbx
49 addq %rbx,%r13
[all …]
Dx86_64-gf2m.S28 movq %rdi,%rbx
31 shrq $3,%rbx
33 xorq %rbx,%rdx
80 movq %rcx,%rbx
84 shrq $60,%rbx
89 xorq %rbx,%rdx
95 movq %rcx,%rbx
99 shrq $52,%rbx
104 xorq %rbx,%rdx
110 movq %rcx,%rbx
[all …]
Dx86_64-mont.S17 pushq %rbx
35 movq (%r12),%rbx
42 mulq %rbx
70 mulq %rbx
100 movq (%r12,%r14,8),%rbx
104 mulq %rbx
134 mulq %rbx
205 movq 40(%rsi),%rbx
214 pushq %rbx
233 movq (%r12),%rbx
[all …]
/external/valgrind/main/none/tests/amd64/
Dcmpxchg.c12 ULong rbx; variable
25 rcx = 0x33333333; rbx = 0x44444444; in main()
28 rax&0xff,rbx&0xff,rcx&0xff); in main()
38 "\tmov " VG_SYM(rbx) ",%rbx\n" in main()
43 "\tmov " VG_SYM(rbx) "(%rip),%rbx\n" in main()
69 rcx = 0x55555555; rbx = 0x55555555; in main()
72 rax&0xff,rbx&0xff,rcx&0xff); in main()
82 "\tmov " VG_SYM(rbx) ",%rbx\n" in main()
87 "\tmov " VG_SYM(rbx) "(%rip),%rbx\n" in main()
113 rcx = 0x33333333; rbx = 0x44444444; in main()
[all …]
/external/chromium_org/v8/test/cctest/
Dtest-disasm-x64.cc64 __ movq(rbx, Operand(rsp, rcx, times_2, 0)); // [rsp+rcx*4] in TEST()
67 __ addq(rdx, rbx); in TEST()
68 __ addq(rdx, Operand(rbx, 0)); in TEST()
69 __ addq(rdx, Operand(rbx, 16)); in TEST()
70 __ addq(rdx, Operand(rbx, 1999)); in TEST()
80 __ addq(rbx, Immediate(12)); in TEST()
88 __ cmpb(rbx, Operand(rbp, rcx, times_2, 0)); in TEST()
89 __ cmpb(Operand(rbp, rcx, times_2, 0), rbx); in TEST()
106 __ bts(Operand(rbx, rcx, times_4, 0), rcx); in TEST()
113 __ push(Operand(rbx, rcx, times_4, 0)); in TEST()
[all …]
/external/llvm/test/MC/X86/
Dx86_64-avx-encoding.s37 vaddss -4(%rcx,%rbx,8), %xmm10, %xmm11
41 vsubss -4(%rcx,%rbx,8), %xmm10, %xmm11
45 vmulss -4(%rcx,%rbx,8), %xmm10, %xmm11
49 vdivss -4(%rcx,%rbx,8), %xmm10, %xmm11
53 vaddsd -4(%rcx,%rbx,8), %xmm10, %xmm11
57 vsubsd -4(%rcx,%rbx,8), %xmm10, %xmm11
61 vmulsd -4(%rcx,%rbx,8), %xmm10, %xmm11
65 vdivsd -4(%rcx,%rbx,8), %xmm10, %xmm11
101 vaddps -4(%rcx,%rbx,8), %xmm10, %xmm11
105 vsubps -4(%rcx,%rbx,8), %xmm10, %xmm11
[all …]
Dx86_64-encoding.s19 crc32b 4(%rbx), %eax
27 crc32w 4(%rbx), %eax
35 crc32l 4(%rbx), %eax
39 crc32l 0xdeadbeef(%rbx,%rcx,8),%ecx
63 crc32b 4(%rbx), %eax
75 crc32b 4(%rbx), %rax
79 crc32q %rbx, %rax
83 crc32q 4(%rbx), %rax
125 movq 57005(,%riz), %rbx
/external/v8/test/cctest/
Dtest-disasm-x64.cc72 __ movq(rbx, Operand(rsp, rcx, times_2, 0)); // [rsp+rcx*4] in TEST()
75 __ addq(rdx, rbx); in TEST()
76 __ addq(rdx, Operand(rbx, 0)); in TEST()
77 __ addq(rdx, Operand(rbx, 16)); in TEST()
78 __ addq(rdx, Operand(rbx, 1999)); in TEST()
88 __ addq(rbx, Immediate(12)); in TEST()
96 __ cmpb(rbx, Operand(rbp, rcx, times_2, 0)); in TEST()
97 __ cmpb(Operand(rbp, rcx, times_2, 0), rbx); in TEST()
123 __ bts(Operand(rbx, rcx, times_4, 0), rcx); in TEST()
130 __ push(Operand(rbx, rcx, times_4, 0)); in TEST()
[all …]
/external/chromium_org/v8/src/x64/
Dbuiltins-x64.cc175 __ CmpObjectType(rax, MAP_TYPE, rbx); in Generate_JSConstructStubHelper()
212 rbx, in Generate_JSConstructStubHelper()
221 __ movq(Operand(rbx, JSObject::kMapOffset), rax); in Generate_JSConstructStubHelper()
223 __ movq(Operand(rbx, JSObject::kPropertiesOffset), rcx); in Generate_JSConstructStubHelper()
224 __ movq(Operand(rbx, JSObject::kElementsOffset), rcx); in Generate_JSConstructStubHelper()
229 __ lea(rcx, Operand(rbx, JSObject::kHeaderSize)); in Generate_JSConstructStubHelper()
235 Operand(rbx, rsi, times_pointer_size, JSObject::kHeaderSize)); in Generate_JSConstructStubHelper()
254 __ or_(rbx, Immediate(kHeapObjectTag)); in Generate_JSConstructStubHelper()
319 __ movq(FieldOperand(rbx, JSObject::kPropertiesOffset), rdi); in Generate_JSConstructStubHelper()
331 __ UndoAllocationInNewSpace(rbx); in Generate_JSConstructStubHelper()
[all …]
Dic-x64.cc377 rbx, in GenerateGeneric()
386 __ SmiToInteger32(rbx, rax); in GenerateGeneric()
397 __ LoadFromNumberDictionary(&slow, rcx, rax, rbx, r9, rdi, rax); in GenerateGeneric()
408 GenerateKeyNameCheck(masm, rax, rcx, rbx, &index_name, &slow); in GenerateGeneric()
415 __ movq(rbx, FieldOperand(rdx, JSObject::kPropertiesOffset)); in GenerateGeneric()
416 __ CompareRoot(FieldOperand(rbx, HeapObject::kMapOffset), in GenerateGeneric()
422 __ movq(rbx, FieldOperand(rdx, HeapObject::kMapOffset)); in GenerateGeneric()
423 __ movl(rcx, rbx); in GenerateGeneric()
445 __ cmpq(rbx, Operand(kScratchRegister, rdi, times_1, off)); in GenerateGeneric()
453 __ cmpq(rbx, Operand(kScratchRegister, rdi, times_1, off)); in GenerateGeneric()
[all …]
/external/v8/src/x64/
Dbuiltins-x64.cc121 __ CmpObjectType(rax, MAP_TYPE, rbx); in Generate_JSConstructStubHelper()
158 rbx, in Generate_JSConstructStubHelper()
167 __ movq(Operand(rbx, JSObject::kMapOffset), rax); in Generate_JSConstructStubHelper()
169 __ movq(Operand(rbx, JSObject::kPropertiesOffset), rcx); in Generate_JSConstructStubHelper()
170 __ movq(Operand(rbx, JSObject::kElementsOffset), rcx); in Generate_JSConstructStubHelper()
175 __ lea(rcx, Operand(rbx, JSObject::kHeaderSize)); in Generate_JSConstructStubHelper()
181 Operand(rbx, rsi, times_pointer_size, JSObject::kHeaderSize)); in Generate_JSConstructStubHelper()
200 __ or_(rbx, Immediate(kHeapObjectTag)); in Generate_JSConstructStubHelper()
265 __ movq(FieldOperand(rbx, JSObject::kPropertiesOffset), rdi); in Generate_JSConstructStubHelper()
277 __ UndoAllocationInNewSpace(rbx); in Generate_JSConstructStubHelper()
[all …]
Dic-x64.cc250 StubCompiler::GenerateLoadStringLength(masm, rax, rdx, rbx, &miss, in GenerateStringLength()
265 StubCompiler::GenerateLoadFunctionPrototype(masm, rax, rdx, rbx, &miss); in GenerateFunctionPrototype()
414 rbx, in GenerateGeneric()
423 __ SmiToInteger32(rbx, rax); in GenerateGeneric()
434 __ LoadFromNumberDictionary(&slow, rcx, rax, rbx, r9, rdi, rax); in GenerateGeneric()
445 GenerateKeyStringCheck(masm, rax, rcx, rbx, &index_string, &slow); in GenerateGeneric()
452 __ movq(rbx, FieldOperand(rdx, JSObject::kPropertiesOffset)); in GenerateGeneric()
453 __ CompareRoot(FieldOperand(rbx, HeapObject::kMapOffset), in GenerateGeneric()
459 __ movq(rbx, FieldOperand(rdx, HeapObject::kMapOffset)); in GenerateGeneric()
460 __ movl(rcx, rbx); in GenerateGeneric()
[all …]
/external/openssl/crypto/modes/asm/
Dghash-x86_64.S7 pushq %rbx
15 xorq %rbx,%rbx
33 xorq 8(%rsi,%rbx,1),%r8
35 xorq (%rsi,%rbx,1),%r9
75 xorq 8(%rsi,%rbx,1),%r8
77 xorq (%rsi,%rbx,1),%r9
86 movq 16(%rsp),%rbx
95 pushq %rbx
116 movq 16+8-128(%rsi),%rbx
121 shrq $4,%rbx
[all …]
/external/chromium_org/third_party/openssl/openssl/crypto/modes/asm/
Dghash-x86_64.S7 pushq %rbx
15 xorq %rbx,%rbx
33 xorq 8(%rsi,%rbx,1),%r8
35 xorq (%rsi,%rbx,1),%r9
75 xorq 8(%rsi,%rbx,1),%r8
77 xorq (%rsi,%rbx,1),%r9
86 movq 16(%rsp),%rbx
95 pushq %rbx
116 movq 16+8-128(%rsi),%rbx
121 shrq $4,%rbx
[all …]
/external/llvm/test/MC/ELF/
Drelax-arith.s19 imul $foo, %rbx, %rbx
20 imul $foo, bar, %rbx
35 and $foo, %rbx
50 or $foo, %rbx
65 xor $foo, %rbx
80 add $foo, %rbx
95 sub $foo, %rbx
110 cmp $foo, %rbx
/external/openssl/crypto/sha/asm/
Dsha512-x86_64.S7 pushq %rbx
27 movq 8(%rdi),%rbx
57 movq %rbx,%r11
66 movq %rbx,%r15
105 xorq %rbx,%r10
112 andq %rbx,%r15
160 addq %r12,%rbx
166 movq %rbx,%r13
174 xorq %rbx,%r13
182 andq %rbx,%r15
[all …]
/external/chromium_org/third_party/openssl/openssl/crypto/sha/asm/
Dsha512-x86_64.S7 pushq %rbx
27 movq 8(%rdi),%rbx
57 movq %rbx,%r11
66 movq %rbx,%r15
105 xorq %rbx,%r10
112 andq %rbx,%r15
160 addq %r12,%rbx
166 movq %rbx,%r13
174 xorq %rbx,%r13
182 andq %rbx,%r15
[all …]

123456789