Searched refs:Emit64BitShiftOperation (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/wasm/baseline/mips/ |
D | liftoff-assembler-mips.h | 687 inline void Emit64BitShiftOperation( in Emit64BitShiftOperation() function 732 liftoff::Emit64BitShiftOperation(this, dst, src, amount, in emit_i64_shl() 738 liftoff::Emit64BitShiftOperation(this, dst, src, amount, in emit_i64_sar() 744 liftoff::Emit64BitShiftOperation(this, dst, src, amount, in emit_i64_shr()
|
/external/v8/src/wasm/baseline/ia32/ |
D | liftoff-assembler-ia32.h | 830 inline void Emit64BitShiftOperation( in Emit64BitShiftOperation() function 866 liftoff::Emit64BitShiftOperation(this, dst, src, amount, in emit_i64_shl() 872 liftoff::Emit64BitShiftOperation(this, dst, src, amount, in emit_i64_sar() 878 liftoff::Emit64BitShiftOperation(this, dst, src, amount, in emit_i64_shr()
|