Home
last modified time | relevance | path

Searched defs:r1 (Results 1 – 11 of 11) sorted by relevance

/php-src/ext/opcache/jit/ir/
H A Dgen_ir_fold_hash.c37 static uint32_t hash_shl2(uint32_t mask, uint32_t r1, uint32_t r2) in hash_shl2()
47 static uint32_t hash_rol2(uint32_t mask, uint32_t r1, uint32_t r2) in hash_rol2()
57 uint32_t n, r1, r2, i, h; in find_hash() local
H A Dir_ra.c1533 static ir_live_pos ir_vregs_overlap(ir_ctx *ctx, uint32_t r1, uint32_t r2) in ir_vregs_overlap()
1578 static void ir_vregs_join(ir_ctx *ctx, uint32_t r1, uint32_t r2) in ir_vregs_join()
1787 ir_reg r1 = IR_REG_NONE; in ir_hint_conflict() local
H A Dir_emit.c256 static bool ir_is_same_mem_var(const ir_ctx *ctx, ir_ref r1, int32_t offset) in ir_is_same_mem_var()
/php-src/Zend/Optimizer/
H A Descape_analysis.c61 int r1 = union_find_root(parent, i); in union_find_unite() local
H A Dzend_inference.c775 static void float_div(zend_long a, zend_long b, zend_long *r1, zend_long *r2) { in float_div()
/php-src/ext/calendar/
H A Djewish.c431 register zend_ulong r1, r2, d1, d2; in MoladOfMetonicCycle() local
/php-src/ext/standard/
H A Dcrypt_freesec.c612 uint32_t count, salt, l, r0, r1, keybuf[2]; in _crypt_extended_r() local
/php-src/Zend/
H A Dzend_opcode.c994 zend_live_range *r1 = op_array->live_range; in zend_calc_live_ranges() local
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitLir.h929 #define SLJIT_MEM1(r1) (SLJIT_MEM | (r1)) argument
930 #define SLJIT_MEM2(r1, r2) (SLJIT_MEM | (r1) | ((r2) << 8)) argument
932 #define SLJIT_REG_PAIR(r1, r2) ((r1) | ((r2) << 8)) argument
H A DsljitNativeS390X.c70 static const sljit_gpr r1 = 1; /* reg_map[SLJIT_NUMBER_OF_REGISTERS + 3]: reserved */ variable
/php-src/ext/gd/libgd/
H A Dgd.c365 static float HWB_Diff (int r1, int g1, int b1, int r2, int g2, int b2) in HWB_Diff()
2996 int a1, a2, r1, r2, g1, g2, b1, b2; in gdLayerMultiply() local

Completed in 132 milliseconds