AMLOP_LOCAL0
sp = aml_getstack(root, AMLOP_LOCAL0 + idx);
{ AMLOP_LOCAL0, "Local0", "L", },
if (opcode >= AMLOP_LOCAL0 && opcode <= AMLOP_LOCAL7) {
sp = scope->locals->v_package[opcode - AMLOP_LOCAL0];
sp = aml_getstack(scope, AMLOP_LOCAL0+idx);
sp = aml_getstack(root, AMLOP_LOCAL0+idx);
if (lhs->stack >= AMLOP_LOCAL0 && lhs->stack <= AMLOP_LOCAL7)
if (lhs->stack >= AMLOP_LOCAL0 && lhs->stack <= AMLOP_LOCAL7)
case AMLOP_LOCAL0:
case AMLOP_LOCAL0: