/external/pcre/src/sljit/ |
D | sljitNativeRISCV_common.c | 989 …fast(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg, sljit_s32 arg, sljit_sw argw) in getput_arg_fast() 1004 #define TO_ARGW_HI(argw) (((argw) & ~0xfff) + (((argw) & 0x800) ? 0x1000 : 0)) argument 1008 static sljit_s32 can_cache(sljit_s32 arg, sljit_sw argw, sljit_s32 next_arg, sljit_sw next_argw) in can_cache() 1032 …it_compiler *compiler, sljit_s32 flags, sljit_s32 reg, sljit_s32 arg, sljit_sw argw, sljit_s32 nex… in getput_arg() 1116 …_mem(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg, sljit_s32 arg, sljit_sw argw) in emit_op_mem()
|
D | sljitNativeMIPS_common.c | 1332 …t(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg_ar, sljit_s32 arg, sljit_sw argw) in getput_arg_fast() 1347 #define TO_ARGW_HI(argw) (((argw) & ~0xffff) + (((argw) & 0x8000) ? 0x10000 : 0)) argument 1351 static sljit_s32 can_cache(sljit_s32 arg, sljit_sw argw, sljit_s32 next_arg, sljit_sw next_argw) in can_cache() 1375 …compiler *compiler, sljit_s32 flags, sljit_s32 reg_ar, sljit_s32 arg, sljit_sw argw, sljit_s32 nex… in getput_arg() 1470 …m(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg_ar, sljit_s32 arg, sljit_sw argw) in emit_op_mem() 3881 sljit_sw argw = *memw; in update_mem_addr() local
|
D | sljitNativeLOONGARCH_64.c | 1129 …inst(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg, sljit_s32 arg, sljit_sw argw) in push_mem_inst() 1154 …fast(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg, sljit_s32 arg, sljit_sw argw) in getput_arg_fast() 1171 #define TO_ARGW_HI(argw) (((argw) & ~0xfff) + (((argw) & 0x800) ? 0x1000 : 0)) argument 1175 static sljit_s32 can_cache(sljit_s32 arg, sljit_sw argw, sljit_s32 next_arg, sljit_sw next_argw) in can_cache() 1193 …it_compiler *compiler, sljit_s32 flags, sljit_s32 reg, sljit_s32 arg, sljit_sw argw, sljit_s32 nex… in getput_arg() 1250 …_mem(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg, sljit_s32 arg, sljit_sw argw) in emit_op_mem()
|
D | sljitNativeARM_T2_32.c | 1172 #define ALIGN_CHECK(argw, imm, shift) (!((argw) & ~((imm) << (shift)))) argument 1268 sljit_s32 arg, sljit_sw argw, sljit_s32 tmp_reg) in emit_op_mem() 2230 …_mem(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg, sljit_s32 arg, sljit_sw argw) in emit_fop_mem() 3443 sljit_sw argw = *memw; in update_mem_addr() local
|
D | sljitNativeARM_32.c | 1972 sljit_s32 arg, sljit_sw argw, sljit_s32 tmp_reg) in emit_op_mem() 2657 …_mem(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg, sljit_s32 arg, sljit_sw argw) in emit_fop_mem() 3635 sljit_sw argw = *memw; in update_mem_addr() local
|
D | sljitNativeX86_common.c | 1058 #define BINARY_IMM32(op_imm, immw, arg, argw) \ argument 1067 #define BINARY_IMM(op_imm, op_mr, immw, arg, argw) \ argument 1085 #define BINARY_IMM(op_imm, op_mr, immw, arg, argw) \ argument
|
D | sljitNativeARM_64.c | 1133 sljit_s32 arg, sljit_sw argw, sljit_s32 tmp_reg) in emit_op_mem() 1914 …_mem(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg, sljit_s32 arg, sljit_sw argw) in emit_fop_mem()
|
D | sljitNativePPC_common.c | 1237 sljit_s32 arg, sljit_sw argw, sljit_s32 tmp_reg) in emit_op_mem()
|