HomeSort by relevance Sort by last modified time
    Searched refs:rbit (Results 1 - 25 of 63) sorted by null

1 2 3

  /external/clang/test/CodeGen/
builtins-arm64.c 13 // CHECK: call {{.*}} @llvm.aarch64.rbit.i32(i32 %a)
14 unsigned rbit(unsigned a) { function
18 // CHECK: call {{.*}} @llvm.aarch64.rbit.i64(i64 %a)
builtins-arm.c 71 // CHECK: call {{.*}} @llvm.arm.rbit(i32 %a)
73 unsigned rbit(unsigned a) { function
  /external/llvm/test/MC/ARM/
not-armv4.s 8 rbit r4,r9 label
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
archv6t2.s 26 rbit r0, r0
28 rbit r9, r0
29 rbit r0, r9
archv6t2.d 27 0+4c <[^>]+> e6ff0f30 rbit r0, r0
29 0+54 <[^>]+> e6ff9f30 rbit r9, r0
30 0+58 <[^>]+> e6ff0f39 rbit r0, r9
thumb2_bad_reg.s 356 @ RBIT
357 rbit r13, r0
358 rbit r15, r0
359 rbit r0, r13
360 rbit r0, r15
thumb32.d     [all...]
thumb32.s 600 rx rbit rbit.w
thumb2_bad_reg.l 273 [^:]*:[0-9]+: Error: r13 not allowed here -- `rbit r13,r0'
274 [^:]*:[0-9]+: Error: r15 not allowed here -- `rbit r15,r0'
275 [^:]*:[0-9]+: Error: r13 not allowed here -- `rbit r0,r13'
276 [^:]*:[0-9]+: Error: r15 not allowed here -- `rbit r0,r15'
    [all...]
  /test/vts-testcase/kernel/api/proc/
ProcMapsTest.py 63 "{:addr}-{:addr} {:rbit}{:wbit}{:xbit}{:spbit} {:addr} {:mm}:{:mm} {:lu}{:path}",
65 rbit=token_rbit, wbit=token_wbit, xbit=token_xbit, spbit=token_spbit))
  /external/libnl/lib/route/qdisc/
htb.c 135 double r, rbit; local
139 rbit = nl_cancel_down_bits(htb->ch_rate.rs_rate*8, &rubit);
142 r, ru, rbit, rubit, 1<<htb->ch_rate.rs_cell_log);
156 double r, rbit; local
160 rbit = nl_cancel_down_bits(htb->ch_ceil.rs_rate*8, &rubit);
163 r, ru, rbit, rubit, 1<<htb->ch_ceil.rs_cell_log);
cbq.c 101 double r, rbit; local
108 rbit = nl_cancel_down_bits(cbq->cbq_rate.rate * 8, &rubit);
111 r, ru, rbit, rubit, cbq->cbq_wrr.priority);
tbf.c 79 double r, rbit, lim; local
87 rbit = nl_cancel_down_bits(tbf->qt_rate.rs_rate*8, &rubit);
91 r, ru, rbit, rubit, lim, limu);
  /prebuilts/go/darwin-x86/src/math/big/
bits_test.go 127 var bit0, rbit, sbit uint
133 rbit = 1
150 if mode == ToNearestEven && rbit == 1 && (sbit == 1 || sbit == 0 && bit0 != 0) || mode == AwayFromZero {
float.go 402 // Rounding is based on two bits: the rounding bit (rbit) and the
403 // sticky bit (sbit). The rbit is the bit immediately before the
405 // of the bits before the rbit are set (the "0.25", "0.125", etc.):
407 // rbit sbit => "fractional part"
416 rbit := z.mant.bit(r) & 1 // rounding bit; be safe and ensure it's a single bit
418 // TODO(gri) if rbit != 0 we don't need to compute sbit for some rounding modes (optimization)
435 if rbit|sbit != 0 {
446 inc = rbit != 0 && (sbit != 0 || z.mant[0]&lsb != 0)
448 inc = rbit != 0
    [all...]
  /prebuilts/go/linux-x86/src/math/big/
bits_test.go 127 var bit0, rbit, sbit uint
133 rbit = 1
150 if mode == ToNearestEven && rbit == 1 && (sbit == 1 || sbit == 0 && bit0 != 0) || mode == AwayFromZero {
float.go 402 // Rounding is based on two bits: the rounding bit (rbit) and the
403 // sticky bit (sbit). The rbit is the bit immediately before the
405 // of the bits before the rbit are set (the "0.25", "0.125", etc.):
407 // rbit sbit => "fractional part"
416 rbit := z.mant.bit(r) & 1 // rounding bit; be safe and ensure it's a single bit
418 // TODO(gri) if rbit != 0 we don't need to compute sbit for some rounding modes (optimization)
435 if rbit|sbit != 0 {
446 inc = rbit != 0 && (sbit != 0 || z.mant[0]&lsb != 0)
448 inc = rbit != 0
    [all...]
  /bionic/libc/arch-arm64/generic/bionic/
memchr.S 148 rbit synd, synd
strchr.S 143 rbit tmp1, tmp1
  /external/llvm/test/MC/AArch64/
neon-simd-misc.s 291 rbit v0.16b, v31.16b
292 rbit v1.8b, v9.8b
294 // CHECK: rbit v0.16b, v31.16b // encoding: [0xe0,0x5b,0x60,0x6e]
295 // CHECK: rbit v1.8b, v9.8b // encoding: [0x21,0x59,0x60,0x2e]
    [all...]
arm64-arithmetic-encoding.s 436 rbit w1, w2
437 rbit x1, x2
  /toolchain/binutils/binutils-2.25/gas/config/
tc-tic4x.c 246 unsigned int rbit; /* Round bit. */ local
454 rbit = 0;
455 /* Store the mantissa data into smant and the roundbit into rbit */
459 rbit = shift < 0 ? ((*p >> (-shift-1)) & 0x1) : 0;
465 if(rbit)
    [all...]
  /external/valgrind/none/tests/arm/
v6intARM.stdout.exp     [all...]
  /external/vixl/test/aarch32/
test-assembler-cond-rd-rn-t32.cc 53 M(rbit) \
330 #include "aarch32/traces/assembler-cond-rd-rn-t32-rbit.h"
  /external/swiftshader/third_party/subzero/src/
IceAssemblerARM32.h 272 void rbit(const Operand *OpRd, const Operand *OpRm, CondARM32::Cond Cond);

Completed in 873 milliseconds

1 2 3