Lines Matching defs:payload
38 // instruction payload. Abort this thread if false, otherwise advance the
44 // to the value specified in the instruction payload. The register values of
50 // instruction payload and continue there.
53 // - CLEAR_REGISTER: Clear the register specified in the payload by resetting
66 // payload, and push it to the stack of postponed threads. The VM will then
93 // bytes, the payload takes another 4 bytes.
113 result.payload.consume_range = Uc16Range{min, max};
130 result.payload.pc = alt_index;
137 result.payload.pc = alt_index;
150 result.payload.register_index = register_index;
157 result.payload.register_index = register_index;
164 result.payload.assertion_type = t;
178 } payload;
179 STATIC_ASSERT(sizeof(payload) == 4);
183 // bits, so the remaining 29/30 bits can be used as payload. Problem: The
184 // payload of CONSUME_RANGE consists of two 16-bit values `min` and `max`, so
185 // this wouldn't fit. We could encode the payload of a CONSUME_RANGE