Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for BSF (0.12 sec)

  1. src/cmd/vendor/golang.org/x/arch/x86/x86asm/plan9x.go

    	default:
    		return "", 0
    	}
    
    	s, base := symname(disp)
    	return s, int64(disp) - int64(base)
    }
    
    var plan9Suffix = [maxOp + 1]bool{
    	ADC:       true,
    	ADD:       true,
    	AND:       true,
    	BSF:       true,
    	BSR:       true,
    	BT:        true,
    	BTC:       true,
    	BTR:       true,
    	BTS:       true,
    	CMP:       true,
    	CMPXCHG:   true,
    	CVTSI2SD:  true,
    	CVTSI2SS:  true,
    	CVTSD2SI:  true,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jul 12 20:38:21 UTC 2023
    - 7.2K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/arch/x86/x86asm/tables.go

    	0xF3, 6690,
    	0x0, 6674,
    	/*6674*/ uint16(xCondDataSize), 6678, 6684, 0,
    	/*6678*/ uint16(xSetOp), uint16(BSF),
    	/*6680*/ uint16(xReadSlashR),
    	/*6681*/ uint16(xArgR16),
    	/*6682*/ uint16(xArgRM16),
    	/*6683*/ uint16(xMatch),
    	/*6684*/ uint16(xSetOp), uint16(BSF),
    	/*6686*/ uint16(xReadSlashR),
    	/*6687*/ uint16(xArgR32),
    	/*6688*/ uint16(xArgRM32),
    	/*6689*/ uint16(xMatch),
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 16 22:24:28 UTC 2022
    - 266.8K bytes
    - Viewed (0)
  3. fess-crawler-lasta/src/main/resources/crawler/extractor.xml

    				"application/timestamp-query",
    				"application/timestamp-reply",
    				"application/tve-trigger",
    				"application/ulpfec",
    				"application/vemmi",
    				"application/vividence.scriptfile",
    				"application/vnd.3gpp.bsf+xml",
    				"application/vnd.3gpp.pic-bw-large",
    				"application/vnd.3gpp.pic-bw-small",
    				"application/vnd.3gpp.pic-bw-var",
    				"application/vnd.3gpp.sms",
    				"application/vnd.3gpp2.bcmcsinfo+xml",
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Sat Aug 01 21:40:30 UTC 2020
    - 49K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/ssa/_gen/AMD64.rules

    (CMPXCHGLlock [off1] {sym} (ADDQconst [off2] ptr) old new_ mem) && is32Bit(int64(off1)+int64(off2)) =>
    	(CMPXCHGLlock [off1+off2] {sym} ptr old new_ mem)
    
    // We don't need the conditional move if we know the arg of BSF is not zero.
    (CMOVQEQ x _ (Select1 (BS(F|R)Q (ORQconst [c] _)))) && c != 0 => x
    // Extension is unnecessary for trailing zeros.
    (BSFQ (ORQconst <t> [1<<8] (MOVBQZX x))) => (BSFQ (ORQconst <t> [1<<8] x))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 12 19:38:41 UTC 2024
    - 93.9K bytes
    - Viewed (0)
  5. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

      <mime-type type="application/tve-trigger"/>
      <mime-type type="application/ulpfec"/>
      <mime-type type="application/vemmi"/>
      <mime-type type="application/vividence.scriptfile"/>
      <mime-type type="application/vnd.3gpp.bsf+xml"/>
      <mime-type type="application/vnd.3gpp.pic-bw-large">
        <glob pattern="*.plb"/>
      </mime-type>
      <mime-type type="application/vnd.3gpp.pic-bw-small">
        <glob pattern="*.psb"/>
      </mime-type>
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  6. src/regexp/testdata/re2-exhaustive.txt.bz2

    7�jy�0>��^|XeG2���j�����Pcc�J���ʹ����CF�?Xk̹�fm�]��6a�M�FK m\ھ��s|�Z���fG�U�dWj���x�R6[ ��2�&���f���+���.I��S �yݭ��~)���\mE��Q�2�������m�Z��L�;P�l"f�jk��f�jk��H#Ob�ĕ:��Ë��\9�:TV��U�9��CV�2�LYiY�9T�1FZU�9�аЙeK ƥ0�&YJ���1K�*a����p�� ͚͙�2�Bsf�fp�L���a0�0�\0�0xp0aa�0���Æ����e ҟ��:r�+�es�(��P�^Z�vl=6�s6��# Wf�L;[y`�ݳc۳kӧ�^YT=9o=TwrO{[:wsK�[��OyuS�W���a�.nk/��x�qq���N&+�$���/ؙ��6]����ڙ�s�����SZU�Տ0�c,�e��ƤƢ����d곷+��t�΢��O*��L�MI�S��>�lFi�� ��V���|e�κ��p�Z�5VY...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 13 14:52:20 UTC 2021
    - 418.2K bytes
    - Viewed (0)
Back to top