Searched refs:EmitCommutativeBinOp (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/wasm/baseline/x64/ |
D | liftoff-assembler-x64.h | 426 void EmitCommutativeBinOp(LiftoffAssembler* assm, Register dst, Register lhs, in EmitCommutativeBinOp() function 438 liftoff::EmitCommutativeBinOp<&Assembler::imull, &Assembler::movl>(this, dst, in emit_i32_mul() 554 liftoff::EmitCommutativeBinOp<&Assembler::andl, &Assembler::movl>(this, dst, in emit_i32_and() 559 liftoff::EmitCommutativeBinOp<&Assembler::orl, &Assembler::movl>(this, dst, in emit_i32_or() 564 liftoff::EmitCommutativeBinOp<&Assembler::xorl, &Assembler::movl>(this, dst, in emit_i32_xor() 685 liftoff::EmitCommutativeBinOp<&Assembler::imulq, &Assembler::movq>( in emit_i64_mul() 725 liftoff::EmitCommutativeBinOp<&Assembler::andq, &Assembler::movq>( in emit_i64_and() 731 liftoff::EmitCommutativeBinOp<&Assembler::orq, &Assembler::movq>( in emit_i64_or() 737 liftoff::EmitCommutativeBinOp<&Assembler::xorq, &Assembler::movq>( in emit_i64_xor()
|
/external/v8/src/wasm/baseline/ia32/ |
D | liftoff-assembler-ia32.h | 490 void EmitCommutativeBinOp(LiftoffAssembler* assm, Register dst, Register lhs, in EmitCommutativeBinOp() function 502 liftoff::EmitCommutativeBinOp<&Assembler::imul>(this, dst, lhs, rhs); in emit_i32_mul() 598 liftoff::EmitCommutativeBinOp<&Assembler::and_>(this, dst, lhs, rhs); in emit_i32_and() 602 liftoff::EmitCommutativeBinOp<&Assembler::or_>(this, dst, lhs, rhs); in emit_i32_or() 606 liftoff::EmitCommutativeBinOp<&Assembler::xor_>(this, dst, lhs, rhs); in emit_i32_xor()
|