Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 22 of 22 for _divv (0.07 sec)

  1. src/cmd/internal/obj/arm/asm5.go

    		// Already initialized; stop now.
    		// This happens in the cmd/asm tests,
    		// each of which re-initializes the arch.
    		return
    	}
    
    	symdiv = ctxt.Lookup("runtime._div")
    	symdivu = ctxt.Lookup("runtime._divu")
    	symmod = ctxt.Lookup("runtime._mod")
    	symmodu = ctxt.Lookup("runtime._modu")
    
    	var n int
    
    	for i := 0; i < C_GOK; i++ {
    		for n = 0; n < C_GOK; n++ {
    			if cmp(n, i) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 15 20:51:01 UTC 2023
    - 79.4K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssa/opGen.go

    			outputs: []outputInfo{
    				{0, 1071644664}, // R4 R5 R6 R7 R8 R9 R10 R11 R12 R13 R14 R15 R16 R17 R18 R19 R20 R21 R23 R24 R25 R26 R27 R28 R29 R31
    			},
    		},
    	},
    	{
    		name:   "DIVV",
    		argLen: 2,
    		asm:    loong64.ADIVV,
    		reg: regInfo{
    			inputs: []inputInfo{
    				{0, 1073741816}, // R4 R5 R6 R7 R8 R9 R10 R11 R12 R13 R14 R15 R16 R17 R18 R19 R20 R21 g R23 R24 R25 R26 R27 R28 R29 R31
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 1M bytes
    - Viewed (0)
Back to top