| /external/pcre/src/sljit/ | 
| D | sljitNativeRISCV_common.c | 860 …fast(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg, sljit_s32 arg, sljit_sw argw)  in getput_arg_fast() 876 #define TO_ARGW_HI(argw) (((argw) & ~0xfff) + (((argw) & 0x800) ? 0x1000 : 0))  argument 880 static sljit_s32 can_cache(sljit_s32 arg, sljit_sw argw, sljit_s32 next_arg, sljit_sw next_argw)  in can_cache() 904 …it_compiler *compiler, sljit_s32 flags, sljit_s32 reg, sljit_s32 arg, sljit_sw argw, sljit_s32 nex…  in getput_arg() 993 …_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 | 1193 …t(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg_ar, sljit_s32 arg, sljit_sw argw)  in getput_arg_fast() 1208 #define TO_ARGW_HI(argw) (((argw) & ~0xffff) + (((argw) & 0x8000) ? 0x10000 : 0))  argument 1212 static sljit_s32 can_cache(sljit_s32 arg, sljit_sw argw, sljit_s32 next_arg, sljit_sw next_argw)  in can_cache() 1236 …compiler *compiler, sljit_s32 flags, sljit_s32 reg_ar, sljit_s32 arg, sljit_sw argw, sljit_s32 nex…  in getput_arg() 1331 …m(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg_ar, sljit_s32 arg, sljit_sw argw)  in emit_op_mem() 3374 	sljit_sw argw = *memw;  in update_mem_addr()  local
  | 
| D | sljitNativeARM_T2_32.c | 940 #define ALIGN_CHECK(argw, imm, shift)	(!((argw) & ~((imm) << (shift))))  argument 1036 	sljit_s32 arg, sljit_sw argw, sljit_s32 tmp_reg)  in emit_op_mem() 1941 …_mem(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg, sljit_s32 arg, sljit_sw argw)  in emit_fop_mem() 2996 	sljit_sw argw = *memw;  in update_mem_addr()  local
  | 
| D | sljitNativeARM_32.c | 1804 	sljit_s32 arg, sljit_sw argw, sljit_s32 tmp_reg)  in emit_op_mem() 2349 …_mem(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg, sljit_s32 arg, sljit_sw argw)  in emit_fop_mem() 3173 	sljit_sw argw = *memw;  in update_mem_addr()  local
  | 
| D | sljitNativeX86_common.c | 809 #define BINARY_IMM32(op_imm, immw, arg, argw) \  argument 818 #define BINARY_IMM(op_imm, op_mr, immw, arg, argw) \  argument 836 #define BINARY_IMM(op_imm, op_mr, immw, arg, argw) \  argument
  | 
| D | sljitNativeARM_64.c | 899 	sljit_s32 arg, sljit_sw argw, sljit_s32 tmp_reg)  in emit_op_mem() 1622 …_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 | 1138 	sljit_s32 arg, sljit_sw argw, sljit_s32 tmp_reg)  in emit_op_mem()
  |