Lines Matching refs:tcode
24686 ix86_get_builtin_type (enum ix86_builtin_type tcode) in ix86_get_builtin_type() argument
24691 gcc_assert ((unsigned)tcode < ARRAY_SIZE(ix86_builtin_type_tab)); in ix86_get_builtin_type()
24693 type = ix86_builtin_type_tab[(int) tcode]; in ix86_get_builtin_type()
24697 gcc_assert (tcode > IX86_BT_LAST_PRIM); in ix86_get_builtin_type()
24698 if (tcode <= IX86_BT_LAST_VECT) in ix86_get_builtin_type()
24702 index = tcode - IX86_BT_LAST_PRIM - 1; in ix86_get_builtin_type()
24712 index = tcode - IX86_BT_LAST_VECT - 1; in ix86_get_builtin_type()
24713 if (tcode <= IX86_BT_LAST_PTR) in ix86_get_builtin_type()
24725 ix86_builtin_type_tab[(int) tcode] = type; in ix86_get_builtin_type()
24736 ix86_get_builtin_func_type (enum ix86_builtin_func_type tcode) in ix86_get_builtin_func_type() argument
24740 gcc_assert ((unsigned)tcode < ARRAY_SIZE (ix86_builtin_func_type_tab)); in ix86_get_builtin_func_type()
24742 type = ix86_builtin_func_type_tab[(int) tcode]; in ix86_get_builtin_func_type()
24746 if (tcode <= IX86_BT_LAST_FUNC) in ix86_get_builtin_func_type()
24748 unsigned start = ix86_builtin_func_start[(int) tcode]; in ix86_get_builtin_func_type()
24749 unsigned after = ix86_builtin_func_start[(int) tcode + 1]; in ix86_get_builtin_func_type()
24764 unsigned index = tcode - IX86_BT_LAST_FUNC - 1; in ix86_get_builtin_func_type()
24771 ix86_builtin_func_type_tab[(int) tcode] = type; in ix86_get_builtin_func_type()
25956 enum ix86_builtin_func_type tcode; /* type to use in the declaration */ member
25983 enum ix86_builtin_func_type tcode, in def_builtin() argument
25999 tree type = ix86_get_builtin_func_type (tcode); in def_builtin()
26008 ix86_builtins_isa[(int) code].tcode = tcode; in def_builtin()
26022 enum ix86_builtin_func_type tcode, enum ix86_builtins code) in def_builtin_const() argument
26024 tree decl = def_builtin (mask, name, tcode, code); in def_builtin_const()
26052 type = ix86_get_builtin_func_type (ix86_builtins_isa[i].tcode); in ix86_add_new_builtins()