Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for opirr (0.45 sec)

  1. src/cmd/internal/obj/s390x/asmz.go

    	case 5: // syscall
    		zI(op_SVC, 0, asm)
    
    	case 6: // logical op reg [reg] reg
    		var oprr, oprre, oprrf uint32
    		switch p.As {
    		case AAND:
    			oprre = op_NGR
    			oprrf = op_NGRK
    		case AANDW:
    			oprr = op_NR
    			oprrf = op_NRK
    		case AOR:
    			oprre = op_OGR
    			oprrf = op_OGRK
    		case AORW:
    			oprr = op_OR
    			oprrf = op_ORK
    		case AXOR:
    			oprre = op_XGR
    			oprrf = op_XGRK
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 17:46:09 UTC 2024
    - 176.7K bytes
    - Viewed (0)
Back to top