Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CLC (0.04 sec)

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

    		default:
    			c.ctxt.Diag("unexpected opcode %v", p.As)
    		case AMVC:
    			opcode = op_MVC
    		case AMVCIN:
    			opcode = op_MVCIN
    		case ACLC:
    			opcode = op_CLC
    			// swap operand order for CLC so that it matches CMP
    			b1, b2 = b2, b1
    			d1, d2 = d2, d1
    		case AXC:
    			opcode = op_XC
    		case AOC:
    			opcode = op_OC
    		case ANC:
    			opcode = op_NC
    		}
    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