[compiler][amd64] Yet more inlined opcodes Added inline versions of INDEX, INT_NDEX, NEG_INT_INDEX, LOCAL_INDEX. They are only inlined when the index is an integer and the item to be indexed is an array. Adding support for string[int] might be useful.