HomeSort by relevance Sort by last modified time
    Searched defs:Register (Results 1 - 25 of 73) sorted by null

1 2 3

  /art/runtime/arch/x86/
registers_x86.h 29 enum Register {
40 kNoRegister = -1 // Signals an illegal register.
42 std::ostream& operator<<(std::ostream& os, const Register& rhs);
  /external/llvm/include/llvm/MC/
MachineLocation.h 10 // frame. Locations will be one of two forms; a register or an address formed
11 // from a base address plus an offset. Register indirection can be specified by
27 bool IsRegister; // True if location is a register.
28 unsigned Register; // gcc/gdb register number.
29 int Offset; // Displacement if not register.
32 // The target register number for an abstract frame pointer. The value is
33 // an arbitrary value that doesn't collide with any real target register.
37 : IsRegister(false), Register(0), Offset(0) {}
38 /// Create a direct register location
    [all...]
MCWinEH.h 26 const unsigned Register;
30 : Label(L), Offset(Off), Register(Reg), Operation(Op) {}
  /external/v8/src/ia32/
assembler-ia32.h 52 // the register initialization to depend on the particular initialization
55 // "initialization". Also, the Register objects cannot be const as this
67 struct Register {
76 static inline int ToAllocationIndex(Register reg);
78 static inline Register FromAllocationIndex(int index);
80 static Register from_code(int code) {
83 Register r = { code };
87 bool is(Register reg) const { return code_ == reg.code_; }
113 const Register eax = { kRegister_eax_Code };
114 const Register ecx = { kRegister_ecx_Code }
    [all...]
  /external/v8/src/x87/
assembler-x87.h 52 // the register initialization to depend on the particular initialization
55 // "initialization". Also, the Register objects cannot be const as this
67 struct Register {
76 static inline int ToAllocationIndex(Register reg);
78 static inline Register FromAllocationIndex(int index);
80 static Register from_code(int code) {
83 Register r = { code };
87 bool is(Register reg) const { return code_ == reg.code_; }
113 const Register eax = { kRegister_eax_Code };
114 const Register ecx = { kRegister_ecx_Code }
    [all...]
  /external/openfst/src/include/fst/script/
script-impl.h 104 #include <fst/generic-register.h>
113 // A generic register for operations with various kinds of signatures.
148 // Operation package - everything you need to register a new type of operation
161 // The register (hash) type
162 typedef GenericOperationRegister<OpType> Register;
164 // The register-er type
165 typedef GenericRegisterer<Register> Registerer;
184 typename OpReg::Register *reg = OpReg::Register::GetRegister();
register.h 22 #include <fst/generic-register.h>
27 // the register for FstClass arc types.
79 // Struct containing everything needed to register a particular type
92 // FST class Register
93 typedef FstClassIORegister<Reader, Creator, Converter> Register;
95 // FST class Register-er
  /external/llvm/lib/Target/Hexagon/Disassembler/
HexagonDisassembler.cpp 85 unsigned Register = IntRegDecoderTable[RegNo];
86 Inst.addOperand(MCOperand::CreateReg(Register));
105 unsigned Register = CtrlRegDecoderTable[RegNo];
106 Inst.addOperand(MCOperand::CreateReg(Register));
129 unsigned Register = CtrlReg64DecoderTable[RegNo];
130 Inst.addOperand(MCOperand::CreateReg(Register));
136 unsigned Register = 0;
139 Register = Hexagon::M0;
142 Register = Hexagon::M1;
147 Inst.addOperand(MCOperand::CreateReg(Register));
    [all...]
  /external/llvm/tools/llvm-pdbdump/
LinePrinter.h 72 Register,
  /external/regex-re2/util/
benchmark.cc 18 void Benchmark::Register() {
  /external/skia/src/core/
SkFlattenable.cpp 62 void SkFlattenable::Register(const char name[], Factory factory, SkFlattenable::Type type) {
  /external/google-breakpad/src/client/windows/crash_generation/
crash_generation_client.cc 180 bool CrashGenerationClient::Register() {
  /external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h 118 static void Register() {
  /external/v8/src/arm64/
assembler-arm64.h 35 // Some CPURegister methods can return Register and FPRegister types, so we
37 struct Register;
77 Register X() const;
78 Register W() const;
94 struct Register : public CPURegister {
95 static Register Create(unsigned code, unsigned size) {
96 return Register(CPURegister::Create(code, size, CPURegister::kRegister));
99 Register() {
105 explicit Register(const CPURegister& r) {
112 Register(const Register& r) { // NOLINT(runtime/explicit
    [all...]
  /external/v8/src/heap/
objects-visiting.h 151 void Register(StaticVisitorBase::VisitorId id, Callback callback) {
160 Register(StaticVisitorBase::GetVisitorIdForSize(base, generic, size),
178 Register(generic, &Visitor::Visit);
  /art/compiler/dwarf/
debug_frame_opcode_writer.h 22 #include "dwarf/register.h"
165 // The previous value of "reg" is stored in register "new_reg".
166 void ALWAYS_INLINE Register(Reg reg, Reg new_reg) {
  /art/runtime/arch/arm/
registers_arm.h 26 enum Register {
43 TR = 9, // thread register
52 std::ostream& operator<<(std::ostream& os, const Register& rhs);
  /art/runtime/arch/x86_64/
registers_x86_64.h 29 enum Register {
48 kNoRegister = -1 // Signals an illegal register.
50 std::ostream& operator<<(std::ostream& os, const Register& rhs);
  /external/llvm/include/llvm/CodeGen/
StackMaps.h 81 /// \brief Get the next scratch register operand index.
134 enum LocationType { Unprocessed, Register, Direct, Indirect, Constant,
156 // Only sort by the dwarf register number.
221 /// \brief Create a live-out register record for the given register @p Reg.
225 /// \brief Parse the register live-out mask and return a vector of live-out
233 /// calling convention) the return register is also recorded if requested.
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.h 290 static void Register() {
  /external/llvm/lib/ExecutionEngine/Orc/
OrcMCJITReplacement.h 135 static void Register() {
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_parse.h 46 struct tgsi_dst_register Register;
54 struct tgsi_src_register Register;
  /art/runtime/arch/mips/
registers_mips.h 29 enum Register {
63 kNoRegister = -1 // Signals an illegal register.
65 std::ostream& operator<<(std::ostream& os, const Register& rhs);
  /external/clang/test/CodeGenCXX/
debug-info-use-after-free.cpp 38 public:static bool Register ()
47 public:static bool Register (char *, char *, int *)
50 TypeParameterizedTest < Fixture, Head, Types >::Register;
86 TypeList < int >::type >::Register ("Int", "TypedTestP1", 0);
90 TypeList < Types < int > >::type >::Register ("Int", "TypedTestP2", 0);
  /external/llvm/lib/CodeGen/
SjLjEHPrepare.cpp 292 // If this is an alloca in the entry block, it's not a real register
462 // Register the function context and make sure it's known to not throw
463 CallInst *Register =
465 Register->setDoesNotThrow();

Completed in 2082 milliseconds

1 2 3