HomeSort by relevance Sort by last modified time
    Searched defs:Bit (Results 76 - 92 of 92) sorted by null

1 2 34

  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/TableGen/
Record.h 92 /// 'bit' - Represent a single bit
105 std::string getAsString() const override { return "bit"; }
262 /// We could pack these a bit tighter by not having the IK_FirstXXXInit
334 /// the bit subscript operator on this initializer, return null.
371 /// bit.
372 virtual Init *getBit(unsigned Bit) const = 0;
374 /// This method is used to retrieve the initializer for bit
378 /// This method is used to retrieve the bit number of a bit
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
CommandLine.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/TableGen/
Record.h 92 /// 'bit' - Represent a single bit
105 std::string getAsString() const override { return "bit"; }
262 /// We could pack these a bit tighter by not having the IK_FirstXXXInit
334 /// the bit subscript operator on this initializer, return null.
371 /// bit.
372 virtual Init *getBit(unsigned Bit) const = 0;
374 /// This method is used to retrieve the initializer for bit
378 /// This method is used to retrieve the bit number of a bit
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
CommandLine.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/TableGen/
Record.h 92 /// 'bit' - Represent a single bit
105 std::string getAsString() const override { return "bit"; }
262 /// We could pack these a bit tighter by not having the IK_FirstXXXInit
334 /// the bit subscript operator on this initializer, return null.
371 /// bit.
372 virtual Init *getBit(unsigned Bit) const = 0;
374 /// This method is used to retrieve the initializer for bit
378 /// This method is used to retrieve the bit number of a bit
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
CommandLine.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/TableGen/
Record.h 92 /// 'bit' - Represent a single bit
105 std::string getAsString() const override { return "bit"; }
262 /// We could pack these a bit tighter by not having the IK_FirstXXXInit
334 /// the bit subscript operator on this initializer, return null.
371 /// bit.
372 virtual Init *getBit(unsigned Bit) const = 0;
374 /// This method is used to retrieve the initializer for bit
378 /// This method is used to retrieve the bit number of a bit
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
CommandLine.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/TableGen/
Record.h 92 /// 'bit' - Represent a single bit
105 std::string getAsString() const override { return "bit"; }
262 /// We could pack these a bit tighter by not having the IK_FirstXXXInit
334 /// the bit subscript operator on this initializer, return null.
371 /// bit.
372 virtual Init *getBit(unsigned Bit) const = 0;
374 /// This method is used to retrieve the initializer for bit
378 /// This method is used to retrieve the bit number of a bit
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
CommandLine.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/TableGen/
Record.h 92 /// 'bit' - Represent a single bit
105 std::string getAsString() const override { return "bit"; }
262 /// We could pack these a bit tighter by not having the IK_FirstXXXInit
334 /// the bit subscript operator on this initializer, return null.
371 /// bit.
372 virtual Init *getBit(unsigned Bit) const = 0;
374 /// This method is used to retrieve the initializer for bit
378 /// This method is used to retrieve the bit number of a bit
    [all...]
  /external/llvm/lib/Target/AMDGPU/AsmParser/
AMDGPUAsmParser.cpp 184 // check the float bit values which is what a few other places do.
263 // TODO: Find out how SALU supports extension of 32-bit literals to 64 bits.
281 // TODO: Check if the 64-bit value (coming from assembly source) can be
285 // TODO: How 64-bit values are formed from 32-bit literals in _B64 insns?
848 // Single 32-bit register: vXX.
982 Error(S, "invalid immediate: only 32-bit values are legal");
    [all...]
  /external/v8/src/arm/
constants-arm.h 131 // Instr is merely used by the Assembler to distinguish 32bit integers
132 // representing instructions from usual 32 bit values.
133 // Instruction objects are pointers to 32bit values, and provide methods to
155 BIC = 14 << 21, // Bit Clear.
160 // The bits for bit 7-4 for some type 0 miscellaneous instructions.
209 // Instruction bit masks.
289 // Bit encoding P U W.
301 // Bit encoding P U W .
361 // svc (formerly swi) provides a 24bit immediate value. Use bits 22:0 for
362 // standard SoftwareInterrupCode. Bit 23 is reserved for the stop feature
    [all...]
  /external/v8/src/s390/
constants-s390.h 151 // Instr is merely used by the Assembler to distinguish 32bit integers
152 // representing instructions from usual 32 bit values.
153 // Instruction objects are pointers to 32bit values, and provide methods to
517 0xE7C0) /* type = VRR_A VECTOR FP CONVERT TO LOGICAL 64-BIT */ \
519 0xE7C1) /* type = VRR_A VECTOR FP CONVERT FROM LOGICAL 64-BIT */ \
520 V(vcgd, VCGD, 0xE7C2) /* type = VRR_A VECTOR FP CONVERT TO FIXED 64-BIT */ \
521 V(vcdg, VCDG, 0xE7C3) /* type = VRR_A VECTOR FP CONVERT FROM FIXED 64-BIT */ \
    [all...]
  /external/clang/lib/CodeGen/
MicrosoftCXXABI.cpp 189 // The deleting destructors accept an i32 bitfield as a second parameter. Bit
190 // 1 indicates if the memory should be deleted. Bit 2 indicates if the this
192 // bit 2 is zero, and therefore does not contain a loop.
729 // _CxxThrowException is stdcall on 32-bit x86 platforms.
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 519 unsigned isNegative : 1; // Negated OffsetReg? (~'U' bit)
    [all...]

Completed in 3852 milliseconds

1 2 34