Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for I64TruncF64U (0.24 sec)

  1. src/runtime/sys_wasm.s

    	F64Gt
    	If
    		I64Const $0x8000000000000000
    		Return
    	End
    
    	Get R0
    	F64Const $0.
    	F64Lt
    	If
    		I64Const $0x8000000000000000
    		Return
    	End
    
    	Get R0
    	I64TruncF64U
    	Return
    
    TEXT runtime·exitThread(SB), NOSPLIT, $0-0
    	UNDEF
    
    TEXT runtime·osyield(SB), NOSPLIT, $0-0
    	UNDEF
    
    TEXT runtime·growMemory(SB), NOSPLIT, $0
    	Get SP
    	I32Load pages+0(FP)
    	GrowMemory
    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

    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