HomeSort by relevance Sort by last modified time
    Searched refs:cbit (Results 1 - 9 of 9) sorted by null

  /prebuilts/go/darwin-x86/test/
iota.go 75 cbit, cmask = 1 << iota, 1<<iota - 1
120 assert(cbit == 4, "cbit")
74 cbit, cmask = 1 << iota, 1<<iota - 1 const
  /prebuilts/go/linux-x86/test/
iota.go 75 cbit, cmask = 1 << iota, 1<<iota - 1
120 assert(cbit == 4, "cbit")
74 cbit, cmask = 1 << iota, 1<<iota - 1 const
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/crx/
bit_insn.s 7 # cbit instructions.
  /toolchain/binutils/binutils-2.25/opcodes/
hppa-dis.c 1190 int cbit; local
1192 cbit = GET_FIELD (insn, 16, 18);
1194 if (cbit > 0)
1195 (*info->fprintf_func) (info->stream, ",%d", cbit - 1);
bfin-dis.c 1225 int cbit = ((iw0 >> CC2stat_cbit_bits) & CC2stat_cbit_mask); local
    [all...]
  /external/v8/benchmarks/
crypto.js 897 function cbit(x) { function
906 for(var i = 0; i < this.t; ++i) r += cbit(this_array[i]^x);
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-bfin.c     [all...]