Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for C_ZCON (0.21 sec)

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

    	{as: AFMOVD, a1: C_S16CON, a6: C_FREG, type_: 24, size: 8},
    	{as: AFMOVD, a1: C_SOREG, a6: C_FREG, type_: 8, size: 4},
    	{as: AFMOVD, a1: C_XOREG, a6: C_FREG, type_: 109, size: 4},
    	{as: AFMOVD, a1: C_ZCON, a6: C_FREG, type_: 24, size: 4},
    	{as: AFMOVD, a1: C_FREG, a6: C_FREG, type_: 33, size: 4},
    	{as: AFMOVD, a1: C_FREG, a6: C_SOREG, type_: 7, size: 4},
    	{as: AFMOVD, a1: C_FREG, a6: C_XOREG, type_: 108, size: 4},
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:55:28 UTC 2024
    - 156.1K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/arm64/asm7.go

    			return true
    		}
    
    	case C_MOVCON:
    		if b == C_MBCON || b == C_ZCON || b == C_ADDCON0 || b == C_ABCON0 || b == C_AMCON {
    			return true
    		}
    
    	case C_ADDCON2:
    		if b == C_ZCON || b == C_ADDCON || b == C_ADDCON0 {
    			return true
    		}
    
    	case C_LCON:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 201.1K bytes
    - Viewed (0)
Back to top