Home
last modified time | relevance | path

Searched refs:sign_extend (Results 1 – 9 of 9) sorted by relevance

/external/llvm/test/CodeGen/AArch64/
Darm64-AnInfiniteLoopInDAGCombine.ll6 ; With: 0x2c4d128: v4i32 = sign_extend 0x2c4cd08 [ORD=4]
8 ; (2) Replacing.2 0x2c4d128: v4i32 = sign_extend 0x2c4cd08 [ORD=4]
/external/llvm/test/CodeGen/X86/
Dfold-vector-sext-crash.ll4 ; when trying to fold a sign_extend of a constant build_vector.
/external/llvm/test/CodeGen/PowerPC/
Dcrbit-asm.ll29 ; The ABI sign_extend should combine with the any_extend from the asm result,
/external/valgrind/VEX/priv/
Dhost_s390_defs.c7741 Bool sign_extend) in s390_widen_emit() argument
7755 if (sign_extend) in s390_widen_emit()
7761 if (sign_extend) in s390_widen_emit()
7770 if (sign_extend) in s390_widen_emit()
7776 if (sign_extend) in s390_widen_emit()
7785 if (sign_extend) in s390_widen_emit()
7807 if (sign_extend) in s390_widen_emit()
7813 if (sign_extend) in s390_widen_emit()
7822 if (sign_extend == 0) in s390_widen_emit()
7837 if (sign_extend) in s390_widen_emit()
[all …]
Dtilegx_disasm.h433 sign_extend(int n, int num_bits) in sign_extend() function
Dguest_s390_toIR.c557 s390_cc_widen(IRTemp v, Bool sign_extend) in s390_cc_widen() argument
567 expr = unop(sign_extend ? Iop_32Sto64 : Iop_32Uto64, expr); in s390_cc_widen()
570 expr = unop(sign_extend ? Iop_16Sto64 : Iop_16Uto64, expr); in s390_cc_widen()
573 expr = unop(sign_extend ? Iop_8Sto64 : Iop_8Uto64, expr); in s390_cc_widen()
583 s390_cc_thunk_put1(UInt opc, IRTemp d1, Bool sign_extend) in s390_cc_thunk_put1() argument
588 dep1 = s390_cc_widen(d1, sign_extend); in s390_cc_thunk_put1()
597 s390_cc_thunk_put2(UInt opc, IRTemp d1, IRTemp d2, Bool sign_extend) in s390_cc_thunk_put2() argument
602 dep1 = s390_cc_widen(d1, sign_extend); in s390_cc_thunk_put2()
603 dep2 = s390_cc_widen(d2, sign_extend); in s390_cc_thunk_put2()
622 s390_cc_thunk_put3(UInt opc, IRTemp d1, IRTemp d2, IRTemp nd, Bool sign_extend) in s390_cc_thunk_put3() argument
[all …]
Dguest_x86_toIR.c2191 Int delta, Int szs, Int szd, Bool sign_extend ) in dis_movx_E_G() argument
2202 unop(mkWidenOp(szs,szd,sign_extend), in dis_movx_E_G()
2205 DIP("mov%c%c%c %s,%s\n", sign_extend ? 's' : 'z', in dis_movx_E_G()
2224 unop(mkWidenOp(szs,szd,sign_extend), in dis_movx_E_G()
2227 DIP("mov%c%c%c %s,%s\n", sign_extend ? 's' : 'z', in dis_movx_E_G()
Dguest_amd64_toIR.c3300 Long delta, Int szs, Int szd, Bool sign_extend ) in dis_movx_E_G() argument
3306 szs,szd,sign_extend, in dis_movx_E_G()
3308 DIP("mov%c%c%c %s,%s\n", sign_extend ? 's' : 'z', in dis_movx_E_G()
3323 szs,szd,sign_extend, in dis_movx_E_G()
3325 DIP("mov%c%c%c %s,%s\n", sign_extend ? 's' : 'z', in dis_movx_E_G()
/external/pcre/dist2/src/sljit/
DsljitNativeTILEGX-encoder.c1609 sign_extend(int n, int num_bits) in sign_extend() function