Searched refs:x64_ptr (Results 1 – 1 of 1) sorted by relevance
950 uint64_t *x64_ptr = (uint64_t *)&x_struct[x->offset]; in instr_operand_hbo() local951 uint64_t x64 = *x64_ptr; in instr_operand_hbo()963 uint64_t *x64_ptr = (uint64_t *)&x_struct[x->offset]; in instr_operand_nbo() local964 uint64_t x64 = *x64_ptr; in instr_operand_nbo()