Searched refs:get_cond_from_value (Results 1 – 4 of 4) sorted by relevance
682 const aarch64_cond* get_cond_from_value (aarch64_insn value);
973 info->cond = get_cond_from_value (value); in aarch64_ext_cond()1362 inst->cond = get_cond_from_value (value); in do_special_decoding()
246 get_cond_from_value (aarch64_insn value) in get_cond_from_value() function
5600 inst_base->cond = get_cond_from_value (inst.cond); in md_assemble()