Lines Matching refs:tcode

30520 ix86_get_builtin_type (enum ix86_builtin_type tcode)  in ix86_get_builtin_type()  argument
30525 gcc_assert ((unsigned)tcode < ARRAY_SIZE(ix86_builtin_type_tab)); in ix86_get_builtin_type()
30527 type = ix86_builtin_type_tab[(int) tcode]; in ix86_get_builtin_type()
30531 gcc_assert (tcode > IX86_BT_LAST_PRIM); in ix86_get_builtin_type()
30532 if (tcode <= IX86_BT_LAST_VECT) in ix86_get_builtin_type()
30536 index = tcode - IX86_BT_LAST_PRIM - 1; in ix86_get_builtin_type()
30546 index = tcode - IX86_BT_LAST_VECT - 1; in ix86_get_builtin_type()
30547 if (tcode <= IX86_BT_LAST_PTR) in ix86_get_builtin_type()
30559 ix86_builtin_type_tab[(int) tcode] = type; in ix86_get_builtin_type()
30570 ix86_get_builtin_func_type (enum ix86_builtin_func_type tcode) in ix86_get_builtin_func_type() argument
30574 gcc_assert ((unsigned)tcode < ARRAY_SIZE (ix86_builtin_func_type_tab)); in ix86_get_builtin_func_type()
30576 type = ix86_builtin_func_type_tab[(int) tcode]; in ix86_get_builtin_func_type()
30580 if (tcode <= IX86_BT_LAST_FUNC) in ix86_get_builtin_func_type()
30582 unsigned start = ix86_builtin_func_start[(int) tcode]; in ix86_get_builtin_func_type()
30583 unsigned after = ix86_builtin_func_start[(int) tcode + 1]; in ix86_get_builtin_func_type()
30598 unsigned index = tcode - IX86_BT_LAST_FUNC - 1; in ix86_get_builtin_func_type()
30605 ix86_builtin_func_type_tab[(int) tcode] = type; in ix86_get_builtin_func_type()
30806 enum ix86_builtin_func_type tcode; /* type to use in the declaration */ member
30838 enum ix86_builtin_func_type tcode, in def_builtin() argument
30862 tree type = ix86_get_builtin_func_type (tcode); in def_builtin()
30874 ix86_builtins_isa[(int) code].tcode = tcode; in def_builtin()
30891 enum ix86_builtin_func_type tcode, enum ix86_builtins code) in def_builtin_const() argument
30893 tree decl = def_builtin (mask, name, tcode, code); in def_builtin_const()
30906 enum ix86_builtin_func_type tcode, enum ix86_builtins code) in def_builtin_pure() argument
30908 tree decl = def_builtin (mask, name, tcode, code); in def_builtin_pure()
30921 enum ix86_builtin_func_type tcode, in def_builtin2() argument
30934 tree type = ix86_get_builtin_func_type (tcode); in def_builtin2()
30946 ix86_builtins_isa[(int) code].tcode = tcode; in def_builtin2()
30962 enum ix86_builtin_func_type tcode, enum ix86_builtins code) in def_builtin_const2() argument
30964 tree decl = def_builtin2 (mask, name, tcode, code); in def_builtin_const2()
30977 enum ix86_builtin_func_type tcode, enum ix86_builtins code) in def_builtin_pure2() argument
30979 tree decl = def_builtin2 (mask, name, tcode, code); in def_builtin_pure2()
31020 type = ix86_get_builtin_func_type (ix86_builtins_isa[i].tcode); in ix86_add_new_builtins()