Home
last modified time | relevance | path

Searched defs:sext (Results 1 – 2 of 2) sorted by relevance

/external/qemu/target-i386/
Dhelper.c1013 int32_t sext; in cpu_x86_handle_mmu_fault() local
1286 int32_t sext; in cpu_get_phys_page_debug() local
/external/llvm/lib/Support/
DAPInt.cpp864 int64_t sext = (int64_t(getWord(0)) << (64-BitWidth)) >> (64-BitWidth); in roundToDouble() local
942 APInt APInt::sext(unsigned width) const { in sext() function in APInt