Searched refs:reg (Results 176 - 200 of 424) sorted by relevance

1234567891011>>

/macosx-10.10.1/dtrace-147/libdtrace/
H A Ddt_cg.c88 dt_cg_xsetx(dt_irlist_t *dlp, dt_ident_t *idp, uint_t lbl, int reg, uint64_t x) argument
92 dif_instr_t instr = DIF_INSTR_SETX((uint_t)intoff, reg);
107 dt_cg_setx(dt_irlist_t *dlp, int reg, uint64_t x) argument
109 dt_cg_xsetx(dlp, NULL, DT_LBL_NONE, reg, x);
410 int reg; local
424 if ((reg = dt_regset_alloc(drp)) == -1)
426 dt_cg_setx(dlp, reg, size);
427 instr = DIF_INSTR_COPYS(src->dn_reg, reg, dst->dn_reg);
429 dt_regset_free(drp, reg);
432 reg
475 int reg, n; local
628 int reg; local
1224 int reg, n; local
1360 int reg; local
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/dfg/
H A DDFGSpeculativeJIT.h144 void lock(GPRReg reg) argument
146 m_gprs.lock(reg);
148 void lock(FPRReg reg) argument
150 m_fprs.lock(reg);
152 void unlock(GPRReg reg) argument
154 m_gprs.unlock(reg);
156 void unlock(FPRReg reg) argument
158 m_fprs.unlock(reg);
171 GPRReg reuse(GPRReg reg) argument
173 m_gprs.lock(reg);
176 reuse(FPRReg reg) argument
516 GPRReg reg = info.gpr(); local
802 int32Result(GPRReg reg, Node* node, DataFormat format = DataFormatInt32, UseChildrenMode mode = CallUseChildren) argument
825 int32Result(GPRReg reg, Node* node, UseChildrenMode mode) argument
829 int52Result(GPRReg reg, Node* node, DataFormat format, UseChildrenMode mode = CallUseChildren) argument
840 int52Result(GPRReg reg, Node* node, UseChildrenMode mode = CallUseChildren) argument
844 strictInt52Result(GPRReg reg, Node* node, UseChildrenMode mode = CallUseChildren) argument
854 cellResult(GPRReg reg, Node* node, UseChildrenMode mode = CallUseChildren) argument
864 blessedBooleanResult(GPRReg reg, Node* node, UseChildrenMode mode = CallUseChildren) argument
878 unblessedBooleanResult(GPRReg reg, Node* node, UseChildrenMode mode = CallUseChildren) argument
886 jsValueResult(GPRReg reg, Node* node, DataFormat format = DataFormatJS, UseChildrenMode mode = CallUseChildren) argument
899 jsValueResult(GPRReg reg, Node* node, UseChildrenMode mode) argument
904 booleanResult(GPRReg reg, Node* node, UseChildrenMode mode = CallUseChildren) argument
938 storageResult(GPRReg reg, Node* node, UseChildrenMode mode = CallUseChildren) argument
948 doubleResult(FPRReg reg, Node* node, UseChildrenMode mode = CallUseChildren) argument
[all...]
H A DDFGGenerationInfo.h89 void initInt52(Node* node, uint32_t useCount, GPRReg reg, DataFormat format) argument
92 initGPR(node, useCount, reg, format);
94 void initInt52(Node* node, uint32_t useCount, GPRReg reg) argument
96 initGPR(node, useCount, reg, DataFormatInt52);
98 void initStrictInt52(Node* node, uint32_t useCount, GPRReg reg) argument
100 initGPR(node, useCount, reg, DataFormatStrictInt52);
/macosx-10.10.1/cxxfilt-11/cxxfilt/opcodes/
H A Dcrx-dis.c103 static char *getregname (reg);
186 getregname (reg r)
188 const reg_entry *reg = &crx_regtab[r]; local
190 if (reg->type != CRX_R_REGTYPE)
193 return reg->name;
201 const reg_entry *reg; local
204 reg = &crx_copregtab[r];
206 reg = &crx_copregtab[r+(cs0-c0)];
210 return reg->name;
/macosx-10.10.1/IOPCIFamily-239.1.2/
H A DIOPCIDevice.cpp694 UInt32 IOPCIDevice::setConfigBits( UInt8 reg, UInt32 mask, UInt32 value ) argument
699 bits = extendedConfigRead32( reg );
703 extendedConfigWrite32( reg, bits );
751 IODeviceMemory * IOPCIDevice::getDeviceMemoryWithRegister( UInt8 reg )
765 if (reg == (range->getTag() & 0xff))
772 IOMemoryMap * IOPCIDevice:: mapDeviceMemoryWithRegister( UInt8 reg, argument
778 range = getDeviceMemoryWithRegister( reg );
949 uint32_t reg; local
953 reg = extendedConfigRead32(reserved->expressCapability + 0x24);
954 if (!((1 << 11) & reg)) retur
[all...]
/macosx-10.10.1/IOPCIFamily-239.1.2/tools/
H A Dpcidump.c147 CFDataRef reg; local
150 reg = IORegistryEntryCreateCFProperty(service, CFSTR("reg"),
154 if (reg)
156 if (CFDataGetTypeID() == CFGetTypeID(reg))
157 bits = ((UInt32 *)CFDataGetBytePtr(reg))[0];
158 CFRelease(reg);
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/
H A DRegAllocGreedy.cpp138 return ExtraRegInfo[VirtReg.reg].Stage;
143 ExtraRegInfo[VirtReg.reg].Stage = Stage;
150 unsigned Reg = (*Begin)->reg;
396 // The queue holds (size, reg) pairs.
398 const unsigned Reg = LI->reg;
453 if (unsigned Hint = MRI->getSimpleHint(VirtReg.reg))
528 unsigned Cascade = ExtraRegInfo[VirtReg.reg].Cascade;
542 assert(TargetRegisterInfo::isVirtualRegister(Intf->reg) &&
555 RegClassInfo.getNumAllocatableRegs(MRI->getRegClass(VirtReg.reg)) <
556 RegClassInfo.getNumAllocatableRegs(MRI->getRegClass(Intf->reg)));
[all...]
H A DInlineSpiller.cpp239 RI = MRI.reg_nodbg_begin(SnipLI.reg);
248 if (SnipLI.reg == TII.isLoadFromStackSlot(MI, FI) && FI == StackSlot)
252 if (SnipLI.reg == TII.isStoreToStackSlot(MI, FI) && FI == StackSlot)
737 /// redundant spills of this value in SLI.reg and sibling copies.
747 unsigned Reg = LI->reg;
825 assert(isRegToSpill(SnipLI.reg) && "Unexpected register in copy");
842 if (MO.isReg() && MO.isUse() && MO.getReg() == VirtReg.reg)
863 // If the instruction also writes VirtReg.reg, it had better not require the
867 MIBundleOperands(MI).analyzeVirtReg(VirtReg.reg, &Ops);
870 DEBUG(dbgs() << "\tcannot remat tied reg
[all...]
/macosx-10.10.1/ruby-106/ruby/
H A Dregparse.c451 onig_print_names(FILE* fp, regex_t* reg) argument
453 NameTable* t = (NameTable* )reg->name_table;
475 names_clear(regex_t* reg) argument
477 NameTable* t = (NameTable* )reg->name_table;
486 onig_names_free(regex_t* reg) argument
491 r = names_clear(reg);
494 t = (NameTable* )reg->name_table;
496 reg->name_table = (void* )NULL;
501 name_find(regex_t* reg, const UChar* name, const UChar* name_end) argument
504 NameTable* t = (NameTable* )reg
515 regex_t* reg; member in struct:__anon12269
537 onig_foreach_name(regex_t* reg, int (*func)(const UChar*, const UChar*,int,int*,regex_t*,void*), void* arg) argument
572 onig_renumber_name_table(regex_t* reg, GroupNumRemap* map) argument
584 onig_number_of_names(regex_t* reg) argument
606 onig_print_names(FILE* fp, regex_t* reg) argument
638 names_clear(regex_t* reg) argument
667 onig_names_free(regex_t* reg) argument
682 name_find(regex_t* reg, const UChar* name, const UChar* name_end) argument
700 onig_foreach_name(regex_t* reg, int (*func)(const UChar*, const UChar*,int,int*,regex_t*,void*), void* arg) argument
720 onig_number_of_names(regex_t* reg) argument
733 name_add(regex_t* reg, UChar* name, UChar* name_end, int backref, ScanEnv* env) argument
848 onig_name_to_group_numbers(regex_t* reg, const UChar* name, const UChar* name_end, int** nums) argument
870 onig_name_to_backref_number(regex_t* reg, const UChar* name, const UChar* name_end, OnigRegion *region) argument
896 onig_name_to_group_numbers(regex_t* reg, const UChar* name, const UChar* name_end, int** nums) argument
903 onig_name_to_backref_number(regex_t* reg, const UChar* name, const UChar* name_end, OnigRegion* region) argument
910 onig_foreach_name(regex_t* reg, int (*func)(const UChar*, const UChar*,int,int*,regex_t*,void*), void* arg) argument
917 onig_number_of_names(regex_t* reg) argument
924 onig_noname_group_capture_is_active(regex_t* reg) argument
6296 onig_parse_make_tree(Node** root, const UChar* pattern, const UChar* end, regex_t* reg, ScanEnv* env) argument
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/assembler/
H A DRepatchBuffer.h174 void revertJumpReplacementToBranchPtrWithPatch(CodeLocationLabel instructionStart, MacroAssembler::RegisterID reg, void* value) argument
176 MacroAssembler::revertJumpReplacementToBranchPtrWithPatch(instructionStart, reg, value);
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/disc/
H A Dsfdcfilter.c157 reg Filter_t* fi;
158 reg Sfio_t* filter;
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/CodeGen/
H A DScheduleDAGInstrs.h39 VReg2SUnit(unsigned reg, SUnit *su): VirtReg(reg), SU(su) {} argument
/macosx-10.10.1/xnu-2782.1.97/bsd/dev/i386/
H A Ddtrace_isa.c57 * the reg.d translator file). The dtrace_getreg() is smart enough to handle
181 dtrace_getreg(struct regs *savearea, uint_t reg) argument
187 if (reg <= SS) {
188 reg = regmap[reg];
190 reg -= (SS + 1);
193 switch (reg) {
251 if (reg > x86_SAVED_STATE32_COUNT - 1) {
255 return (uint64_t)((unsigned int *)(&(regs->ss_32.gs)))[reg];
/macosx-10.10.1/xnu-2782.1.97/osfmk/i386/
H A Dlapic_native.c159 legacy_read(lapic_register_t reg) argument
161 return *LAPIC_MMIO(reg);
165 legacy_write(lapic_register_t reg, uint32_t value) argument
167 *LAPIC_MMIO(reg) = value;
208 x2apic_read(lapic_register_t reg) argument
213 rdmsr(LAPIC_MSR(reg), lo, hi);
218 x2apic_write(lapic_register_t reg, uint32_t value) argument
220 wrmsr(LAPIC_MSR(reg), value, 0);
H A Drtclock_asm.h59 * Add 64-bit delta in register reg to timer pointed to by register treg.
61 #define TIMER_UPDATE(treg,reg,offset) \
62 addq reg,(offset)+TIMER_ALL(treg) /* add timer */
/macosx-10.10.1/xnu-2782.1.97/tools/lldbmacros/core/
H A Dstandard.py64 if self.FILTER and not self.reg.search(s): return
112 self.reg = re.compile(a.strip(),re.MULTILINE|re.DOTALL)
/macosx-10.10.1/libunwind-35.3/src/
H A DDwarfInstructions.hpp130 static uint32_t getEBPEncodedRegister(uint32_t reg, int32_t regOffsetFromBaseOffset, bool& failure);
141 static uint32_t getRBPEncodedRegister(uint32_t reg, int32_t regOffsetFromBaseOffset, bool& failure);
450 uint32_t reg; local
567 reg = addressSpace.get8(p);
569 value = sp[-reg];
571 if (log) fprintf(stderr, "duplicate %d in stack\n", reg);
809 reg = opcode - DW_OP_reg0;
810 *(++sp) = registers.getRegister(reg);
811 if (log) fprintf(stderr, "push reg %d\n", reg);
959 getRBPEncodedRegister(uint32_t reg, int32_t regOffsetFromBaseOffset, bool& failure) argument
1342 getEBPEncodedRegister(uint32_t reg, int32_t regOffsetFromBaseOffset, bool& failure) argument
[all...]
/macosx-10.10.1/Libnotify-133.1.1/notifyd/
H A Dnotifyd.h63 uint64_t reg; member in struct:call_statistics_s
/macosx-10.10.1/emacs-93/emacs/src/
H A Dcoding.h190 #define CODING_SPEC_ISO_DESIGNATION(coding, reg) \
191 (coding)->spec.iso2022.current_designation[reg]
192 #define CODING_SPEC_ISO_INITIAL_DESIGNATION(coding, reg) \
193 (coding)->spec.iso2022.initial_designation[reg]
H A Dregex.c1557 DEBUG_PRINT4 (" Push reg %d (spanning %p -> %p)\n", \
1582 int reg = POP_FAILURE_INT (); \
1583 if (reg == -1) \
1588 reg = POP_FAILURE_INT (); \
1589 STORE_NUMBER (ptr, reg); \
1590 DEBUG_PRINT3 (" Pop counter %p = %d\n", ptr, reg); \
1594 regend[reg] = POP_FAILURE_POINTER (); \
1595 regstart[reg] = POP_FAILURE_POINTER (); \
1596 DEBUG_PRINT4 (" Pop reg %d (spanning %p -> %p)\n", \
1597 reg, regstar
3553 regnum_t reg; local
4943 size_t reg; local
[all...]
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/comp/
H A Dhsearch.c124 reg Hash_t* o;
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/sfio/
H A Dsfprints.c39 reg int rv;
H A Dsfpurge.c36 reg int mode;
H A Dsfset.c38 reg int oflags, tflags, rv;
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/stdio/
H A Dfgets.c65 { reg int c = ps[p-1];

Completed in 420 milliseconds

1234567891011>>