| /OK3568_Linux_fs/kernel/arch/arc/include/asm/ |
| H A D | disasm.h | 41 #define FIELD_s12(word) sign_extend(((BITS((word), 0, 5) << 6) | \ 46 #define FIELD_s9(word) sign_extend(((BITS(word, 15, 15) << 8) | \ 48 #define FIELD_s21(word) sign_extend(((BITS(word, 6, 15) << 11) | \ 50 #define FIELD_s25(word) sign_extend(((BITS(word, 0, 3) << 21) | \ 64 #define FIELD_S_s7(word) sign_extend(BITS((word), 0, 5) << 1, 9) 65 #define FIELD_S_s8(word) sign_extend(BITS((word), 0, 7) << 1, 9) 66 #define FIELD_S_s9(word) sign_extend(BITS((word), 0, 8), 9) 67 #define FIELD_S_s10(word) sign_extend(BITS((word), 0, 8) << 1, 10) 68 #define FIELD_S_s11(word) sign_extend(BITS((word), 0, 8) << 2, 11) 69 #define FIELD_S_s13(word) sign_extend(BITS((word), 0, 10) << 2, 13) [all …]
|
| /OK3568_Linux_fs/kernel/arch/sh/kernel/ |
| H A D | traps_32.c | 48 static inline void sign_extend(unsigned int count, unsigned char *dst) in sign_extend() function 124 sign_extend(count, dst); in handle_unaligned_ins() 186 sign_extend(count, dst); in handle_unaligned_ins() 216 sign_extend(2, dst); in handle_unaligned_ins() 235 sign_extend(2, dst); in handle_unaligned_ins()
|
| /OK3568_Linux_fs/kernel/arch/arm/probes/ |
| H A D | decode-arm.c | 19 #define sign_extend(x, signbit) ((x) | (0 - ((x) & (1 << (signbit))))) macro 21 #define branch_displacement(insn) sign_extend(((insn) & 0xffffff) << 2, 25)
|
| /OK3568_Linux_fs/kernel/arch/nds32/mm/ |
| H A D | alignment.c | 173 static inline unsigned long sign_extend(unsigned long val, int len) in sign_extend() function 489 sign_extend(target_val, len); in do_32()
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/ |
| H A D | dma_local.h | 148 bool sign_extend; member
|
| H A D | dma.c | 259 ch->sign_extend = DMA_GET_EXTENSION(dma_reg_load(ID, in dma_get_state()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kvm/ |
| H A D | powerpc.c | 1227 int is_default_endian, int sign_extend) in __kvmppc_handle_load() argument 1253 vcpu->arch.mmio_sign_extend = sign_extend; in __kvmppc_handle_load()
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/av1/ |
| H A D | av1d_cbs.c | 201 static RK_S32 sign_extend(RK_S32 val, RK_U8 bits) in sign_extend() function 224 value = sign_extend(value, width); in mpp_av1_read_signed()
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/runtime/debug/src/ |
| H A D | ia_css_debug.c | 1128 ch->sign_extend); in ia_css_debug_dump_dma_state()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | rtl.def | 577 DEF_RTL_EXPR(SIGN_EXTEND, "sign_extend", "e", RTX_UNARY)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | rtl.def | 577 DEF_RTL_EXPR(SIGN_EXTEND, "sign_extend", "e", RTX_UNARY)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | gccint.info | 17983 (mult:M (sign_extend:M X) (sign_extend:M Y)) 17989 'zero_extend' instead of 'sign_extend'. 18005 instructions using 'truncate' and 'sign_extend' as in, 18007 (truncate:M1 (div:M2 X (sign_extend:M2 Y))) 18326 (plus:SI (sign_extend:SI (reg:QI 34)) (reg:SI 80)) 18336 '(sign_extend:M X)' 22106 predicate for the input operands accepts a 'sign_extend' of an 'SImode' 22108 required for the operand of the 'sign_extend'. 22298 (sign_extend:SI 28050 * '(sign_extend:M1 (mult:M2 (sign_extend:M2 X) (sign_extend:M2 Y)))' [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | gccint.info | 17983 (mult:M (sign_extend:M X) (sign_extend:M Y)) 17989 'zero_extend' instead of 'sign_extend'. 18005 instructions using 'truncate' and 'sign_extend' as in, 18007 (truncate:M1 (div:M2 X (sign_extend:M2 Y))) 18326 (plus:SI (sign_extend:SI (reg:QI 34)) (reg:SI 80)) 18336 '(sign_extend:M X)' 22106 predicate for the input operands accepts a 'sign_extend' of an 'SImode' 22108 required for the operand of the 'sign_extend'. 22298 (sign_extend:SI 28050 * '(sign_extend:M1 (mult:M2 (sign_extend:M2 X) (sign_extend:M2 Y)))' [all …]
|