[BPF] Remove skb operand of LD_ABS/LD_IND instructions (#157344)
The instructions already have R6 register in the Uses list, there is no
need for an additional explicit `GPR:$skb` operand.
This simplifies intrinsic selection and makes the instructions decodable
without post-decoding pass inserting R6 operand.