Searched refs:mov_b (Results 1 - 8 of 8) sorted by relevance

/external/v8/src/ia32/
H A Dassembler-ia32.h691 void mov_b(Register dst, Register src) { mov_b(dst, Operand(src)); }
692 void mov_b(Register dst, const Operand& src);
693 void mov_b(Register dst, int8_t imm8) { mov_b(Operand(dst), imm8); }
694 void mov_b(const Operand& dst, int8_t imm8);
695 void mov_b(const Operand& dst, Register src);
H A Dassembler-ia32.cc577 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
593 void Assembler::mov_b(const Operand& dst, Register src) { function in class:v8::internal::Assembler
H A Dfull-codegen-ia32.cc3611 __ mov_b(scratch, FieldOperand(string, SeqAsciiString::kHeaderSize));
3612 __ mov_b(separator_operand, scratch);
3626 __ mov_b(scratch, separator_operand);
3627 __ mov_b(Operand(result_pos, 0), scratch);
H A Dmacro-assembler-ia32.cc1528 mov_b(scratch, Operand(source, 0));
1529 mov_b(Operand(destination, 0), scratch);
1905 mov_b(dst, 1 << kSmiTagSize);
H A Dstub-cache-ia32.cc3517 __ mov_b(Operand(edi, ecx, times_1, 0), ebx);
3522 __ mov_b(Operand(edi, ecx, times_1, 0), ebx);
3596 __ mov_b(Operand(edi, ecx, times_1, 0), ebx);
H A Dcode-stubs-ia32.cc5864 __ mov_b(scratch, Operand(src, 0));
5865 __ mov_b(Operand(dest, 0), scratch);
5928 __ mov_b(scratch, Operand(src, 0));
5929 __ mov_b(Operand(dest, 0), scratch);
6462 __ mov_b(scratch, Operand(left, index, times_1, 0));
H A Dlithium-codegen-ia32.cc3396 __ mov_b(operand, value);
/external/v8/test/cctest/
H A Dtest-disasm-ia32.cc150 __ mov_b(edx, ecx);
151 __ mov_b(ecx, 6);
152 __ mov_b(Operand(ebx, ecx, times_4, 10000), 6);
153 __ mov_b(Operand(esp, 16), edx);

Completed in 153 milliseconds