Searched refs:const_val (Results 1 – 1 of 1) sorted by relevance
27 #define INSERT_IMMED_GPRA_CONST(inst, const_val) \ argument29 ((((const_val) << 12) & 0x0FF00000ull) | \30 (((const_val) << 10) & 0x0003FC00ull))))31 #define INSERT_IMMED_GPRB_CONST(inst, const_val) \ argument33 ((((const_val) << 12) & 0x0FF00000ull) | \34 (((const_val) << 0) & 0x000000FFull))))