OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sign_extend
(Results
1 - 5
of
5
) sorted by null
/system/core/libcorkscrew/arch-x86/
backtrace-x86.c
154
static bool try_get_leb128(const memory_t* memory, uintptr_t ptr, uint32_t* out_value, uint32_t* cursor, bool
sign_extend
) {
169
if (
sign_extend
) {
[
all
...]
/external/valgrind/main/VEX/priv/
host_s390_defs.c
[
all
...]
guest_s390_toIR.c
96
#undef
sign_extend
macro
97
#define
sign_extend
(value,num_bits) \
macro
517
s390_cc_widen(IRTemp v, Bool
sign_extend
)
527
expr = unop(
sign_extend
? Iop_32Sto64 : Iop_32Uto64, expr);
530
expr = unop(
sign_extend
? Iop_16Sto64 : Iop_16Uto64, expr);
533
expr = unop(
sign_extend
? Iop_8Sto64 : Iop_8Uto64, expr);
543
s390_cc_thunk_put1(UInt opc, IRTemp d1, Bool
sign_extend
)
548
dep1 = s390_cc_widen(d1,
sign_extend
);
557
s390_cc_thunk_put2(UInt opc, IRTemp d1, IRTemp d2, Bool
sign_extend
)
562
dep1 = s390_cc_widen(d1,
sign_extend
);
[
all
...]
guest_amd64_toIR.c
[
all
...]
guest_x86_toIR.c
[
all
...]
Completed in 117 milliseconds