Searched refs:isFPR (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/JavaScriptCore-7600.1.17/jit/
H A DReg.h42 // reg.isFPR() == false
46 // } else /* reg.isFPR() */ {
110 bool isFPR() const function in class:JSC::Reg
123 ASSERT(isFPR());
/macosx-10.10.1/JavaScriptCore-7600.1.17/ftl/
H A DFTLLocation.cpp95 bool Location::isFPR() const function in class:JSC::FTL::Location
97 return kind() == Register && dwarfReg().reg().isFPR();
134 if (isFPR()) {
H A DFTLLocation.h166 bool isFPR() const;
H A DFTLThunks.cpp130 if (!clobber.get(reg) || !reg.isFPR())

Completed in 118 milliseconds