Home
last modified time | relevance | path

Searched defs:mov_b (Results 1 – 14 of 14) sorted by relevance

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