Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for adcb (0.04 sec)

  1. src/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305_amd64.s

    #define polyMulStage1_AVX2 MOVQ (0*8)(BP), DX; MOVQ DX, t2; MULXQ acc0, t0, t1; IMULQ acc2, t2; MULXQ acc1, AX, DX; ADDQ AX, t1; ADCQ DX, t2
    #define polyMulStage2_AVX2 MOVQ (1*8)(BP), DX; MULXQ acc0, acc0, AX; ADDQ acc0, t1; MULXQ acc1, acc1, t3; ADCQ acc1, t2; ADCQ $0, t3
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 29 21:28:33 UTC 2023
    - 105.6K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/ppc64/asm9.go

    	{as: ATW, a1: C_32CON, a2: C_REG, a6: C_S16CON, type_: 61, size: 4},
    	{as: ADCBF, a1: C_SOREG, type_: 43, size: 4},
    	{as: ADCBF, a1: C_XOREG, type_: 43, size: 4},
    	{as: ADCBF, a1: C_XOREG, a2: C_REG, a6: C_U15CON, type_: 43, size: 4},
    	{as: ADCBF, a1: C_SOREG, a6: C_U15CON, type_: 43, size: 4},
    	{as: ADCBF, a1: C_XOREG, a6: C_U15CON, type_: 43, size: 4},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:55:28 UTC 2024
    - 156.1K bytes
    - Viewed (0)
  3. src/cmd/internal/obj/arm64/asm7.go

    			oprangeset(AUCVTFWD, t)
    			oprangeset(AUCVTFWS, t)
    
    		case ASYS:
    			oprangeset(AAT, t)
    			oprangeset(AIC, t)
    
    		case ATLBI:
    			oprangeset(ADC, t)
    
    		case ASYSL, AHINT:
    			break
    
    		case ADMB:
    			oprangeset(ADSB, t)
    			oprangeset(AISB, t)
    
    		case AMRS, AMSR:
    			break
    
    		case ALDAR:
    			oprangeset(ALDARW, t)
    			oprangeset(ALDARB, t)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 201.1K bytes
    - Viewed (0)
  4. src/cmd/internal/obj/x86/asm6.go

    [...]Optab{
    	{obj.AXXX, nil, 0, opBytes{}},
    	{AAAA, ynone, P32, opBytes{0x37}},
    	{AAAD, ynone, P32, opBytes{0xd5, 0x0a}},
    	{AAAM, ynone, P32, opBytes{0xd4, 0x0a}},
    	{AAAS, ynone, P32, opBytes{0x3f}},
    	{AADCB, yxorb, Pb, opBytes{0x14, 0x80, 02, 0x10, 0x12}},
    	{AADCL, yaddl, Px, opBytes{0x83, 02, 0x15, 0x81, 02, 0x11, 0x13}},
    	{AADCQ, yaddl, Pw, opBytes{0x83, 02, 0x15, 0x81, 02, 0x11, 0x13}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/quantization/tensorflow/python/integration_test/quantize_model_test.py

      # Equations NOT supported for XLA operations.
      @parameterized.parameters(
          testing.parameter_combinations([{
              'equation': ('aecd,abcd->acbe', 'abc,acd->adb'),
              'use_kernel': (True, False),
          }])
      )
      @test_util.run_in_graph_and_eager_modes
      def test_qat_einsum_model_not_supported_with_xla(
          self,
          equation: str,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 03:36:50 UTC 2024
    - 235.6K bytes
    - Viewed (0)
Back to top