Hi all~

I'm studying the builtin::LdaSmiExtraWideHandler and want to understand its 
implementation. However, I can only find source code for the standard LdaSmi
 handler:
// LdaSmi <imm> // // Load an integer literal into the accumulator as a 
Smi. IGNITION_HANDLER(LdaSmi, InterpreterAssembler) { TNode<Smi> smi_int = 
BytecodeOperandImmSmi(0); SetAccumulator(smi_int); Dispatch(); } 

*Where should I look for the LdaSmiExtraWideHandler implementation?*

-- 
-- 
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- 
You received this message because you are subscribed to the Google Groups 
"v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion visit 
https://groups.google.com/d/msgid/v8-dev/27637c18-ef7f-46d5-8b21-229a15608c49n%40googlegroups.com.

Reply via email to