Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 20 for o0 (0.02 sec)

  1. src/cmd/internal/obj/ppc64/asm9_gtables.go

    	o0 |= uint32(p.To.Reg&0x1f) << 21      // T
    	o0 |= uint32(p.From.Offset&0x1f) << 11 // UIM
    	out[0] = o0
    }
    
    // lxvp XTp,DQ(RA)
    func type_lxvp(c *ctxt9, p *obj.Prog, t *Optab, out *[5]uint32) {
    	o0 := GenOpcodes[p.As-AXXSETACCZ]
    	o0 |= uint32((p.To.Reg>>5)&0x1) << 21       // TX
    	o0 |= uint32((p.To.Reg>>1)&0xf) << 22       // Tp
    	o0 |= uint32((p.From.Offset>>4)&0xfff) << 4 // DQ
    	o0 |= uint32(p.From.Reg&0x1f) << 16         // RA
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 16 20:18:50 UTC 2022
    - 42.6K bytes
    - Viewed (0)
  2. src/cmd/link/internal/arm64/asm.go

    				ldr.Errorf(s, "TLS offset out of range %d", v)
    			}
    
    			var o0, o1 uint32
    			if target.IsBigEndian() {
    				o0 = uint32(val >> 32)
    				o1 = uint32(val)
    			} else {
    				o0 = uint32(val)
    				o1 = uint32(val >> 32)
    			}
    
    			// R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21
    			// turn ADRP to MOVZ
    			o0 = 0xd2a00000 | uint32(o0&0x1f) | (uint32((v>>16)&0xffff) << 5)
    			// R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jan 30 20:09:45 UTC 2024
    - 47K bytes
    - Viewed (0)
  3. src/crypto/tls/testdata/Client-TLSv12-ClientCert-RSA-RSA

    00000050  11 ff 01 00 01 00 00 0b  00 04 03 00 01 02 00 17  |................|
    00000060  00 00 16 03 03 02 59 0b  00 02 55 00 02 52 00 02  |......Y...U..R..|
    00000070  4f 30 82 02 4b 30 82 01  b4 a0 03 02 01 02 02 09  |O0..K0..........|
    00000080  00 e8 f0 9d 3f e2 5b ea  a6 30 0d 06 09 2a 86 48  |....?.[..0...*.H|
    00000090  86 f7 0d 01 01 0b 05 00  30 1f 31 0b 30 09 06 03  |........0.1.0...|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 10.4K bytes
    - Viewed (0)
  4. src/crypto/tls/testdata/Client-TLSv12-ClientCert-RSA-RSAPKCS1v15

    00000050  11 ff 01 00 01 00 00 0b  00 04 03 00 01 02 00 17  |................|
    00000060  00 00 16 03 03 02 59 0b  00 02 55 00 02 52 00 02  |......Y...U..R..|
    00000070  4f 30 82 02 4b 30 82 01  b4 a0 03 02 01 02 02 09  |O0..K0..........|
    00000080  00 e8 f0 9d 3f e2 5b ea  a6 30 0d 06 09 2a 86 48  |....?.[..0...*.H|
    00000090  86 f7 0d 01 01 0b 05 00  30 1f 31 0b 30 09 06 03  |........0.1.0...|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 10.1K bytes
    - Viewed (0)
  5. src/crypto/tls/testdata/Client-TLSv10-ClientCert-RSA-RSA

    00000050  11 ff 01 00 01 00 00 0b  00 04 03 00 01 02 00 17  |................|
    00000060  00 00 16 03 01 02 59 0b  00 02 55 00 02 52 00 02  |......Y...U..R..|
    00000070  4f 30 82 02 4b 30 82 01  b4 a0 03 02 01 02 02 09  |O0..K0..........|
    00000080  00 e8 f0 9d 3f e2 5b ea  a6 30 0d 06 09 2a 86 48  |....?.[..0...*.H|
    00000090  86 f7 0d 01 01 0b 05 00  30 1f 31 0b 30 09 06 03  |........0.1.0...|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 10.4K bytes
    - Viewed (0)
  6. src/crypto/tls/testdata/Client-TLSv12-ClientCert-RSA-AES256-GCM-SHA384

    00000050  11 ff 01 00 01 00 00 0b  00 04 03 00 01 02 00 17  |................|
    00000060  00 00 16 03 03 02 59 0b  00 02 55 00 02 52 00 02  |......Y...U..R..|
    00000070  4f 30 82 02 4b 30 82 01  b4 a0 03 02 01 02 02 09  |O0..K0..........|
    00000080  00 e8 f0 9d 3f e2 5b ea  a6 30 0d 06 09 2a 86 48  |....?.[..0...*.H|
    00000090  86 f7 0d 01 01 0b 05 00  30 1f 31 0b 30 09 06 03  |........0.1.0...|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 10.4K bytes
    - Viewed (0)
  7. src/context/x_test.go

    	}
    
    	c3 := WithValue(c2, k3, "c3k3")
    	check(c3, "c2", "c1k1", "c2k2", "c3k3")
    
    	c4 := WithValue(c3, k1, nil)
    	check(c4, "c4", "", "c2k2", "c3k3")
    
    	o0 := otherContext{Background()}
    	check(o0, "o0", "", "", "")
    
    	o1 := otherContext{WithValue(Background(), k1, "c1k1")}
    	check(o1, "o1", "c1k1", "", "")
    
    	o2 := WithValue(o1, k2, "o2k2")
    	check(o2, "o2", "c1k1", "o2k2", "")
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 26 19:58:28 UTC 2024
    - 26.3K bytes
    - Viewed (0)
  8. src/cmd/compile/internal/ssa/expand_calls.go

    		if a.Uses == 0 {
    			x.invalidateRecursively(a)
    		}
    	}
    
    	return
    }
    
    func (x *expandState) decomposePair(pos src.XPos, b *Block, a, mem *Value, t0, t1 *types.Type, o0, o1 Op, rc *registerCursor) *Value {
    	e := b.NewValue1(pos, o0, t0, a)
    	pos = pos.WithNotStmt()
    	mem = x.decomposeAsNecessary(pos, b, e, mem, rc.next(t0))
    	e = b.NewValue1(pos, o1, t1, a)
    	mem = x.decomposeAsNecessary(pos, b, e, mem, rc.next(t1))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 28 05:13:40 UTC 2023
    - 31.9K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/arg.go

    //
    // - arg_prfop_Rt:
    //     prefectch operation encoded in the "Rt"
    //
    // - arg_sysreg_o0_op1_CRn_CRm_op2:
    //     system register name encoded in the "o0:op1:CRn:CRm:op2"
    //
    // - arg_pstatefield_op1_op2__SPSel_05__DAIFSet_36__DAIFClr_37:
    //     PSTATE field name encoded in the "op1:op2" field
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 16 17:57:48 UTC 2017
    - 20K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir/graph-default-attr.pbtxt

    >L\251\223=\211\257\224\267]uj\275y7\277\2701\310\361:\006\366\021\276<]\0167\201\276(\274\373\0132=\034\027d\273 l\n?\206[\350\267\250\242R\267glz\2654O-\276\374\010\211>\277\007\004?\277S\206\272\2437D\276\305\255\230\275\330\204#\276\326\271\302>o0\260>\307\206\201\271\231\335\335>^\262\004\271\304:\365\275\3054\276\270U\306\376<;HI<\2070\237\2671a\035>\300R\032=\237FD\267I\233\30298)x7v\025\017\276\316\014\343>H \261\267\226V\350\276\310\006\257>\207RM\274\315\372\360\274\271%\233\267\366Ld8...
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 10 19:32:15 UTC 2020
    - 12K bytes
    - Viewed (0)
Back to top