Home
last modified time | relevance | path

Searched refs:mov_b (Results 1 – 4 of 4) sorted by relevance

/external/webkit/V8Binding/v8/test/cctest/
Dtest-disasm-ia32.cc148 __ mov_b(edx, Operand(ecx)); in TEST() local
149 __ mov_b(Operand(ecx), 6); in TEST() local
150 __ mov_b(Operand(ebx, ecx, times_4, 10000), 6); in TEST() local
151 __ mov_b(Operand(esp, 16), edx); in TEST() local
/external/webkit/V8Binding/v8/src/ia32/
Dassembler-ia32.h490 void mov_b(Register dst, const Operand& src);
491 void mov_b(const Operand& dst, int8_t imm8);
492 void mov_b(const Operand& dst, Register src);
Dassembler-ia32.cc553 void Assembler::mov_b(Register dst, const Operand& src) { in mov_b() function in v8::internal::Assembler
561 void Assembler::mov_b(const Operand& dst, int8_t imm8) { in mov_b() function in v8::internal::Assembler
570 void Assembler::mov_b(const Operand& dst, Register src) { in mov_b() function in v8::internal::Assembler
Dic-ia32.cc438 __ mov_b(Operand(ecx, ebx, times_1, 0), eax); in GenerateGeneric() local