Home
last modified time | relevance | path

Searched refs:op_Mulh (Results 1 – 8 of 8) sorted by relevance

/dports/devel/libfirm/libfirm-1.21.0/ir/ir/
H A Dgen_irop.c.inl36 ir_op *op_Mulh; ir_op *get_op_Mulh(void) { return op_Mulh; } variable
111op_Mulh = new_ir_op(iro_Mulh, "Mulh", op_pin_state_floats, irop_flag_commutative, oparity_binary, …
173 free_ir_op(op_Mulh); op_Mulh = NULL;
H A Dgen_irnode.h136 return get_irn_op_(node) == op_Mulh; in is_Mulh_()
H A Dirverify.c2190 register_verify_node_func(op_Mulh, verify_node_Mulh); in ir_register_verify_node_ops()
H A Dgen_irio.inl1158 register_node_writer(op_Mulh, write_Mulh);
H A Dgen_ir_cons.c.inl986 ir_node *res = new_ir_node(dbgi, irg, block, op_Mulh, mode, 2, in);
/dports/devel/libfirm/libfirm-1.21.0/include/libfirm/
H A Dopcodes.h258 FIRM_API ir_op *op_Mulh; variable
/dports/devel/libfirm/libfirm-1.21.0/ir/be/sparc/
H A Dsparc_transform.c2375 be_set_transform_function(op_Mulh, gen_Mulh); in sparc_register_transformers()
/dports/devel/libfirm/libfirm-1.21.0/ir/be/ia32/
H A Dia32_transform.c5682 be_set_transform_function(op_Mulh, gen_Mulh); in register_transformers()