Lines Matching refs:DECODE_U8
648 #define DECODE_U8() (ctx->program[ctx->pc++])
651 u16 v = DECODE_U8();
653 v |= DECODE_U8();
662 for (i = 0; i < length; ++i) v = (v << 8) | DECODE_U8();
725 const u8 bytecode = DECODE_U8();
923 u8 ip_ofs = DECODE_U8(); /* 2nd imm, at worst 5 B past prog_len */
924 u8 csum_ofs = DECODE_U8(); /* 3rd imm, at worst 6 B past prog_len */
936 csum_start = DECODE_U8(); /* 4th imm, at worst 7 B past prog_len */
956 copy_len = DECODE_U8(); /* 2nd imm, at worst 8 bytes past prog_len */
981 qtype = DECODE_U8(); /* 3rd imm, at worst 9 bytes past prog_len */
1020 u8 imm3 = DECODE_U8(); /* 3rd imm, at worst 9 bytes past prog_len */
1028 for (i = 0; i < len; ++i) v = (v << 8) | DECODE_U8();