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

/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-bfin.c1379 int high_val; local
1393 high_val = val >> 16;
1395 return conscode (gencode (HI (c_code.opcode) | (high_val & 0xff)),
/haiku-buildtools/binutils/gas/config/
H A Dtc-bfin.c1318 int high_val;
1332 high_val = val >> 16;
1334 return conscode (gencode (HI (c_code.opcode) | (high_val & 0xff)),
1317 int high_val; local
/haiku-buildtools/gcc/gcc/
H A Domp-low.c7410 /* Below statements until the "tree high_val = ..." are pseudo statements
7412 low_val and high_val will be replaced by the __low and __high
7423 tree t, low_val = NULL_TREE, high_val = NULL_TREE;
7427 high_val = t;
7431 gcc_assert (low_val && high_val);
7443 tree n2 = high_val;
7422 tree t, low_val = NULL_TREE, high_val = NULL_TREE; local

Completed in 123 milliseconds