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

/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DValueRecovery.h143 static ValueRecovery inPair(MacroAssembler::RegisterID tagGPR, MacroAssembler::RegisterID payloadGPR) argument
246 MacroAssembler::RegisterID tagGPR() const function in class:JSC::ValueRecovery
352 MacroAssembler::RegisterID tagGPR; member in struct:JSC::ValueRecovery::__anon2708::__anon2709
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGGPRInfo.h136 JSValueRegs(GPRReg tagGPR, GPRReg payloadGPR) argument
145 GPRReg tagGPR() const { return static_cast<GPRReg>(m_tagGPR); } function in class:JSC::DFG::JSValueRegs
171 JSValueSource(GPRReg tagGPR, GPRReg payloadGPR) argument
219 GPRReg tagGPR() const function in class:JSC::DFG::JSValueSource
H A DDFGGenerationInfo.h100 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
321 void fillJSValue(VariableEventStream& stream, GPRReg tagGPR, GPRReg payloadGPR, DataFormat format = DataFormatJS) argument
415 GPRReg tagGPR; member in struct:JSC::DFG::GenerationInfo::__anon2716::__anon2717
[all...]
H A DDFGVariableEvent.h78 MacroAssembler::RegisterID tagGPR; member in struct:JSC::DFG::VariableRepresentation::__anon2721
115 static VariableEvent fillPair(VariableEventKind kind, MinifiedID id, MacroAssembler::RegisterID tagGPR, MacroAssembler::RegisterID payloadGPR) argument
209 MacroAssembler::RegisterID tagGPR() const function in class:JSC::DFG::VariableEvent
H A DDFGAssemblyHelpers.h281 void boxDouble(FPRReg fpr, GPRReg tagGPR, GPRReg payloadGPR) argument
285 void unboxDouble(GPRReg tagGPR, GPRReg payloadGPR, FPRReg fpr, FPRReg scratchFPR) argument
H A DDFGSpeculativeJIT.cpp2275 GPRReg tagGPR = op1.tagGPR(); local
3644 GPRReg tagGPR = op1.tagGPR(); local
4427 GPRReg tagGPR = operand.tagGPR(); local
[all...]
H A DDFGSpeculativeJIT.h444 void boxDouble(FPRReg fpr, GPRReg tagGPR, GPRReg payloadGPR) argument
448 unboxDouble(GPRReg tagGPR, GPRReg payloadGPR, FPRReg fpr, FPRReg scratchFPR) argument
2379 GPRReg tagGPR() function in class:JSC::DFG::JSValueOperand
2419 GPRReg tagGPR; member in struct:JSC::DFG::JSValueOperand::__anon2718::__anon2719
[all...]
H A DDFGSpeculativeJIT32_64.cpp90 GPRReg tagGPR = info.tagGPR(); local
118 bool SpeculativeJIT::fillJSValue(Edge edge, GPRReg& tagGPR, GPRReg& payloadGPR, FPRReg& fpr) argument
144 m_jit.move(TrustedImm32(JSValue::Int32Tag), tagGPR); local
148 m_jit.move(TrustedImm32(JSValue::CellTag), tagGPR); local
152 m_jit.move(TrustedImm32(JSValue::BooleanTag), tagGPR); local
156 m_jit.load32(JITCompiler::tagFor(virtualRegister), tagGPR); local
200 m_jit.move(TrustedImm32(tag), tagGPR); local
905 GPRReg tagGPR = info.tagGPR(); local
1028 GPRReg tagGPR = info.tagGPR(); local
1145 GPRReg tagGPR = info.tagGPR(); local
1228 GPRReg tagGPR = info.tagGPR(); local
4392 GPRReg tagGPR = value.tagGPR(); local
[all...]

Completed in 193 milliseconds