Home
last modified time | relevance | path

Searched refs:emit_arith (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/codegen/ia32/
H A Dassembler-ia32.cc850 emit_arith(2, Operand(dst), Immediate(imm32)); in adc()
874 emit_arith(0, dst, x); in add()
883 emit_arith(4, Operand(dst), x); in and_()
894 emit_arith(4, dst, x); in and_()
954 emit_arith(7, Operand(reg), Immediate(imm32)); in cmp()
959 emit_arith(7, Operand(reg), Immediate(handle)); in cmp()
976 emit_arith(7, op, imm); in cmp()
981 emit_arith(7, op, Immediate(handle)); in cmp()
1117 emit_arith(1, Operand(dst), Immediate(imm32)); in or_()
1128 emit_arith( in or_()
3336 void Assembler::emit_arith(int sel, Operand dst, const Immediate& x) { emit_arith() function in v8::internal::Assembler
[all...]
H A Dassembler-ia32.h1712 void emit_arith(int sel, Operand dst, const Immediate& x);

Completed in 9 milliseconds