Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-interpreter.cc504 *trap = kTrapFloatUnrepresentable; in ExecuteI32SConvertF32()
513 *trap = kTrapFloatUnrepresentable; in ExecuteI32SConvertF64()
521 *trap = kTrapFloatUnrepresentable; in ExecuteI32UConvertF32()
529 *trap = kTrapFloatUnrepresentable; in ExecuteI32UConvertF64()
540 *trap = kTrapFloatUnrepresentable; in ExecuteI64SConvertF32()
548 *trap = kTrapFloatUnrepresentable; in ExecuteI64SConvertF64()
556 *trap = kTrapFloatUnrepresentable; in ExecuteI64UConvertF32()
564 *trap = kTrapFloatUnrepresentable; in ExecuteI64UConvertF64()
/external/v8/test/mjsunit/wasm/
Dwasm-constants.js312 var kTrapFloatUnrepresentable = 5; variable
/external/v8/src/compiler/
Dwasm-compiler.cc1158 trap_->AddTrapIfTrue(wasm::kTrapFloatUnrepresentable, overflow, position); in BuildI32SConvertF32()
1174 trap_->AddTrapIfTrue(wasm::kTrapFloatUnrepresentable, overflow, position); in BuildI32SConvertF64()
1190 trap_->AddTrapIfTrue(wasm::kTrapFloatUnrepresentable, overflow, position); in BuildI32UConvertF32()
1206 trap_->AddTrapIfTrue(wasm::kTrapFloatUnrepresentable, overflow, position); in BuildI32UConvertF64()
1486 trap_->ZeroCheck64(wasm::kTrapFloatUnrepresentable, overflow, position); in BuildI64SConvertF32()
1504 trap_->ZeroCheck64(wasm::kTrapFloatUnrepresentable, overflow, position); in BuildI64UConvertF32()
1522 trap_->ZeroCheck64(wasm::kTrapFloatUnrepresentable, overflow, position); in BuildI64SConvertF64()
1540 trap_->ZeroCheck64(wasm::kTrapFloatUnrepresentable, overflow, position); in BuildI64UConvertF64()
1564 trap_->ZeroCheck32(wasm::kTrapFloatUnrepresentable, in BuildFloatToIntConversionInstruction()