Searched refs:emit_arith (Results 1 - 4 of 4) sorted by relevance
/external/v8/src/x87/ |
H A D | assembler-x87.cc | 617 emit_arith(2, Operand(dst), Immediate(imm32)); 645 emit_arith(0, dst, x); 656 emit_arith(4, Operand(dst), x); 669 emit_arith(4, dst, x); 733 emit_arith(7, Operand(reg), Immediate(imm32)); 739 emit_arith(7, Operand(reg), Immediate(handle)); 757 emit_arith(7, op, imm); 763 emit_arith(7, op, Immediate(handle)); 921 emit_arith(1, Operand(dst), Immediate(imm32)); 934 emit_arith( 2112 void Assembler::emit_arith(int sel, Operand dst, const Immediate& x) { function in class:v8::internal::Assembler [all...] |
H A D | assembler-x87.h | 1041 void emit_arith(int sel, Operand dst, const Immediate& x);
|
/external/v8/src/ia32/ |
H A D | assembler-ia32.cc | 746 emit_arith(2, Operand(dst), Immediate(imm32)); 774 emit_arith(0, dst, x); 785 emit_arith(4, Operand(dst), x); 798 emit_arith(4, dst, x); 862 emit_arith(7, Operand(reg), Immediate(imm32)); 868 emit_arith(7, Operand(reg), Immediate(handle)); 886 emit_arith(7, op, imm); 892 emit_arith(7, op, Immediate(handle)); 1050 emit_arith(1, Operand(dst), Immediate(imm32)); 1063 emit_arith( 2973 void Assembler::emit_arith(int sel, Operand dst, const Immediate& x) { function in class:v8::internal::Assembler [all...] |
H A D | assembler-ia32.h | 1523 void emit_arith(int sel, Operand dst, const Immediate& x);
|
Completed in 367 milliseconds