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

/external/v8/src/x87/
H A Dcodegen-x87.cc158 __ mov_b(eax, Operand(src, 0));
161 __ mov_b(Operand(dst, 0), eax);
188 __ mov_b(eax, Operand(src, 0));
190 __ mov_b(Operand(dst, 0), eax);
H A Dassembler-x87.h602 void mov_b(Register dst, Register src) { mov_b(dst, Operand(src)); }
603 void mov_b(Register dst, const Operand& src);
604 void mov_b(Register dst, int8_t imm8) { mov_b(Operand(dst), imm8); }
605 void mov_b(const Operand& dst, int8_t imm8);
606 void mov_b(const Operand& dst, const Immediate& src);
607 void mov_b(const Operand& dst, Register src);
H A Dassembler-x87.cc374 void Assembler::mov_b(Register dst, const Operand& src) { function in class:v8::internal::Assembler
382 void Assembler::mov_b(const Operand& dst, const Immediate& src) { function in class:v8::internal::Assembler
390 void Assembler::mov_b(const Operand& dst, int8_t imm8) { function in class:v8::internal::Assembler
398 void Assembler::mov_b(const Operand& dst, Register src) { function in class:v8::internal::Assembler
H A Dmacro-assembler-x87.cc53 mov_b(dst, src);
H A Dcode-stubs-x87.cc1893 __ mov_b(scratch, Operand(left, index, times_1, 0));
/external/v8/src/ia32/
H A Dcodegen-ia32.cc258 __ mov_b(eax, Operand(src, 0));
260 __ mov_b(Operand(dst, 0), eax);
328 __ mov_b(eax, Operand(src, 0));
329 __ mov_b(Operand(dst, 0), eax);
416 __ mov_b(eax, Operand(src, 0));
417 __ mov_b(Operand(dst, 0), eax);
427 __ mov_b(edx, Operand(src, 2));
429 __ mov_b(Operand(dst, 2), edx);
H A Dassembler-ia32.h604 void mov_b(Register dst, Register src) { mov_b(dst, Operand(src)); }
605 void mov_b(Register dst, const Operand& src);
606 void mov_b(Register dst, int8_t imm8) { mov_b(Operand(dst), imm8); }
607 void mov_b(const Operand& dst, int8_t src) { mov_b(dst, Immediate(src)); }
608 void mov_b(const Operand& dst, const Immediate& src);
609 void mov_b(const Operand& dst, Register src);
H A Dassembler-ia32.cc512 void Assembler::mov_b(Register dst, const Operand& src) { function in class:v8::internal::Assembler
520 void Assembler::mov_b(const Operand& dst, const Immediate& src) { function in class:v8::internal::Assembler
528 void Assembler::mov_b(const Operand& dst, Register src) { function in class:v8::internal::Assembler
H A Dcode-stubs-ia32.cc1847 __ mov_b(scratch, Operand(left, index, times_1, 0));
H A Dmacro-assembler-ia32.cc53 mov_b(dst, src);
/external/v8/src/compiler/ia32/
H A Dcode-generator-ia32.cc1725 __ mov_b(operand, i.InputInt8(index));
1727 __ mov_b(operand, i.InputRegister(index));
1931 ASSEMBLE_CHECKED_STORE_INTEGER(mov_b);
/external/v8/src/compiler/x87/
H A Dcode-generator-x87.cc1758 __ mov_b(operand, i.InputInt8(index));
1760 __ mov_b(operand, i.InputRegister(index));
1991 ASSEMBLE_CHECKED_STORE_INTEGER(mov_b);
/external/v8/src/crankshaft/ia32/
H A Dlithium-codegen-ia32.cc1595 __ mov_b(operand, static_cast<int8_t>(value));
1603 __ mov_b(operand, value);
3664 __ mov_b(operand, value);
/external/v8/src/crankshaft/x87/
H A Dlithium-codegen-x87.cc1872 __ mov_b(operand, static_cast<int8_t>(value));
1880 __ mov_b(operand, value);
3971 __ mov_b(operand, value);
/external/v8/src/builtins/ia32/
H A Dbuiltins-ia32.cc600 __ mov_b(FieldOperand(kInterpreterBytecodeArrayRegister,
/external/v8/src/builtins/x87/
H A Dbuiltins-x87.cc566 __ mov_b(FieldOperand(kInterpreterBytecodeArrayRegister,

Completed in 316 milliseconds