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

/external/chromium_org/v8/src/x87/
H A Dassembler-x87.h603 void mov_b(Register dst, Register src) { mov_b(dst, Operand(src)); }
604 void mov_b(Register dst, const Operand& src);
605 void mov_b(Register dst, int8_t imm8) { mov_b(Operand(dst), imm8); }
606 void mov_b(const Operand& dst, int8_t imm8);
607 void mov_b(const Operand& dst, Register src);
H A Dcodegen-x87.cc143 __ mov_b(eax, Operand(src, 0));
146 __ mov_b(Operand(dst, 0), eax);
173 __ mov_b(eax, Operand(src, 0));
175 __ mov_b(Operand(dst, 0), eax);
H A Dassembler-x87.cc394 void Assembler::mov_b(Register dst, const Operand& src) { function in class:v8::internal::Assembler
402 void Assembler::mov_b(const Operand& dst, int8_t imm8) { function in class:v8::internal::Assembler
410 void Assembler::mov_b(const Operand& dst, Register src) { function in class:v8::internal::Assembler
H A Dmacro-assembler-x87.cc56 mov_b(dst, src);
1834 mov_b(scratch, Operand(source, 0));
1835 mov_b(Operand(destination, 0), scratch);
H A Dfull-codegen-x87.cc3460 __ mov_b(FieldOperand(string, index, times_1, SeqOneByteString::kHeaderSize),
4000 __ mov_b(scratch, FieldOperand(string, SeqOneByteString::kHeaderSize));
4001 __ mov_b(separator_operand, scratch);
4015 __ mov_b(scratch, separator_operand);
4016 __ mov_b(Operand(result_pos, 0), scratch);
H A Dcode-stubs-x87.cc2596 __ mov_b(scratch, Operand(src, 0));
2597 __ mov_b(Operand(dest, 0), scratch);
2945 __ mov_b(scratch, Operand(left, index, times_1, 0));
H A Dlithium-codegen-x87.cc2143 __ mov_b(operand, static_cast<int8_t>(value));
2151 __ mov_b(operand, value);
4571 __ mov_b(operand, value);
/external/chromium_org/v8/test/cctest/
H A Dtest-disasm-x87.cc146 __ mov_b(edx, ecx);
147 __ mov_b(ecx, 6);
148 __ mov_b(Operand(ebx, ecx, times_4, 10000), 6);
149 __ mov_b(Operand(esp, 16), edx);
H A Dtest-disasm-ia32.cc146 __ mov_b(edx, ecx);
147 __ mov_b(ecx, 6);
148 __ mov_b(Operand(ebx, ecx, times_4, 10000), 6);
149 __ mov_b(Operand(esp, 16), edx);
/external/chromium_org/v8/src/ia32/
H A Dassembler-ia32.h614 void mov_b(Register dst, Register src) { mov_b(dst, Operand(src)); }
615 void mov_b(Register dst, const Operand& src);
616 void mov_b(Register dst, int8_t imm8) { mov_b(Operand(dst), imm8); }
617 void mov_b(const Operand& dst, int8_t imm8);
618 void mov_b(const Operand& dst, Register src);
H A Dcodegen-ia32.cc293 __ mov_b(eax, Operand(src, 0));
295 __ mov_b(Operand(dst, 0), eax);
363 __ mov_b(eax, Operand(src, 0));
364 __ mov_b(Operand(dst, 0), eax);
451 __ mov_b(eax, Operand(src, 0));
452 __ mov_b(Operand(dst, 0), eax);
462 __ mov_b(edx, Operand(src, 2));
464 __ mov_b(Operand(dst, 2), edx);
H A Dassembler-ia32.cc452 void Assembler::mov_b(Register dst, const Operand& src) { function in class:v8::internal::Assembler
460 void Assembler::mov_b(const Operand& dst, int8_t imm8) { function in class:v8::internal::Assembler
468 void Assembler::mov_b(const Operand& dst, Register src) { function in class:v8::internal::Assembler
H A Dmacro-assembler-ia32.cc56 mov_b(dst, src);
1871 mov_b(scratch, Operand(source, 0));
1872 mov_b(Operand(destination, 0), scratch);
H A Dfull-codegen-ia32.cc3470 __ mov_b(FieldOperand(string, index, times_1, SeqOneByteString::kHeaderSize),
4011 __ mov_b(scratch, FieldOperand(string, SeqOneByteString::kHeaderSize));
4012 __ mov_b(separator_operand, scratch);
4026 __ mov_b(scratch, separator_operand);
4027 __ mov_b(Operand(result_pos, 0), scratch);
H A Dcode-stubs-ia32.cc2905 __ mov_b(scratch, Operand(src, 0));
2906 __ mov_b(Operand(dest, 0), scratch);
3254 __ mov_b(scratch, Operand(left, index, times_1, 0));
H A Dlithium-codegen-ia32.cc1875 __ mov_b(operand, static_cast<int8_t>(value));
1883 __ mov_b(operand, value);
4156 __ mov_b(operand, value);
/external/chromium_org/v8/src/compiler/ia32/
H A Dcode-generator-ia32.cc319 __ mov_b(operand, i.InputInt8(index));
321 __ mov_b(operand, i.InputRegister(index));

Completed in 1483 milliseconds