Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 60 for r6 (0.04 sec)

  1. src/runtime/asm_arm.s

    	MOVW	savedm-4(SP), R6
    	CMP	$0, R6
    	B.NE	done
    
    	// Skip dropm to reuse it in the next call, when a pthread key has been created.
    	MOVW	_cgo_pthread_key_created(SB), R6
    	// It means cgo is disabled when _cgo_pthread_key_created is a nil pointer, need dropm.
    	CMP	$0, R6
    	B.EQ	dropm
    	MOVW	(R6), R6
    	CMP	$0, R6
    	B.NE	done
    
    dropm:
    	MOVW	$runtime·dropm(SB), R0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 23 21:00:52 UTC 2024
    - 32.1K bytes
    - Viewed (0)
  2. src/runtime/rt0_linux_ppc64le.s

    	// sequence of string pointers followed by a NULL, and auxv.
    	// The TLS pointer should be initialized to 0.
    	//
    	// In an ELFv2 compliant dynamically linked binary, R3 contains argc,
    	// R4 contains argv, R5 contains envp, R6 contains auxv, and R13
    	// contains the TLS pointer.
    	//
    	// When loading via glibc, the first doubleword on the stack points
    	// to NULL a value. (that is *(uintptr)(R1) == 0). This is used to
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 18:17:17 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/tests/mlprogram.mlir

        // CHECK-DAG: [[zero:%.*]] = stablehlo.constant dense<0>
        // CHECK-DAG: [[r4:%.*]] = stablehlo.divide [[r3]], [[one]]
        // CHECK-DAG: [[r5:%.*]] = stablehlo.compare NE
        // CHECK-DAG: [[r6:%.*]] = stablehlo.compare LT
        // CHECK: [[result:%.*]] = stablehlo.select
        // CHECK-NEXT: return [[result]]
        %0 = tf_executor.graph {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 19:27:16 UTC 2024
    - 7.4K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/ssa/_gen/PPC64Ops.go

    		callerSave  = regMask(gp | fp | gr | xer)
    		r3          = buildReg("R3")
    		r4          = buildReg("R4")
    		r5          = buildReg("R5")
    		r6          = buildReg("R6")
    	)
    	ops := []opData{
    		{name: "ADD", argLength: 2, reg: gp21, asm: "ADD", commutative: true},                              // arg0 + arg1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 19:59:38 UTC 2024
    - 43.8K bytes
    - Viewed (0)
  5. src/crypto/sha1/sha1block_arm.s

    #define Rconst	R1	// Current constant for SHA round
    #define Ra	R2		// SHA-1 accumulator
    #define Rb	R3		// SHA-1 accumulator
    #define Rc	R4		// SHA-1 accumulator
    #define Rd	R5		// SHA-1 accumulator
    #define Re	R6		// SHA-1 accumulator
    #define Rt0	R7		// Temporary
    #define Rt1	R8		// Temporary
    // r9, r10 are forbidden
    // r11 is OK provided you check the assembler that no synthetic instructions use it
    #define Rt2	R11		// Temporary
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 5.6K bytes
    - Viewed (0)
  6. src/vendor/golang.org/x/crypto/chacha20/chacha_ppc64le.s

    // due to the calling conventions and initialization of constants.
    
    //go:build gc && !purego
    
    #include "textflag.h"
    
    #define OUT  R3
    #define INP  R4
    #define LEN  R5
    #define KEY  R6
    #define CNT  R7
    #define TMP  R15
    
    #define CONSTBASE  R16
    #define BLOCKS R17
    
    // for VPERMXOR
    #define MASK  R18
    
    DATA consts<>+0x00(SB)/8, $0x3320646e61707865
    DATA consts<>+0x08(SB)/8, $0x6b20657479622d32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 22:18:42 UTC 2024
    - 9K bytes
    - Viewed (0)
  7. src/crypto/md5/md5block_arm.s

    #define Rdata	R1	// Pointer to data to hash
    #define Ra	R2	// MD5 accumulator
    #define Rb	R3	// MD5 accumulator
    #define Rc	R4	// MD5 accumulator
    #define Rd	R5	// MD5 accumulator
    #define Rc0	R6	// MD5 constant
    #define Rc1	R7	// MD5 constant
    #define Rc2	R8	// MD5 constant
    // r9, r10 are forbidden
    // r11 is OK provided you check the assembler that no synthetic instructions use it
    #define Rc3	R11	// MD5 constant
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 8.8K bytes
    - Viewed (0)
  8. src/crypto/internal/nistec/p256_asm_ppc64le.s

    #define PL    V30
    #define PH    V31
    
    #define CAR1  V6
    // func p256NegCond(val *p256Point, cond int)
    TEXT ·p256NegCond(SB), NOSPLIT, $0-16
    	MOVD val+0(FP), P1ptr
    	MOVD $16, R16
    
    	MOVD cond+8(FP), R6
    	CMP  $0, R6
    	BC   12, 2, LR      // just return if cond == 0
    
    	MOVD $p256mul<>+0x00(SB), CPOOL
    
    	LXVD2X (P1ptr)(R0), Y1L
    	LXVD2X (P1ptr)(R16), Y1H
    
    	XXPERMDI Y1H, Y1H, $2, Y1H
    	XXPERMDI Y1L, Y1L, $2, Y1L
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 56.5K bytes
    - Viewed (0)
  9. src/cmd/link/internal/ld/dwarf_test.go

    	const prog = `
    package main
    
    //go:noinline
    func ABC(c1, c2, c3 int, d1, d2, d3, d4 string, f1, f2, f3 float32, g1 [1024]int) (r1 int, r2 int, r3 [1024]int, r4 byte, r5 string, r6 float32) {
    	g1[0] = 6
    	r1, r2, r3, r4, r5, r6 = c3, c2+c1, g1, 'a', d1+d2+d3+d4, f1+f2+f3
    	return
    }
    
    func main() {
    	a := [1024]int{}
    	v1, v2, v3, v4, v5, v6 := ABC(1, 2, 3, "a", "b", "c", "d", 1.0, 2.0, 1.0, a)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Feb 08 01:38:11 UTC 2024
    - 48.6K bytes
    - Viewed (0)
  10. src/crypto/aes/gcm_ppc64x.s

    // are based on code found in
    // https://github.com/IBM/ipcri/blob/main/aes/p10_aes_gcm.s
    
    #include "textflag.h"
    
    #define XIP    R3
    #define HTBL   R4
    #define INP    R5
    #define LEN    R6
    
    #define XL     V0
    #define XM     V1
    #define XH     V2
    #define IN     V3
    #define ZERO   V4
    #define T0     V5
    #define T1     V6
    #define T2     V7
    #define XC2    V8
    #define H      V9
    #define HH     V10
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 27.1K bytes
    - Viewed (0)
Back to top