Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 82 of 82 for inputs_ (0.12 sec)

  1. src/cmd/compile/internal/ssa/_gen/S390X.rules

    (Ctz32 <t> x) => (SUB (MOVDconst [64]) (FLOGR (MOVWZreg (ANDW <t> (SUBWconst <t> [1] x) (NOTW <t> x)))))
    
    (BitLen64 x) => (SUB (MOVDconst [64]) (FLOGR x))
    
    // POPCNT treats the input register as a vector of 8 bytes, producing
    // a population count for each individual byte. For inputs larger than
    // a single byte we therefore need to sum the individual bytes produced
    // by the POPCNT instruction. For example, the following instruction
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 12 18:09:26 UTC 2023
    - 74.3K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/riscv/obj.go

    	//     register, F = float register), in uppercase
    	//  3. the word "Encoding"
    	//
    	// For example, rIIIEncoding indicates an R-type instruction with two
    	// integer register inputs and an integer register output; sFEncoding
    	// indicates an S-type instruction with rs2 being a float register.
    
    	rIIIEncoding  = encoding{encode: encodeRIII, validate: validateRIII, length: 4}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Apr 07 03:32:27 UTC 2024
    - 77K bytes
    - Viewed (0)
Back to top