Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 69 for blek (0.04 sec)

  1. src/math/pow_s390x.s

    	BR	L1
    L34:
    	FMOVD	8(R9), F4
    L19:
    	LTDBR	F6, F6
    	BLEU	L47
    L18:
    	WFMDB	V4, V5, V1
    	BR	L1
    L5:
    	RISBGZ	$33, $50, $63, R3, R3
    	WORD	$0xC23B4000	//alfi	%r3,1073741824
    	BYTE	$0x00
    	BYTE	$0x00
    	RLL	$24, R3, R3
    	ORW	$0x45000000, R3
    	BR	L2
    L45:
    	WFCEDBS	V0, V0, V4
    	BVS	L35
    	LTDBR	F0, F0
    	BLEU	L48
    	FMOVD	8(R9), F4
    L12:
    	MOVW	R2, R6
    	CMPBLT	R6, $0, L19
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 14 00:03:57 UTC 2023
    - 16.3K bytes
    - Viewed (0)
  2. src/cmd/asm/internal/asm/testdata/s390x.s

    	BNE	0(PC)                  // a7740000
    	BEQ	0(PC)                  // a7840000
    	BLT	0(PC)                  // a7440000
    	BLE	0(PC)                  // a7c40000
    	BGT	0(PC)                  // a7240000
    	BGE	0(PC)                  // a7a40000
    	BLTU	0(PC)                  // a7540000
    	BLEU	0(PC)                  // a7d40000
    
    	BRCT	R1, 0(PC)              // a7160000
    	BRCTG	R2, 0(PC)              // a7270000
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 22 03:55:32 UTC 2023
    - 21.6K bytes
    - Viewed (0)
  3. src/internal/bytealg/count_ppc64x.s

    	BEQ	tail_0
    
    #ifdef GOPPC64_power10
    	SRD	$3, R18, R18	// Fix the vector loop count before counting the tail on P10.
    
    tail:	// Count the last 0 - 31 bytes.
    	CMP	R4, $16
    	BLE	small_tail_p10
    	LXV	0(R3), V0
    	VCMPEQUB V0, V1, V0
    	VCNTMBB	V0, $1, R14	// Sum the value of bit 0 of each byte of the compare into R14.
    	SRD	$56, R14, R14	// The result of VCNTMBB is shifted. Unshift it.
    	ADD	R14, R18, R18
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Aug 14 20:30:44 UTC 2023
    - 3.6K bytes
    - Viewed (0)
  4. src/cmd/internal/obj/ppc64/anames.go

    	"ADDEVCC",
    	"ADDEV",
    	"ADDZE",
    	"ADDZECC",
    	"ADDZEVCC",
    	"ADDZEV",
    	"ADDEX",
    	"AND",
    	"ANDCC",
    	"ANDN",
    	"ANDNCC",
    	"ANDISCC",
    	"BC",
    	"BCL",
    	"BEQ",
    	"BGE",
    	"BGT",
    	"BLE",
    	"BLT",
    	"BNE",
    	"BVC",
    	"BVS",
    	"BDNZ",
    	"BDZ",
    	"CMP",
    	"CMPU",
    	"CMPEQB",
    	"CNTLZW",
    	"CNTLZWCC",
    	"CRAND",
    	"CRANDN",
    	"CREQV",
    	"CRNAND",
    	"CRNOR",
    	"CROR",
    	"CRORN",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 01 18:50:29 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  5. test/codegen/floats.go

    	return x*y - z
    }
    
    func FusedSub64_b(x, y, z float64) float64 {
    	// arm64:"FMSUBD"
    	// riscv64:"FNMSUBD\t"
    	return z - x*y
    }
    
    func Cmp(f float64) bool {
    	// arm64:"FCMPD","(BGT|BLE|BMI|BPL)",-"CSET\tGT",-"CBZ"
    	return f > 4 || f < -4
    }
    
    func CmpZero64(f float64) bool {
    	// s390x:"LTDBR",-"FCMPU"
    	return f <= 0
    }
    
    func CmpZero32(f float32) bool {
    	// s390x:"LTEBR",-"CEBR"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 04 15:24:29 UTC 2024
    - 4.9K bytes
    - Viewed (0)
  6. src/math/big/arith_s390x.s

    	MOVD R6, 8(R2)(R10*1)
    	MOVD R7, 16(R2)(R10*1)
    	MOVD R1, 24(R2)(R10*1)
    
    	ADD $32, R10 // i += 4
    	SUB $4, R3   // n -= 4
    	BGE U1       // if n >= 0 goto U1
    
    v1:
    	ADD $4, R3 // n += 4
    	BLE E1     // if n <= 0 goto E1
    
    L1:  // n > 0
    	ADDC R4, R4            // restore CF
    	MOVD 0(R8)(R10*1), R5
    	MOVD 0(R9)(R10*1), R11
    	ADDE R11, R5
    	MOVD R5, 0(R2)(R10*1)
    	MOVD R0, R4
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:27 UTC 2023
    - 20.3K bytes
    - Viewed (0)
  7. src/vendor/golang.org/x/crypto/internal/poly1305/sum_ppc64le.s

    	ADD $-16, R5
    	CMP R5, $16
    	BGE loop
    
    bytes_between_0_and_15:
    	CMP  R5, $0
    	BEQ  done
    	MOVD $0, R16 // h0
    	MOVD $0, R17 // h1
    
    flush_buffer:
    	CMP R5, $8
    	BLE just1
    
    	MOVD $8, R21
    	SUB  R21, R5, R21
    
    	// Greater than 8 -- load the rightmost remaining bytes in msg
    	// and put into R17 (h1)
    	MOVD (R4)(R21), R17
    	MOVD $16, R22
    
    	// Find the offset to those bytes
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Mar 09 00:09:40 UTC 2024
    - 3.2K bytes
    - Viewed (0)
  8. src/runtime/memclr_ppc64x.s

    	STXVL   V0, R3, R7
    	RET
    #else
    	CMP	R4, $8
    	BLT	nozerolarge
    	MOVD	R0, 0(R3)
    	ADD	$8, R3
    	ADD	$-8, R4
    #endif
    nozerolarge:
    	ANDCC $7, R4, R5 // any remaining bytes
    	BC    4, 1, LR   // ble lr
    #ifdef GOPPC64_power10
    	XXLXOR  VS32, VS32, VS32 // clear VS32 (V0)
    	SLD	$56, R5, R7
    	STXVL   V0, R3, R7
    	RET
    #else
    	CMP   R5, $4
    	BLT   next2
    	MOVW  R0, 0(R3)
    	ADD   $4, R3
    	ADD   $-4, R5
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 16 17:08:59 UTC 2023
    - 4.4K bytes
    - Viewed (0)
  9. src/go/doc/comment/text.go

    				out.WriteString(" - ")
    			} else {
    				out.WriteString(item.Number)
    				out.WriteString(". ")
    			}
    			for i, blk := range item.Content {
    				const fourSpace = "    "
    				if i > 0 {
    					writeNL(out)
    					out.WriteString(p.prefix)
    					out.WriteString(fourSpace)
    				}
    				p.text(out, fourSpace, blk.(*Paragraph).Text)
    			}
    		}
    	}
    }
    
    // text prints the text sequence x to out.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 12:02:03 UTC 2023
    - 8.8K bytes
    - Viewed (0)
  10. src/archive/tar/common.go

    			}
    		}
    		if v, ok := h.PAXRecords[paxKey]; ok && v == formatPAXTime(ts) {
    			paxHdrs[paxKey] = v
    		}
    	}
    
    	// Check basic fields.
    	var blk block
    	v7 := blk.toV7()
    	ustar := blk.toUSTAR()
    	gnu := blk.toGNU()
    	verifyString(h.Name, len(v7.name()), "Name", paxPath)
    	verifyString(h.Linkname, len(v7.linkName()), "Linkname", paxLinkpath)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 15 16:01:50 UTC 2024
    - 24.7K bytes
    - Viewed (0)
Back to top