HomeSort by relevance Sort by last modified time
    Searched full:movb (Results 151 - 175 of 219) sorted by null

1 2 3 4 5 67 8 9

  /external/qemu/tcg/x86_64/
tcg-target.c 861 /* movb */
996 /* movb */
    [all...]
  /external/valgrind/main/none/tests/amd64/
gen_insn_test.pl 677 print qq| \"movb %$arg->{argnum}, %%$arg->{register}\\n\"\n|;
791 print qq| \"movb %%$result->{register}, %$result->{argnum}\\n\"\n|;
  /external/valgrind/main/none/tests/x86/
gen_insn_test.pl 650 print qq| \"movb %$arg->{argnum}, %%$arg->{register}\\n\"\n|;
759 print qq| \"movb %%$result->{register}, %$result->{argnum}\\n\"\n|;
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/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...]
  /external/chromium_org/v8/src/x64/
assembler-x64.cc 1325 void Assembler::movb(Register dst, const Operand& src) { function in class:v8::internal::Assembler
1338 void Assembler::movb(Register dst, Immediate imm) { function in class:v8::internal::Assembler
1348 void Assembler::movb(const Operand& dst, Register src) { function in class:v8::internal::Assembler
1360 void Assembler::movb(const Operand& dst, Immediate imm) { function in class:v8::internal::Assembler
    [all...]
disasm-x64.cc     [all...]
ic-x64.cc 78 __ movb(r0, FieldOperand(r1, Map::kInstanceTypeOffset));
502 __ movb(rcx, FieldOperand(rcx, Map::kInstanceTypeOffset));
567 __ movb(rcx, FieldOperand(rcx, Map::kBitFieldOffset));
    [all...]
  /external/v8/src/x64/
assembler-x64.h 680 void movb(Register dst, const Operand& src);
681 void movb(Register dst, Immediate imm);
682 void movb(const Operand& dst, Register src);
    [all...]
disasm-x64.cc     [all...]
ic-x64.cc 78 __ movb(r0, FieldOperand(r1, Map::kInstanceTypeOffset));
539 __ movb(rcx, FieldOperand(rcx, Map::kInstanceTypeOffset));
604 __ movb(rcx, FieldOperand(rcx, Map::kBitFieldOffset));
    [all...]
assembler-x64.cc 1388 void Assembler::movb(Register dst, const Operand& src) { function in class:v8::internal::Assembler
1401 void Assembler::movb(Register dst, Immediate imm) { function in class:v8::internal::Assembler
1411 void Assembler::movb(const Operand& dst, Register src) { function in class:v8::internal::Assembler
    [all...]
  /dalvik/vm/compiler/codegen/x86/
LowerGetPut.cpp 413 movb %, (scratchReg, tgtAddrReg)
  /dalvik/vm/mterp/out/
InterpAsm-x86.S     [all...]
  /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 284 // relocation entry (e.g., movb $012, L0(%rip)). Even with the PCrel
  /external/llvm/test/CodeGen/X86/
2007-08-09-IllegalX86-64Asm.ll 1 ; RUN: llc < %s -mtriple=x86_64-apple-darwin | not grep "movb %ah, %r"
  /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

Completed in 4777 milliseconds

1 2 3 4 5 67 8 9