Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.cpp655 uint32_t signBit = (offset & 0x800000) >> 23; adjustFixupValue() local
692 uint32_t signBit = (offset & 0x400000) >> 22; adjustFixupValue() local
/freebsd-src/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_lib.h228 #define signBit global() macro