Searched refs:EmitDivOrRem64CCall (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/wasm/baseline/ |
D | liftoff-compiler.cc | 727 void EmitDivOrRem64CCall(LiftoffRegister dst, LiftoffRegister lhs, in EmitDivOrRem64CCall() function in v8::internal::wasm::__anon2863bf240111::LiftoffCompiler 942 EmitDivOrRem64CCall(dst, lhs, rhs, ext_ref, div_by_zero, in BinOp() 955 EmitDivOrRem64CCall(dst, lhs, rhs, ext_ref, div_by_zero); in BinOp() 967 EmitDivOrRem64CCall(dst, lhs, rhs, ext_ref, rem_by_zero); in BinOp() 979 EmitDivOrRem64CCall(dst, lhs, rhs, ext_ref, rem_by_zero); in BinOp()
|