Searched defs:emit_operand (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/v8/src/x64/
H A Dassembler-x64.h424 // register is encoded later as part of the emit_operand operation.
1293 void emit_operand(Register reg, const Operand& adr) { function in struct:v8::internal::XMMRegister
1294 emit_operand(reg.low_bits(), adr);
1300 void emit_operand(int rm, const Operand& adr);
H A Dassembler-x64.cc387 void Assembler::emit_operand(int code, const Operand& adr) { function in class:v8::internal::Assembler
411 emit_operand(reg, op);
459 emit_operand(reg, rm_reg);
470 emit_operand(reg, op);
524 emit_operand(subcode, dst);
528 emit_operand(subcode, dst);
563 emit_operand(subcode, dst);
567 emit_operand(subcode, dst);
580 emit_operand(subcode, dst);
633 emit_operand(sr
[all...]
/external/chromium_org/v8/src/x87/
H A Dassembler-x87.cc362 emit_operand(esi, src);
376 emit_operand(eax, dst);
398 emit_operand(dst, src);
405 emit_operand(eax, dst);
414 emit_operand(src, dst);
422 emit_operand(dst, src);
430 emit_operand(src, dst);
438 emit_operand(eax, dst);
468 emit_operand(dst, src);
482 emit_operand(ea
2010 void Assembler::emit_operand(Register reg, const Operand& adr) { function in class:v8::internal::Assembler
[all...]
/external/chromium_org/v8/src/ia32/
H A Dassembler-ia32.cc420 emit_operand(esi, src);
434 emit_operand(eax, dst);
456 emit_operand(dst, src);
463 emit_operand(eax, dst);
472 emit_operand(src, dst);
480 emit_operand(dst, src);
488 emit_operand(src, dst);
496 emit_operand(eax, dst);
526 emit_operand(dst, src);
540 emit_operand(ea
2588 void Assembler::emit_operand(Register reg, const Operand& adr) { function in class:v8::internal::Assembler
[all...]

Completed in 189 milliseconds