Home
last modified time | relevance | path

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

/external/v8/test/cctest/
Dtest-disasm-x87.cc146 __ mov_b(edx, ecx); in TEST() local
147 __ mov_b(ecx, 6); in TEST() local
148 __ mov_b(Operand(ebx, ecx, times_4, 10000), 6); in TEST() local
149 __ mov_b(Operand(esp, 16), edx); in TEST() local
Dtest-disasm-ia32.cc146 __ mov_b(edx, ecx); in TEST() local
147 __ mov_b(ecx, 6); in TEST() local
148 __ mov_b(Operand(ebx, ecx, times_4, 10000), 6); in TEST() local
149 __ mov_b(Operand(esp, 16), edx); in TEST() local
/external/v8/src/ia32/
Dcodegen-ia32.cc295 __ mov_b(eax, Operand(src, 0)); in CreateMemMoveFunction() local
297 __ mov_b(Operand(dst, 0), eax); in CreateMemMoveFunction() local
365 __ mov_b(eax, Operand(src, 0)); in CreateMemMoveFunction() local
366 __ mov_b(Operand(dst, 0), eax); in CreateMemMoveFunction() local
453 __ mov_b(eax, Operand(src, 0)); in CreateMemMoveFunction() local
454 __ mov_b(Operand(dst, 0), eax); in CreateMemMoveFunction() local
464 __ mov_b(edx, Operand(src, 2)); in CreateMemMoveFunction() local
466 __ mov_b(Operand(dst, 2), edx); in CreateMemMoveFunction() local
Dassembler-ia32.h599 void mov_b(Register dst, Register src) { mov_b(dst, Operand(src)); } in mov_b() function
601 void mov_b(Register dst, int8_t imm8) { mov_b(Operand(dst), imm8); } in mov_b() function
602 void mov_b(const Operand& dst, int8_t src) { mov_b(dst, Immediate(src)); } in mov_b() function
Dassembler-ia32.cc492 void Assembler::mov_b(Register dst, const Operand& src) { in mov_b() function in v8::internal::Assembler
500 void Assembler::mov_b(const Operand& dst, const Immediate& src) { in mov_b() function in v8::internal::Assembler
508 void Assembler::mov_b(const Operand& dst, Register src) { in mov_b() function in v8::internal::Assembler
Dcode-stubs-ia32.cc2800 __ mov_b(scratch, Operand(src, 0)); in GenerateCopyCharacters() local
2801 __ mov_b(Operand(dest, 0), scratch); in GenerateCopyCharacters() local
3250 __ mov_b(scratch, Operand(left, index, times_1, 0)); in GenerateOneByteCharsCompareLoop() local
/external/v8/src/x87/
Dcodegen-x87.cc162 __ mov_b(eax, Operand(src, 0)); in CreateMemMoveFunction() local
165 __ mov_b(Operand(dst, 0), eax); in CreateMemMoveFunction() local
192 __ mov_b(eax, Operand(src, 0)); in CreateMemMoveFunction() local
194 __ mov_b(Operand(dst, 0), eax); in CreateMemMoveFunction() local
Dassembler-x87.h596 void mov_b(Register dst, Register src) { mov_b(dst, Operand(src)); } in mov_b() function
598 void mov_b(Register dst, int8_t imm8) { mov_b(Operand(dst), imm8); } in mov_b() function
Dassembler-x87.cc354 void Assembler::mov_b(Register dst, const Operand& src) { in mov_b() function in v8::internal::Assembler
362 void Assembler::mov_b(const Operand& dst, const Immediate& src) { in mov_b() function in v8::internal::Assembler
370 void Assembler::mov_b(const Operand& dst, int8_t imm8) { in mov_b() function in v8::internal::Assembler
378 void Assembler::mov_b(const Operand& dst, Register src) { in mov_b() function in v8::internal::Assembler
Dcode-stubs-x87.cc2510 __ mov_b(scratch, Operand(src, 0)); in GenerateCopyCharacters() local
2511 __ mov_b(Operand(dest, 0), scratch); in GenerateCopyCharacters() local
2960 __ mov_b(scratch, Operand(left, index, times_1, 0)); in GenerateOneByteCharsCompareLoop() local
/external/v8/src/compiler/ia32/
Dcode-generator-ia32.cc901 __ mov_b(operand, i.InputInt8(index)); in AssembleArchInstruction() local
903 __ mov_b(operand, i.InputRegister(index)); in AssembleArchInstruction() local
/external/v8/src/full-codegen/x87/
Dfull-codegen-x87.cc3335 __ mov_b(FieldOperand(string, index, times_1, SeqOneByteString::kHeaderSize), in EmitOneByteSeqStringSetChar() local
3803 __ mov_b(scratch, FieldOperand(string, SeqOneByteString::kHeaderSize)); in EmitFastOneByteArrayJoin() local
3804 __ mov_b(separator_operand, scratch); in EmitFastOneByteArrayJoin() local
3818 __ mov_b(scratch, separator_operand); in EmitFastOneByteArrayJoin() local
3819 __ mov_b(Operand(result_pos, 0), scratch); in EmitFastOneByteArrayJoin() local
/external/v8/src/full-codegen/ia32/
Dfull-codegen-ia32.cc3343 __ mov_b(FieldOperand(string, index, times_1, SeqOneByteString::kHeaderSize), in EmitOneByteSeqStringSetChar() local
3811 __ mov_b(scratch, FieldOperand(string, SeqOneByteString::kHeaderSize)); in EmitFastOneByteArrayJoin() local
3812 __ mov_b(separator_operand, scratch); in EmitFastOneByteArrayJoin() local
3826 __ mov_b(scratch, separator_operand); in EmitFastOneByteArrayJoin() local
3827 __ mov_b(Operand(result_pos, 0), scratch); in EmitFastOneByteArrayJoin() local
/external/v8/src/compiler/x87/
Dcode-generator-x87.cc1247 __ mov_b(operand, i.InputInt8(index)); in AssembleArchInstruction() local
1249 __ mov_b(operand, i.InputRegister(index)); in AssembleArchInstruction() local
/external/v8/src/crankshaft/ia32/
Dlithium-codegen-ia32.cc1747 __ mov_b(operand, static_cast<int8_t>(value)); in DoSeqStringSetChar() local
1755 __ mov_b(operand, value); in DoSeqStringSetChar() local
3929 __ mov_b(operand, value); in DoStoreKeyedExternalArray() local
/external/v8/src/crankshaft/x87/
Dlithium-codegen-x87.cc2024 __ mov_b(operand, static_cast<int8_t>(value)); in DoSeqStringSetChar() local
2032 __ mov_b(operand, value); in DoSeqStringSetChar() local
4302 __ mov_b(operand, value); in DoStoreKeyedExternalArray() local