Home
last modified time | relevance | path

Searched refs:gen_lowpart_no_emit (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/gcc/gcc/
Dsimplify-rtx.c474 return rtl_hooks.gen_lowpart_no_emit (mode, x); in simplify_unary_operation_1()
665 return rtl_hooks.gen_lowpart_no_emit (mode, op); in simplify_unary_operation_1()
674 return rtl_hooks.gen_lowpart_no_emit (mode, op); in simplify_unary_operation_1()
2330 return rtl_hooks.gen_lowpart_no_emit (mode, op0); in simplify_binary_operation_1()
2388 return rtl_hooks.gen_lowpart_no_emit (mode, op0); in simplify_binary_operation_1()
2392 rtx x = rtl_hooks.gen_lowpart_no_emit (mode, op0); in simplify_binary_operation_1()
Drtl.h2275 rtx (*gen_lowpart_no_emit) (enum machine_mode, rtx); member