Searched refs:dstsrc (Results 1 – 2 of 2) sorted by relevance
617 struct instr_operand dstsrc; member2983 uint8_t *src_struct = t->structs[ip->regarray.dstsrc.struct_id]; in instr_regarray_src_hbo()2984 uint64_t *src64_ptr = (uint64_t *)&src_struct[ip->regarray.dstsrc.offset]; in instr_regarray_src_hbo()2986 uint64_t src64_mask = UINT64_MAX >> (64 - ip->regarray.dstsrc.n_bits); in instr_regarray_src_hbo()2997 uint8_t *src_struct = t->structs[ip->regarray.dstsrc.struct_id]; in instr_regarray_src_nbo()3000 uint64_t src = ntoh64(src64) >> (64 - ip->regarray.dstsrc.n_bits); in instr_regarray_src_nbo()3014 uint8_t *dst_struct = t->structs[ip->regarray.dstsrc.struct_id]; in instr_regarray_dst_hbo_src_hbo_set()3017 uint64_t dst64_mask = UINT64_MAX >> (64 - ip->regarray.dstsrc.n_bits); in instr_regarray_dst_hbo_src_hbo_set()3028 uint8_t *dst_struct = t->structs[ip->regarray.dstsrc.struct_id]; in instr_regarray_dst_nbo_src_hbo_set()3031 uint64_t dst64_mask = UINT64_MAX >> (64 - ip->regarray.dstsrc.n_bits); in instr_regarray_dst_nbo_src_hbo_set()[all …]
3887 instr->regarray.dstsrc.n_bits = fdst->n_bits; in instr_regrd_translate()3888 instr->regarray.dstsrc.offset = fdst->offset / 8; in instr_regrd_translate()3903 instr->regarray.dstsrc.n_bits = fdst->n_bits; in instr_regrd_translate()3904 instr->regarray.dstsrc.offset = fdst->offset / 8; in instr_regrd_translate()3947 instr->regarray.dstsrc.n_bits = fsrc->n_bits; in instr_regwr_translate()3985 instr->regarray.dstsrc.n_bits = fsrc->n_bits; in instr_regwr_translate()4043 instr->regarray.dstsrc.n_bits = fsrc->n_bits; in instr_regadd_translate()4081 instr->regarray.dstsrc.n_bits = fsrc->n_bits; in instr_regadd_translate()10641 instr->regarray.dstsrc.struct_id, in instr_reg_export()10642 instr->regarray.dstsrc.n_bits, in instr_reg_export()[all …]