Home
last modified time | relevance | path

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

/external/valgrind/perf/
Dtinycc.c2540 #define VT_BTYPE 0x000f /* mask for basic type */ macro
5540 bt = t & VT_BTYPE; in is_float()
5753 if ((ft & VT_BTYPE) == VT_FLOAT) { in load()
5756 } else if ((ft & VT_BTYPE) == VT_DOUBLE) { in load()
5759 } else if ((ft & VT_BTYPE) == VT_LDOUBLE) { in load()
5807 bt = ft & VT_BTYPE; in store()
5882 if ((vtop->type.t & VT_BTYPE) == VT_STRUCT) { in gfunc_call()
5898 if ((vtop->type.t & VT_BTYPE) == VT_FLOAT) in gfunc_call()
5900 else if ((vtop->type.t & VT_BTYPE) == VT_DOUBLE) in gfunc_call()
5916 if ((vtop->type.t & VT_BTYPE) == VT_LLONG) { in gfunc_call()
[all …]