Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for LOP_RRR (1.22 sec)

  1. src/cmd/internal/obj/ppc64/asm9.go

    		switch p.As {
    		case AMOVB:
    			o1 = LOP_RRR(OP_EXTSB, uint32(p.To.Reg), uint32(p.From.Reg), 0)
    		case AMOVBZ:
    			o1 = OP_RLW(OP_RLWINM, uint32(p.To.Reg), uint32(p.From.Reg), 0, 24, 31)
    		case AMOVH:
    			o1 = LOP_RRR(OP_EXTSH, uint32(p.To.Reg), uint32(p.From.Reg), 0)
    		case AMOVHZ:
    			o1 = OP_RLW(OP_RLWINM, uint32(p.To.Reg), uint32(p.From.Reg), 0, 16, 31)
    		case AMOVW:
    			o1 = LOP_RRR(OP_EXTSW, uint32(p.To.Reg), uint32(p.From.Reg), 0)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:55:28 UTC 2024
    - 156.1K bytes
    - Viewed (0)
Back to top