OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SIGN_EXTEND
(Results
1 - 2
of
2
) sorted by null
/frameworks/rs/cpu_ref/linkloader/include/impl/
ELFObject.hxx
179
#define
SIGN_EXTEND
(x, l) (((x)^(1<<((l)-1)))-(1<<(l-1)))
181
A = (Inst_t)(int64_t)
SIGN_EXTEND
(*inst & 0xFFFFFF, 24);
195
A =
SIGN_EXTEND
((s << 23) | (i1 << 22) | (i2 << 21) | (u << 11) | l, 24);
198
#undef
SIGN_EXTEND
/external/llvm/include/llvm/CodeGen/
ISDOpcodes.h
352
///
SIGN_EXTEND
- Used for integer types, replicating the sign bit
354
SIGN_EXTEND
,
[
all
...]
Completed in 2100 milliseconds