Searched defs:reg (Results 1 - 25 of 183) sorted by relevance

12345678

/macosx-10.9.5/groff-38/groff/src/roff/troff/
H A Dreg.h23 class reg : public object { class in inherits:object
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGRegisterSet.h69 void set(GPRReg reg) argument
[all...]
H A DDFGRegisterBank.h142 VirtualRegister allocateSpecific(RegID reg) argument
156 void retain(RegID reg, VirtualRegister name, SpillHint spillOrder) argument
[all...]
H A DDFGFPRInfo.h76 static unsigned toIndex(FPRReg reg) argument
81 static const char* debugName(FPRReg reg) argument
142 static unsigned toIndex(FPRReg reg) argument
147 static const char* debugName(FPRReg reg) argument
[all...]
H A DDFGScratchRegisterAllocator.h49 void lock(T reg) { m_lockedRegisters.set(reg); } argument
56 typename BankInfo::RegisterType reg = BankInfo::toRegister(i); local
68 typename BankInfo::RegisterType reg = BankInfo::toRegister(i); local
[all...]
/macosx-10.9.5/cctools-845/as/
H A Dm88k-check.c77 reg(void) function
/macosx-10.9.5/dtrace-118.1/libdtrace/
H A Ddt_regset.c95 int reg; local
110 dt_regset_free(dt_regset_t *drp, int reg) argument
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/comp/
H A Dfnmatch.c36 int reg; /* regex flag */ member in struct:__anon9259
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dtransreg.h425 const TransliteratorRegistry& reg; member in class:TransliteratorRegistry::Enumeration
/macosx-10.9.5/cxxfilt-11/cxxfilt/include/opcode/
H A Dmsp430.h27 int reg; /* Register. */ member in struct:msp430_operand_s
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/sh/
H A Dtdump.c242 static int p_switch(register const struct regnod *reg) argument
H A Dtrestore.c317 struct regnod *reg=0,*regold,*regtop=0; local
[all...]
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/cdt/
H A Ddthdr.h40 #define reg register macro
/macosx-10.9.5/ppp-727.90.1/Family/
H A Dppp_ipv6.c106 struct ifnet_attach_proto_param reg; local
H A Dppp_ip.c108 struct ifnet_attach_proto_param reg; local
/macosx-10.9.5/JavaScriptCore-7537.78.1/assembler/
H A DRepatchBuffer.h162 void revertJumpReplacementToBranchPtrWithPatch(CodeLocationLabel instructionStart, MacroAssembler::RegisterID reg, void* value) argument
H A DARMAssembler.cpp91 int ARMAssembler::genInt(int reg, ARMWord imm, bool positive) argument
/macosx-10.9.5/cctools-845/gprof/
H A Dvax.h78 literal, indexed, reg, regdef, autodec, autoinc, autoincdef, enumerator in enum:opermodes
/macosx-10.9.5/cxxfilt-11/cxxfilt/opcodes/
H A Dpdp11-dis.c59 print_reg (int reg, disassemble_info *info) argument
84 int reg = code & 7; local
176 int reg = code & 7; local
[all...]
H A Dscore-dis.c140 long reg; local
150 long reg; local
160 long reg; local
180 long reg; local
309 long reg; local
[all...]
/macosx-10.9.5/emacs-92/emacs/src/
H A Dccl.h47 int reg[8]; /* CCL registers, reg[7] is used for member in struct:ccl_program
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/CodeGen/
H A DLiveVariables.h210 bool removeVirtualRegisterKilled(unsigned reg, MachineInstr *MI) { argument
246 bool removeVirtualRegisterDead(unsigned reg, MachineInstr *MI) { argument
/macosx-10.9.5/llvmCore-3425.0.33/lib/MC/MCDisassembler/
H A DEDOperand.cpp146 unsigned reg = Inst.Inst->getOperand(MCOpIndex).getReg(); local
223 unsigned reg = Inst.Inst->getOperand(MCOpIndex).getReg(); local
/macosx-10.9.5/ppp-727.90.1/Drivers/PPPoE/PPPoE-extension/
H A Dpppoe_dlil.c109 struct ifnet_attach_proto_param reg; local
/macosx-10.9.5/JavaScriptCore-7537.78.1/disassembler/udis86/
H A Dudis86_decode.c430 uint8_t reg = (REX_R(u->pfx_rex) << 3) | MODRM_REG(modrm(u)); local
455 unsigned char mod, rm, reg; local

Completed in 133 milliseconds

12345678