Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Ril (0.06 sec)

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

    	c.ctxt.Diag("unknown rr opcode %v", a)
    	return 0
    }
    
    // zopril returns the RIL op for the given a.
    func (c *ctxtz) zopril(a obj.As) uint32 {
    	switch a {
    	case ACMP:
    		return op_CGFI
    	case ACMPU:
    		return op_CLGFI
    	case ACMPW:
    		return op_CFI
    	case ACMPWU:
    		return op_CLFI
    	}
    	c.ctxt.Diag("unknown ril opcode %v", a)
    	return 0
    }
    
    // z instructions sizes
    const (
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 17:46:09 UTC 2024
    - 176.7K bytes
    - Viewed (0)
  2. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    rich
    
    // richardli : 2015-05-14 Pacific Century Asset Management (HK) Limited
    richardli
    
    // ricoh : 2014-11-20 Ricoh Company, Ltd.
    ricoh
    
    // ril : 2015-04-02 Reliance Industries Limited
    ril
    
    // rio : 2014-02-27 Empresa Municipal de Informática SA - IPLANRIO
    rio
    
    // rip : 2014-07-10 Dog Beach, LLC
    rip
    
    // rocher : 2014-12-18 Ferrero Trading Lux S.A.
    rocher
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
Back to top