Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for F64Lt (0.26 sec)

  1. src/runtime/sys_wasm.s

    	F64Gt
    	If
    		I64Const $0x8000000000000000
    		Return
    	End
    
    	Get R0
    	F64Const $-0x7ffffffffffffc00p0 // Minimum truncated representation of -0x8000000000000000
    	F64Lt
    	If
    		I64Const $0x8000000000000000
    		Return
    	End
    
    	Get R0
    	I64TruncF64S
    	Return
    
    TEXT runtime·wasmTruncU(SB), NOSPLIT, $0-0
    	Get R0
    	Get R0
    	F64Ne // NaN
    	If
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 06 17:48:24 UTC 2023
    - 1.4K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/wasm/anames.go

    	"I64LtS",
    	"I64LtU",
    	"I64GtS",
    	"I64GtU",
    	"I64LeS",
    	"I64LeU",
    	"I64GeS",
    	"I64GeU",
    	"F32Eq",
    	"F32Ne",
    	"F32Lt",
    	"F32Gt",
    	"F32Le",
    	"F32Ge",
    	"F64Eq",
    	"F64Ne",
    	"F64Lt",
    	"F64Gt",
    	"F64Le",
    	"F64Ge",
    	"I32Clz",
    	"I32Ctz",
    	"I32Popcnt",
    	"I32Add",
    	"I32Sub",
    	"I32Mul",
    	"I32DivS",
    	"I32DivU",
    	"I32RemS",
    	"I32RemU",
    	"I32And",
    	"I32Or",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 02 05:28:55 UTC 2023
    - 2.8K bytes
    - Viewed (0)
Back to top