Searched refs:x_struct (Results 1 – 1 of 1) sorted by relevance
949 uint8_t *x_struct = t->structs[x->struct_id]; in instr_operand_hbo() local950 uint64_t *x64_ptr = (uint64_t *)&x_struct[x->offset]; in instr_operand_hbo()962 uint8_t *x_struct = t->structs[x->struct_id]; in instr_operand_nbo() local963 uint64_t *x64_ptr = (uint64_t *)&x_struct[x->offset]; in instr_operand_nbo()