Searched refs:SIGN_EXT_IMM26 (Results 1 – 2 of 2) sorted by relevance
34 #define SIGN_EXT_IMM26(imm) ((static_cast<int>(imm) << 6) >> 6) macro
392 link = SIGN_EXT_IMM26(instr & kImm26Mask); in target_at()403 link = SIGN_EXT_IMM26(instr & kImm26Mask); in target_at()