Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for C_ZCON (0.05 sec)

  1. src/cmd/internal/obj/mips/asm0.go

    		}
    		fallthrough
    
    	case C_ANDCON:
    		if b == C_ZCON || b == C_SCON {
    			return true
    		}
    
    	case C_UCON:
    		if b == C_ZCON {
    			return true
    		}
    
    	case C_SCON:
    		if b == C_ZCON {
    			return true
    		}
    
    	case C_LACON:
    		if b == C_SACON {
    			return true
    		}
    
    	case C_LBRA:
    		if b == C_SBRA {
    			return true
    		}
    
    	case C_LEXT:
    		if b == C_SEXT {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 17:46:09 UTC 2024
    - 53.6K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/loong64/asm.go

    		}
    		fallthrough
    
    	case C_ANDCON:
    		if b == C_ZCON || b == C_SCON {
    			return true
    		}
    
    	case C_UCON:
    		if b == C_ZCON {
    			return true
    		}
    
    	case C_SCON:
    		if b == C_ZCON {
    			return true
    		}
    
    	case C_LACON:
    		if b == C_SACON {
    			return true
    		}
    
    	case C_LBRA:
    		if b == C_SBRA {
    			return true
    		}
    
    	case C_LEXT:
    		if b == C_SEXT {
    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