HomeSort by relevance Sort by last modified time
    Searched full:movb (Results 176 - 200 of 227) sorted by null

1 2 3 4 5 6 78 910

  /external/valgrind/main/perf/
tinycc.c     [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/tests/pass64/
dwarf64_leb128.asm 267 movb $0, 12(%rax)
375 movb %al, 12(%rbx)
478 movb %al, 12(%rbx)
581 movb %al, 12(%rbx)
690 movb %al, 12(%r13)
858 movb $0, 12(%rax)
924 movb $0, 12(%rbx)
967 movb %al, 12(%rbx)
988 movb %al, 12(%rbx)
1008 movb %al, 12(%rbx
    [all...]
  /art/compiler/utils/x86_64/
assembler_x86_64.cc 221 void X86_64Assembler::movb(CpuRegister /*dst*/, const Address& /*src*/) { function in class:art::x86_64::X86_64Assembler
226 void X86_64Assembler::movb(const Address& dst, CpuRegister src) { function in class:art::x86_64::X86_64Assembler
234 void X86_64Assembler::movb(const Address& dst, const Immediate& imm) { function in class:art::x86_64::X86_64Assembler
    [all...]
  /external/chromium_org/v8/src/x64/
disasm-x64.cc     [all...]
code-stubs-x64.cc     [all...]
  /art/runtime/arch/x86/
quick_entrypoints_x86.S     [all...]
  /external/llvm/test/CodeGen/X86/
avx512-intrinsics.ll 305 ; CHECK: movb $-1, %al
337 ; CHECK: movb $-1, %al
xaluo.ll 267 ; FAST: movb %dil, %al
326 ; FAST: movb %dil, %al
2007-08-09-IllegalX86-64Asm.ll 1 ; RUN: llc < %s -mtriple=x86_64-apple-darwin | not grep "movb %ah, %r"
  /external/chromium_org/third_party/openssl/openssl/crypto/aes/asm/
aesni-x86.S 1267 movb %cl,-16(%edi)
1268 movb %dl,(%edi)
    [all...]
aesni-x86_64.S 1498 movb %al,-16(%rsi)
1499 movb %cl,0(%rsi)
    [all...]
bsaes-x86_64.S     [all...]
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MachObjectWriter.cpp 295 // relocation entry (e.g., movb $012, L0(%rip)). Even with the PCrel
  /external/llvm/test/MC/Disassembler/X86/
x86-16.txt 51 # CHECK: movb 0, %al
  /external/openssl/crypto/aes/asm/
aesni-x86.S 1267 movb %cl,-16(%edi)
1268 movb %dl,(%edi)
    [all...]
aesni-x86_64.S 1498 movb %al,-16(%rsi)
1499 movb %cl,0(%rsi)
    [all...]
bsaes-x86_64.S     [all...]
  /external/valgrind/main/exp-bbv/tests/amd64-linux/
ll.S 425 movb $0, (%rdi) # replace last value with NUL
  /external/valgrind/main/exp-bbv/tests/x86-linux/
ll.S 425 movb $0, (%edi) # replace last value with NUL
  /external/valgrind/main/none/tests/x86/
insn_basic.def 471 movb imm8[123] r8.ub[0] => 1.ub[123]
472 movb imm8[123] m8.ub[0] => 1.ub[123]
473 movb r8.ub[123] r8.ub[0] => 1.ub[123]
474 movb r8.ub[123] m8.ub[0] => 1.ub[123]
475 movb m8.ub[123] r8.ub[0] => 1.ub[123]
    [all...]
  /external/llvm/lib/Target/X86/
X86InstrShiftRotate.td     [all...]
  /external/valgrind/main/memcheck/docs/
mc-tech-docs.xml     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/x86/
assyntax.h 532 #define MOV_B(a, b) CHOICE(movb ARG2(a,b), movb ARG2(a,b), movb ARG2(b,a))
    [all...]
  /external/llvm/test/MC/X86/
x86-32-coverage.s 3 // CHECK: movb $127, 3735928559(%ebx,%ecx,8)
4 movb $0x7f,0xdeadbeef(%ebx,%ecx,8)
    [all...]
  /external/mesa3d/src/mesa/x86/
assyntax.h 532 #define MOV_B(a, b) CHOICE(movb ARG2(a,b), movb ARG2(a,b), movb ARG2(b,a))
    [all...]

Completed in 769 milliseconds

1 2 3 4 5 6 78 910