Searched defs:sext (Results 1 – 2 of 2) sorted by relevance
1013 int32_t sext; in cpu_x86_handle_mmu_fault() local1286 int32_t sext; in cpu_get_phys_page_debug() local
864 int64_t sext = (int64_t(getWord(0)) << (64-BitWidth)) >> (64-BitWidth); in roundToDouble() local942 APInt APInt::sext(unsigned width) const { in sext() function in APInt