Searched refs:const_val (Results 1 – 1 of 1) sorted by relevance
69 #define INSERT_IMMED_GPRA_CONST(inst, const_val) \ argument71 ((((const_val) << 12) & 0x0FF00000ull) | \72 (((const_val) << 10) & 0x0003FC00ull))))73 #define INSERT_IMMED_GPRB_CONST(inst, const_val) \ argument75 ((((const_val) << 12) & 0x0FF00000ull) | \76 (((const_val) << 0) & 0x000000FFull))))