HomeSort by relevance Sort by last modified time
    Searched refs:mov_b (Results 1 - 5 of 5) sorted by null

  /external/v8/test/cctest/
test-disasm-ia32.cc 150 __ mov_b(edx, Operand(ecx));
151 __ mov_b(Operand(ecx), 6);
152 __ mov_b(Operand(ebx, ecx, times_4, 10000), 6);
153 __ mov_b(Operand(esp, 16), edx);
  /external/v8/src/ia32/
assembler-ia32.h 516 void mov_b(Register dst, const Operand& src);
517 void mov_b(const Operand& dst, int8_t imm8);
518 void mov_b(const Operand& dst, Register src);
ic-ia32.cc 686 __ mov_b(Operand(ecx, ebx, times_1, 0), eax);
805 __ mov_b(Operand(ecx, ebx, times_1, 0), eax);
873 __ mov_b(Operand(ecx, ebx, times_1, 0), eax);
910 __ mov_b(Operand(ecx, ebx, times_1, 0), 0);
    [all...]
assembler-ia32.cc 576 void Assembler::mov_b(Register dst, const Operand& src) { function in class:v8::internal::Assembler
585 void Assembler::mov_b(const Operand& dst, int8_t imm8) { function in class:v8::internal::Assembler
594 void Assembler::mov_b(const Operand& dst, Register src) { function in class:v8::internal::Assembler
    [all...]
codegen-ia32.cc     [all...]

Completed in 546 milliseconds