/external/llvm/lib/Target/AMDGPU/ |
R600InstrFormats.td | 18 field bits<64> Inst; 22 bits<2> FlagOperandIdx = 0; 68 field bits<32> Word0; 70 bits<11> src0; 71 bits<1> src0_rel; 72 bits<11> src1; 73 bits<1> src1_rel; 74 bits<3> index_mode = 0; 75 bits<2> pred_sel; 76 bits<1> last [all...] |
VIInstrFormats.td | 14 class DSe_vi <bits<8> op> : Enc64 { 15 bits<8> vdst; 16 bits<1> gds; 17 bits<8> addr; 18 bits<8> data0; 19 bits<8> data1; 20 bits<8> offset0; 21 bits<8> offset1; 34 class MUBUFe_vi <bits<7> op> : Enc64 { 35 bits<12> offset [all...] |
/external/dtc/tests/ |
sized_cells.dts | 4 cells-8b = /bits/ 8 <'\r' 'b' '\0' '\'' '\xff' 0xde>; 5 cells-16b = /bits/ 16 <'\r' 'b' '\0' '\'' '\xff' 0xdead>; 6 cells-32b = /bits/ 32 <'\r' 'b' '\0' '\'' '\xff' 0xdeadbeef>; 7 cells-64b = /bits/ 64 <'\r' 'b' '\0' '\'' '\xff' 0xdeadbeef00000000>; 9 cells-one-16b = /bits/ 16 <0x1234 0x5678 0x0 0xffff>;
|
/prebuilts/go/darwin-x86/src/math/big/ |
bits_test.go | 5 // This file implements the Bits type used for testing Float operations 17 // A Bits value b represents a finite floating-point number x of the form 22 // used to form fractions. A Bits value is normalized if each b[i] occurs at 23 // most once. For instance Bits{0, 0, 1} is not normalized but represents the 24 // same floating-point number as Bits{2}, which is normalized. The zero (nil) 25 // value of Bits is a ready to use Bits value and represents the value 0. 26 type Bits []int 28 func (x Bits) add(y Bits) Bits [all...] |
/prebuilts/go/linux-x86/src/math/big/ |
bits_test.go | 5 // This file implements the Bits type used for testing Float operations 17 // A Bits value b represents a finite floating-point number x of the form 22 // used to form fractions. A Bits value is normalized if each b[i] occurs at 23 // most once. For instance Bits{0, 0, 1} is not normalized but represents the 24 // same floating-point number as Bits{2}, which is normalized. The zero (nil) 25 // value of Bits is a ready to use Bits value and represents the value 0. 26 type Bits []int 28 func (x Bits) add(y Bits) Bits [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/ |
ldstla-32-1.l | 2 .*:3: Error: number \(0xfffffffeffffffff\) larger than 32 bits 3 .*:4: Error: number \(0xfffffffe00000000\) larger than 32 bits 4 .*:5: Error: number \(0xabcdef0123456789\) larger than 32 bits 5 .*:6: Error: number \(0x0*123456789abcdef\) larger than 32 bits 6 .*:7: Error: number \(0x0*1ffffffff\) larger than 32 bits 7 .*:8: Error: number \(0x0*100000000\) larger than 32 bits 8 .*:10: Error: number \(0xfffffffeffffffff\) larger than 32 bits 9 .*:11: Error: number \(0xfffffffe00000000\) larger than 32 bits 10 .*:12: Error: number \(0xabcdef0123456789\) larger than 32 bits 11 .*:13: Error: number \(0x0*123456789abcdef\) larger than 32 bits [all...] |
ldstla-32-mips3-1.l | 2 .*:3: Error: number \(0xfffffffeffffffff\) larger than 32 bits 3 .*:4: Error: number \(0xfffffffe00000000\) larger than 32 bits 4 .*:4: Error: number \(0xfffffffe00000000\) larger than 32 bits 5 .*:5: Error: number \(0xabcdef0123456789\) larger than 32 bits 6 .*:5: Error: number \(0xabcdef0123450000\) larger than 32 bits 7 .*:6: Error: number \(0x0*123456789abcdef\) larger than 32 bits 8 .*:6: Error: number \(0x0*123456789ac0000\) larger than 32 bits 9 .*:7: Error: number \(0x0*1ffffffff\) larger than 32 bits 10 .*:7: Error: number \(0x0*200000000\) larger than 32 bits 11 .*:8: Error: number \(0x0*100000000\) larger than 32 bits [all...] |
/external/llvm/lib/Target/Mips/ |
MicroMipsInstrFormats.td | 35 field bits<16> Inst; 36 field bits<16> SoftFail = 0; 37 bits<6> Opcode = 0x0; 45 bits<3> rd; 46 bits<3> rt; 47 bits<3> rs; 49 bits<16> Inst; 58 class ANDI_FM_MM16<bits<6> funct> { 59 bits<3> rd; 60 bits<3> rs [all...] |
MicroMips64r6InstrFormats.td | 15 bits<5> rt; 16 bits<5> rs; 17 bits<16> imm; 19 bits<32> Inst; 27 class POOL32I_ADD_IMM_FM_MMR6<bits<5> funct> { 28 bits<5> rs; 29 bits<16> imm; 31 bits<32> Inst; 39 class POOL32S_EXTBITS_FM_MMR6<bits<6> funct> { 40 bits<5> rt [all...] |
/dalvik/dexgen/src/com/android/dexgen/util/ |
BitIntSet.java | 27 int[] bits; field in class:BitIntSet 35 bits = Bits.makeBitSet(max); 41 Bits.set(bits, value, true); 50 if (value >= Bits.getMax(bits)) { 51 int[] newBits = Bits.makeBitSet( 52 Math.max(value + 1, 2 * Bits.getMax(bits))); [all...] |
/dalvik/dx/src/com/android/dx/util/ |
BitIntSet.java | 27 int[] bits; field in class:BitIntSet 35 bits = Bits.makeBitSet(max); 41 Bits.set(bits, value, true); 50 if (value >= Bits.getMax(bits)) { 51 int[] newBits = Bits.makeBitSet( 52 Math.max(value + 1, 2 * Bits.getMax(bits))); [all...] |
/dalvik/dexgen/src/com/android/dexgen/rop/cst/ |
CstLiteral64.java | 24 /** the value as {@code long} bits */ 25 private final long bits; field in class:CstLiteral64 30 * @param bits the value as {@code long} bits 32 /*package*/ CstLiteral64(long bits) { 33 this.bits = bits; 41 bits == ((CstLiteral64) other).bits; 47 return (int) bits ^ (int) (bits >> 32) [all...] |
/dalvik/dx/src/com/android/dx/rop/cst/ |
CstLiteral64.java | 24 /** the value as {@code long} bits */ 25 private final long bits; field in class:CstLiteral64 30 * @param bits the value as {@code long} bits 32 /*package*/ CstLiteral64(long bits) { 33 this.bits = bits; 41 bits == ((CstLiteral64) other).bits; 47 return (int) bits ^ (int) (bits >> 32) [all...] |
/toolchain/binutils/binutils-2.25/bfd/ |
cpu-powerpc.c | 52 64, /* 64 bits in a word */ 53 64, /* 64 bits in an address */ 54 8, /* 8 bits in a byte */ 69 32, /* 32 bits in a word */ 70 32, /* 32 bits in an address */ 71 8, /* 8 bits in a byte */ 86 32, /* 32 bits in a word */ 87 32, /* 32 bits in an address */ 88 8, /* 8 bits in a byte */ 103 64, /* 64 bits in a word * [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/ |
group-reloc-ldr-encoding-bad.l | 2 [^:]*:27: Error: bad offset 0x00001000 \(only 12 bits available for the magnitude\) 3 [^:]*:27: Error: bad offset 0x00001000 \(only 12 bits available for the magnitude\) 4 [^:]*:27: Error: bad offset 0x00001000 \(only 12 bits available for the magnitude\) 5 [^:]*:27: Error: bad offset 0x00001000 \(only 12 bits available for the magnitude\) 6 [^:]*:27: Error: bad offset 0x00001000 \(only 12 bits available for the magnitude\) 7 [^:]*:27: Error: bad offset 0x00001000 \(only 12 bits available for the magnitude\) 8 [^:]*:27: Error: bad offset 0x00001000 \(only 12 bits available for the magnitude\) 9 [^:]*:27: Error: bad offset 0x00001000 \(only 12 bits available for the magnitude\) 10 [^:]*:27: Error: bad offset 0x00001000 \(only 12 bits available for the magnitude\) 11 [^:]*:27: Error: bad offset 0x00001000 \(only 12 bits available for the magnitude\ [all...] |
/external/llvm/lib/Target/PowerPC/ |
PPCInstrFormats.td | 14 class I<bits<6> opcode, dag OOL, dag IOL, string asmstr, InstrItinClass itin> 16 field bits<32> Inst; 17 field bits<32> SoftFail = 0; 29 bits<1> PPC970_First = 0; 30 bits<1> PPC970_Single = 0; 31 bits<1> PPC970_Cracked = 0; 32 bits<3> PPC970_Unit = 0; 51 class PPC970_DGroup_First { bits<1> PPC970_First = 1; } 52 class PPC970_DGroup_Single { bits<1> PPC970_Single = 1; } 53 class PPC970_DGroup_Cracked { bits<1> PPC970_Cracked = 1; [all...] |
/external/llvm/lib/Fuzzer/test/ |
FullCoverageSetTest.cpp | 11 int bits = 0; local 12 if (Size > 0 && Data[0] == 'F') bits |= 1; 13 if (Size > 1 && Data[1] == 'U') bits |= 2; 14 if (Size > 2 && Data[2] == 'Z') bits |= 4; 15 if (Size > 3 && Data[3] == 'Z') bits |= 8; 16 if (Size > 4 && Data[4] == 'E') bits |= 16; 17 if (Size > 5 && Data[5] == 'R') bits |= 32; 18 if (bits == 63) {
|
/external/llvm/test/TableGen/ |
UnsetBitInit.td | 4 field bits<32> A; 7 class y<bits<2> B> : x {
|
pr8330.td | 4 class Or4<bits<8> Val> { 5 bits<8> V = {Val{7}, Val{6}, Val{5}, Val{4}, Val{3}, 1, Val{1}, Val{0} }; 8 class Whatev<bits<8> x>; 10 class Whatever<bits<8> x> { 11 bits<8> W = {x{0}, x{1}, x{2}, x{3}, x{4}, x{5}, x{6}, x{7} }; 14 multiclass X<bits<8> BaseOpc> { 18 multiclass Y<bits<8> BaseOpc> { 29 // CHECK-NEXT: bits<8> W = { 0, 0, 1, 1, 0, 0, 0, 0 };
|
/external/swiftshader/third_party/LLVM/test/TableGen/ |
UnsetBitInit.td | 4 field bits<32> A; 7 class y<bits<2> B> : x {
|
/prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/testdata/ |
conversions.gox | 5 const Bits <type 1 "Units" <type -16>> = convert(<type 1>, "bits");
|
/prebuilts/go/linux-x86/src/go/internal/gccgoimporter/testdata/ |
conversions.gox | 5 const Bits <type 1 "Units" <type -16>> = convert(<type 1>, "bits");
|
/art/test/583-checker-zero/ |
info.txt | 1 Regression test for optimizing that used to think 0.0 has the same bits
|
/external/clang/test/Analysis/ |
fields.c | 45 struct Bits { 62 struct Bits bits; local 64 if (foo() && bits.b) // expected-warning {{garbage}} 66 if (foo() && bits.inner.e) // expected-warning {{garbage}} 69 bits.c = 1; 70 clang_analyzer_eval(bits.c == 1); // expected-warning {{TRUE}} 72 if (foo() && bits.b) // expected-warning {{garbage}} 74 if (foo() && bits.x) // expected-warning {{garbage}} 77 bits.x = true 121 struct Bits bits; local [all...] |
/device/linaro/bootloader/edk2/StdLib/LibC/Main/Ipf/ |
FpuRmode.s | 4 // get the floating point rounding control bits
5 // bits 10 and 11 are the rc bits from main status field fpsr.sf0
|