Searched refs:opdef (Results 1 – 2 of 2) sorted by relevance
125 const struct kvxopc *opdef; member458 insert_operand (struct kvxinsn *insn, struct kvx_operand *opdef, in insert_operand() argument462 struct kvx_bitfield *bfields = opdef->bfield; in insert_operand()463 int bf_nb = opdef->bitfields; in insert_operand()466 if (opdef->width == 0) in insert_operand()492 (env.params.core == ELF_KVX_CORE_## core_ && opdef->type == (imm_)) in insert_operand()500 op -= opdef->bias; in insert_operand()501 op >>= opdef->shift; in insert_operand()505 op -= opdef->bias; in insert_operand()506 op >>= opdef->shift; in insert_operand()[all …]
6546 stmt_vec_info opdef; in vect_create_constant_vectors() local6550 && (opdef = vinfo->lookup_def (orig_op))) in vect_create_constant_vectors()6553 insert_after = opdef; in vect_create_constant_vectors()6555 insert_after = get_later_stmt (insert_after, opdef); in vect_create_constant_vectors()