Home
last modified time | relevance | path

Searched refs:code_to_optab (Results 1 – 4 of 4) sorted by relevance

/trueos/contrib/gcc/
HDoptabs.h435 extern GTY(()) optab code_to_optab[NUM_RTX_CODE + 1];
HDoptabs.c66 optab code_to_optab[NUM_RTX_CODE + 1]; variable
1157 optab binop = code_to_optab[(int) code]; in expand_simple_binop()
2309 optab unop = code_to_optab[(int) code]; in expand_simple_unop()
3916 if ((libfunc = code_to_optab[comparison]->handlers[mode].libfunc)) in prepare_float_lib_cmp()
3919 if ((libfunc = code_to_optab[swapped]->handlers[mode].libfunc)) in prepare_float_lib_cmp()
3927 if ((libfunc = code_to_optab[reversed]->handlers[mode].libfunc) in prepare_float_lib_cmp()
4875 return (code_to_optab[(int) code] != 0 in have_insn_for()
4876 && (code_to_optab[(int) code]->handlers[(int) mode].insn_code in have_insn_for()
4916 code_to_optab[(int) code] = op; in init_optab()
HDifcvt.c738 ot = code_to_optab[GET_CODE (y)]; in noce_emit_move_insn()
755 ot = code_to_optab[GET_CODE (y)]; in noce_emit_move_insn()
HDChangeLog-20036757 from the code_to_optab table, not a giant switch; use
36293 * optabs.h (code_to_optab): Add GTY marker.