Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 21 of 21 for Adjtimex (0.08 sec)

  1. src/cmd/internal/obj/loong64/asm.go

    		}
    		o5 = OP_RRR(c.oprrr(p.As), uint32(REGTMP), uint32(r), uint32(p.To.Reg))
    
    	case 61: // word C_DCON
    		o1 = uint32(c.vregoff(&p.From))
    		o2 = uint32(c.vregoff(&p.From) >> 32)
    
    	case 62: // rdtimex rd, rj
    		o1 = OP_RR(c.oprr(p.As), uint32(p.To.Reg), uint32(p.RegTo2))
    
    	case 63: // movv c_fcc0, c_reg ==> movcf2gr rd, cj
    		a := OP_TEN(8, 1335)
    		o1 = OP_RR(a, uint32(p.From.Reg), uint32(p.To.Reg))
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 02:04:54 UTC 2024
    - 61.8K bytes
    - Viewed (0)
Back to top