Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for OP_12IRR (0.23 sec)

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

    		o2 = OP_12IRR(c.opirr(AOR), uint32(v), uint32(p.To.Reg), uint32(p.To.Reg))
    		o3 = OP_IR(c.opir(ALU32ID), uint32(v>>32), uint32(p.To.Reg))
    		o4 = OP_12IRR(c.opirr(ALU52ID), uint32(v>>52), uint32(p.To.Reg), uint32(p.To.Reg))
    
    	case 60: // add $dcon,r1,r2
    		v := c.vregoff(&p.From)
    		o1 = OP_IR(c.opir(ALU12IW), uint32(v>>12), uint32(REGTMP))
    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