Home
last modified time | relevance | path

Searched refs:emit_with_c_fallback (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/wasm/baseline/
Dliftoff-compiler.cc558 auto emit_with_c_fallback = [=](LiftoffRegister dst, LiftoffRegister src) { in EmitI32UnOpWithCFallback() local
565 EmitUnOp<kWasmI32, kWasmI32>(emit_with_c_fallback); in EmitI32UnOpWithCFallback()
572 auto emit_with_c_fallback = [=](LiftoffRegister dst, LiftoffRegister src) { in EmitFloatUnOpWithCFallback() local
579 EmitUnOp<type, type>(emit_with_c_fallback); in EmitFloatUnOpWithCFallback()