Description[Interpreter] Add implementations for load immediate bytecodes.
Adds implementations and tests for the following bytecodes:
- LdaZero
- LdaSmi8
- LdaUndefined
- LdaNull
- LdaTheHole
- LdaTrue
- LdaFalse
- LdaLdar
- LdaStar
Also adds Smi tagging / untagging and OperandType typed
BytecodeOperand operations to InterpreterAssembler.
BUG=v8:4280
LOG=N
Committed: https://crrev.com/f36cc258ffc89b15cd5f145e230bb2e36b45edf7
Cr-Commit-Position: refs/heads/master@{#30226}
Patch Set 1 : #
Total comments: 8
Patch Set 2 : Address review comments. #Patch Set 3 : Rebased #
Messages
Total messages: 27 (13 generated)
|