Searched defs:tagGPR (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/JavaScriptCore-7600.1.17/bytecode/
H A DValueRecovery.h107 static ValueRecovery inPair(MacroAssembler::RegisterID tagGPR, MacroAssembler::RegisterID payloadGPR) argument
207 MacroAssembler::RegisterID tagGPR() const function in class:JSC::ValueRecovery
273 MacroAssembler::RegisterID tagGPR; member in struct:JSC::ValueRecovery::__anon2560::__anon2561
/macosx-10.10/JavaScriptCore-7600.1.17/dfg/
H A DDFGVariableEvent.h75 MacroAssembler::RegisterID tagGPR; member in struct:JSC::DFG::VariableRepresentation::__anon2578
112 static VariableEvent fillPair(VariableEventKind kind, MinifiedID id, MacroAssembler::RegisterID tagGPR, MacroAssembler::RegisterID payloadGPR) argument
208 MacroAssembler::RegisterID tagGPR() const function in class:JSC::DFG::VariableEvent
H A DDFGGenerationInfo.h109 void initJSValue(Node* node, uint32_t useCount, GPRReg tagGPR, GPRReg payloadGPR, DataFormat format = DataFormatJS) argument
257 GPRReg tagGPR() { ASSERT(m_registerFormat & DataFormatJS); return u.v.tagGPR; } function in class:JSC::DFG::GenerationInfo
326 void fillJSValue(VariableEventStream& stream, GPRReg tagGPR, GPRReg payloadGPR, DataFormat format = DataFormatJS) argument
417 GPRReg tagGPR; member in struct:JSC::DFG::GenerationInfo::__anon2568::__anon2569
[all...]
H A DDFGSpeculativeJIT.h452 void boxDouble(FPRReg fpr, GPRReg tagGPR, GPRReg payloadGPR) argument
456 unboxDouble(GPRReg tagGPR, GPRReg payloadGPR, FPRReg fpr, FPRReg scratchFPR) argument
2444 GPRReg tagGPR() function in class:JSC::DFG::JSValueOperand
2489 GPRReg tagGPR; member in struct:JSC::DFG::JSValueOperand::__anon2575::__anon2576
[all...]
H A DDFGSpeculativeJIT32_64.cpp46 bool SpeculativeJIT::fillJSValue(Edge edge, GPRReg& tagGPR, GPRReg& payloadGPR, FPRReg& fpr) argument
72 m_jit.move(TrustedImm32(JSValue::Int32Tag), tagGPR); local
76 m_jit.move(TrustedImm32(JSValue::CellTag), tagGPR); local
80 m_jit.move(TrustedImm32(JSValue::BooleanTag), tagGPR); local
84 m_jit.load32(JITCompiler::tagFor(virtualRegister), tagGPR); local
128 m_jit.move(TrustedImm32(tag), tagGPR); local
774 GPRReg tagGPR = info.tagGPR(); local
914 GPRReg tagGPR = info.tagGPR(); local
997 GPRReg tagGPR = info.tagGPR(); local
4089 GPRReg tagGPR = value.tagGPR(); local
[all...]
H A DDFGSpeculativeJIT.cpp1953 GPRReg tagGPR = op1.tagGPR(); local
4529 GPRReg tagGPR = value.tagGPR(); local
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/jit/
H A DGPRInfo.h60 GPRReg tagGPR() const { return InvalidGPRReg; } function in class:JSC::JSValueRegs
141 JSValueRegs(GPRReg tagGPR, GPRReg payloadGPR) argument
158 GPRReg tagGPR() const { return static_cast<GPRReg>(m_tagGPR); } function in class:JSC::JSValueRegs
195 JSValueSource(GPRReg tagGPR, GPRReg payloadGPR) argument
247 GPRReg tagGPR() cons function in class:JSC::JSValueSource
[all...]
H A DAssemblyHelpers.h469 void boxDouble(FPRReg fpr, GPRReg tagGPR, GPRReg payloadGPR) argument
473 void unboxDouble(GPRReg tagGPR, GPRReg payloadGPR, FPRReg fpr, FPRReg scratchFPR) argument

Completed in 283 milliseconds