Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for BSF (0.23 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/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)
  3. 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)
Back to top