Searched refs:VT_VALMASK (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/perf/
H A Dtinycc.c2505 #define VT_VALMASK 0x00ff
5717 if ((r & VT_VALMASK) == VT_CONST) {
5721 } else if ((r & VT_VALMASK) == VT_LOCAL) {
5731 g(0x00 | op_reg | (r & VT_VALMASK));
5746 v = fr & VT_VALMASK;
5808 fr = v->r & VT_VALMASK;
5852 if ((vtop->r & (VT_VALMASK | VT_LVAL)) == VT_CONST) {
6118 v = vtop->r & VT_VALMASK;
6141 if ((vtop->r & (VT_VALMASK | VT_LVAL | VT_SYM)) == VT_CONST) {
6167 if ((vtop->r & (VT_VALMASK | VT_LVA
2503 #define VT_VALMASK macro
[all...]

Completed in 153 milliseconds