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

1 2 3 4 5 6

  /external/llvm/test/MC/ELF/
cfi-reg.s 11 .cfi_offset rbx, -16
18 // CHECK: .cfi_offset %rbx, -16
relax-arith.s 14 imul $foo, %rbx, %rbx
15 imul $foo, bar, %rbx
24 and $foo, %rbx
34 or $foo, %rbx
44 xor $foo, %rbx
54 add $foo, %rbx
64 sub $foo, %rbx
74 cmp $foo, %rbx
  /external/llvm/test/MC/X86/
x86_64-encoding.s 17 // CHECK: crc32b 4(%rbx), %eax
19 crc32b 4(%rbx), %eax
25 // CHECK: crc32w 4(%rbx), %eax
27 crc32w 4(%rbx), %eax
33 // CHECK: crc32l 4(%rbx), %eax
35 crc32l 4(%rbx), %eax
37 // CHECK: crc32l 3735928559(%rbx,%rcx,8), %ecx
39 crc32l 0xdeadbeef(%rbx,%rcx,8),%ecx
61 // CHECK: crc32b 4(%rbx), %eax
63 crc32b 4(%rbx), %ea
    [all...]
x86_64-avx-encoding.s 35 // CHECK: vaddss -4(%rcx,%rbx,8), %xmm10, %xmm11
37 vaddss -4(%rcx,%rbx,8), %xmm10, %xmm11
39 // CHECK: vsubss -4(%rcx,%rbx,8), %xmm10, %xmm11
41 vsubss -4(%rcx,%rbx,8), %xmm10, %xmm11
43 // CHECK: vmulss -4(%rcx,%rbx,8), %xmm10, %xmm11
45 vmulss -4(%rcx,%rbx,8), %xmm10, %xmm11
47 // CHECK: vdivss -4(%rcx,%rbx,8), %xmm10, %xmm11
49 vdivss -4(%rcx,%rbx,8), %xmm10, %xmm11
51 // CHECK: vaddsd -4(%rcx,%rbx,8), %xmm10, %xmm11
53 vaddsd -4(%rcx,%rbx,8), %xmm10, %xmm1
    [all...]
  /external/valgrind/main/none/tests/amd64/
cmpxchg.c 12 ULong rbx; variable
25 rcx = 0x33333333; rbx = 0x44444444;
28 rax&0xff,rbx&0xff,rcx&0xff);
32 "\tpush %rbx\n"
38 "\tmov " VG_SYM(rbx) ",%rbx\n"
43 "\tmov " VG_SYM(rbx) "(%rip),%rbx\n"
50 "\tmov %rbx," VG_SYM(rbx_out) "\n"
54 "\tmov %rbx," VG_SYM(rbx_out) "(%rip)\n
    [all...]
cmpxchg.stdout.exp 13 cmpxchg %rbx,%rcx (rax=222222222 rbx=444444444 rcx=333333333)
14 rax!=rcx so rax should equal rcx (Result rax=333333333 rbx=444444444 rcx=333333333)
15 cmpxchg %rbx,%rcx (rax=777777777 rbx=555555555 rcx=555555555)
16 rax==rcx so ecx should equal rbx (Result rax=555555555 rbx=555555555 rcx=555555555)
  /external/openssl/crypto/bn/asm/
modexp512-x86_64.S 11 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,%r1
    [all...]
x86_64-gf2m.S 28 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...]
x86_64-mont.S 17 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/llvm/test/MC/COFF/
seh.s 35 pushq %rbx
37 mov %rsp, %rbx
47 lea (%rbx), %rsp
48 pop %rbx
  /external/v8/test/cctest/
test-disasm-x64.cc 72 __ movq(rbx, Operand(rsp, rcx, times_2, 0)); // [rsp+rcx*4]
75 __ addq(rdx, rbx);
76 __ addq(rdx, Operand(rbx, 0));
77 __ addq(rdx, Operand(rbx, 16));
78 __ addq(rdx, Operand(rbx, 1999));
88 __ addq(rbx, Immediate(12));
96 __ cmpb(rbx, Operand(rbp, rcx, times_2, 0));
97 __ cmpb(Operand(rbp, rcx, times_2, 0), rbx); local
123 __ bts(Operand(rbx, rcx, times_4, 0), rcx);
130 __ push(Operand(rbx, rcx, times_4, 0))
    [all...]