Home
last modified time | relevance | path

Searched refs:BCx (Results 1 – 2 of 2) sorted by relevance

/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativePPC_common.c150 #define BCx (HI(16)) macro
363 code_ptr[0] = BCx | (2 << 2) | ((code_ptr[0] ^ (8 << 21)) & 0x03ff0001); in detect_jump_type()
444 ins[0] = BCx | ((sljit_ins)addr & 0xfffc) | (ins[0] & 0x03ff0001); in generate_jump_or_mov_addr()
447 ins[0] = BCx | ((sljit_ins)addr & 0xfffc) | 0x2 | ((*ins) & 0x03ff0001); in generate_jump_or_mov_addr()
2364 FAIL_IF(push_inst(compiler, BCx | (4 << 21) | (0 << 16) | 8)); in sljit_emit_fop2()
2851 …*ptr = BCx | get_bo_bi_flags(compiler, (type ^ 0x1) & ~SLJIT_32) | (sljit_ins)((compiler->size - s… in sljit_emit_select()
2891 …*ptr = BCx | get_bo_bi_flags(compiler, (type ^ 0x1) & ~SLJIT_32) | (sljit_ins)((compiler->size - s… in sljit_emit_fselect()
H A DsljitNativePPC_64.c638 FAIL_IF(push_inst(compiler, BCx | (12 << 21) | (0 << 16) | 20)); in sljit_emit_fop1_conv_f64_from_uw()

Completed in 28 milliseconds