Home
last modified time | relevance | path

Searched refs:jump_inst (Results 1 – 25 of 67) sorted by relevance

123

/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/intel/compiler/
H A Dbrw_predicated_break.cpp116 backend_instruction *jump_inst = block->end(); in opt_predicated_break() local
121 if (jump_inst->opcode == BRW_OPCODE_CONTINUE) in opt_predicated_break()
123 else if (jump_inst->opcode == BRW_OPCODE_WHILE) in opt_predicated_break()
129 if (jump_inst->opcode != BRW_OPCODE_BREAK && in opt_predicated_break()
130 jump_inst->opcode != BRW_OPCODE_CONTINUE) in opt_predicated_break()
145 jump_inst->predicate = if_inst->predicate; in opt_predicated_break()
146 jump_inst->predicate_inverse = if_inst->predicate_inverse; in opt_predicated_break()
192 if (jump_inst->opcode == BRW_OPCODE_BREAK && in opt_predicated_break()
196 jump_inst->remove(earlier_block); in opt_predicated_break()
197 while_inst->predicate = jump_inst->predicate; in opt_predicated_break()
[all …]
/dports/lang/clover/mesa-21.3.6/src/intel/compiler/
H A Dbrw_predicated_break.cpp116 backend_instruction *jump_inst = block->end(); in opt_predicated_break() local
121 if (jump_inst->opcode == BRW_OPCODE_CONTINUE) in opt_predicated_break()
123 else if (jump_inst->opcode == BRW_OPCODE_WHILE) in opt_predicated_break()
129 if (jump_inst->opcode != BRW_OPCODE_BREAK && in opt_predicated_break()
130 jump_inst->opcode != BRW_OPCODE_CONTINUE) in opt_predicated_break()
145 jump_inst->predicate = if_inst->predicate; in opt_predicated_break()
146 jump_inst->predicate_inverse = if_inst->predicate_inverse; in opt_predicated_break()
192 if (jump_inst->opcode == BRW_OPCODE_BREAK && in opt_predicated_break()
196 jump_inst->remove(earlier_block); in opt_predicated_break()
197 while_inst->predicate = jump_inst->predicate; in opt_predicated_break()
[all …]
/dports/graphics/libosmesa/mesa-21.3.6/src/intel/compiler/
H A Dbrw_predicated_break.cpp116 backend_instruction *jump_inst = block->end(); in opt_predicated_break() local
121 if (jump_inst->opcode == BRW_OPCODE_CONTINUE) in opt_predicated_break()
123 else if (jump_inst->opcode == BRW_OPCODE_WHILE) in opt_predicated_break()
129 if (jump_inst->opcode != BRW_OPCODE_BREAK && in opt_predicated_break()
130 jump_inst->opcode != BRW_OPCODE_CONTINUE) in opt_predicated_break()
145 jump_inst->predicate = if_inst->predicate; in opt_predicated_break()
146 jump_inst->predicate_inverse = if_inst->predicate_inverse; in opt_predicated_break()
192 if (jump_inst->opcode == BRW_OPCODE_BREAK && in opt_predicated_break()
196 jump_inst->remove(earlier_block); in opt_predicated_break()
197 while_inst->predicate = jump_inst->predicate; in opt_predicated_break()
[all …]
/dports/graphics/mesa-libs/mesa-21.3.6/src/intel/compiler/
H A Dbrw_predicated_break.cpp116 backend_instruction *jump_inst = block->end(); in opt_predicated_break() local
121 if (jump_inst->opcode == BRW_OPCODE_CONTINUE) in opt_predicated_break()
123 else if (jump_inst->opcode == BRW_OPCODE_WHILE) in opt_predicated_break()
129 if (jump_inst->opcode != BRW_OPCODE_BREAK && in opt_predicated_break()
130 jump_inst->opcode != BRW_OPCODE_CONTINUE) in opt_predicated_break()
145 jump_inst->predicate = if_inst->predicate; in opt_predicated_break()
146 jump_inst->predicate_inverse = if_inst->predicate_inverse; in opt_predicated_break()
192 if (jump_inst->opcode == BRW_OPCODE_BREAK && in opt_predicated_break()
196 jump_inst->remove(earlier_block); in opt_predicated_break()
197 while_inst->predicate = jump_inst->predicate; in opt_predicated_break()
[all …]
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/intel/compiler/
H A Dbrw_predicated_break.cpp116 backend_instruction *jump_inst = block->end(); in opt_predicated_break() local
121 if (jump_inst->opcode == BRW_OPCODE_CONTINUE) in opt_predicated_break()
123 else if (jump_inst->opcode == BRW_OPCODE_WHILE) in opt_predicated_break()
129 if (jump_inst->opcode != BRW_OPCODE_BREAK && in opt_predicated_break()
130 jump_inst->opcode != BRW_OPCODE_CONTINUE) in opt_predicated_break()
145 jump_inst->predicate = if_inst->predicate; in opt_predicated_break()
146 jump_inst->predicate_inverse = if_inst->predicate_inverse; in opt_predicated_break()
192 if (jump_inst->opcode == BRW_OPCODE_BREAK && in opt_predicated_break()
196 jump_inst->remove(earlier_block); in opt_predicated_break()
197 while_inst->predicate = jump_inst->predicate; in opt_predicated_break()
[all …]
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/intel/compiler/
H A Dbrw_predicated_break.cpp116 backend_instruction *jump_inst = block->end(); in opt_predicated_break() local
121 if (jump_inst->opcode == BRW_OPCODE_CONTINUE) in opt_predicated_break()
123 else if (jump_inst->opcode == BRW_OPCODE_WHILE) in opt_predicated_break()
129 if (jump_inst->opcode != BRW_OPCODE_BREAK && in opt_predicated_break()
130 jump_inst->opcode != BRW_OPCODE_CONTINUE) in opt_predicated_break()
145 jump_inst->predicate = if_inst->predicate; in opt_predicated_break()
146 jump_inst->predicate_inverse = if_inst->predicate_inverse; in opt_predicated_break()
192 if (jump_inst->opcode == BRW_OPCODE_BREAK && in opt_predicated_break()
196 jump_inst->remove(earlier_block); in opt_predicated_break()
197 while_inst->predicate = jump_inst->predicate; in opt_predicated_break()
[all …]
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/intel/compiler/
H A Dbrw_predicated_break.cpp116 backend_instruction *jump_inst = block->end(); in opt_predicated_break() local
121 if (jump_inst->opcode == BRW_OPCODE_CONTINUE) in opt_predicated_break()
123 else if (jump_inst->opcode == BRW_OPCODE_WHILE) in opt_predicated_break()
129 if (jump_inst->opcode != BRW_OPCODE_BREAK && in opt_predicated_break()
130 jump_inst->opcode != BRW_OPCODE_CONTINUE) in opt_predicated_break()
145 jump_inst->predicate = if_inst->predicate; in opt_predicated_break()
146 jump_inst->predicate_inverse = if_inst->predicate_inverse; in opt_predicated_break()
192 if (jump_inst->opcode == BRW_OPCODE_BREAK && in opt_predicated_break()
196 jump_inst->remove(earlier_block); in opt_predicated_break()
197 while_inst->predicate = jump_inst->predicate; in opt_predicated_break()
[all …]
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/intel/compiler/
H A Dbrw_predicated_break.cpp116 backend_instruction *jump_inst = block->end(); in opt_predicated_break() local
121 if (jump_inst->opcode == BRW_OPCODE_CONTINUE) in opt_predicated_break()
123 else if (jump_inst->opcode == BRW_OPCODE_WHILE) in opt_predicated_break()
129 if (jump_inst->opcode != BRW_OPCODE_BREAK && in opt_predicated_break()
130 jump_inst->opcode != BRW_OPCODE_CONTINUE) in opt_predicated_break()
145 jump_inst->predicate = if_inst->predicate; in opt_predicated_break()
146 jump_inst->predicate_inverse = if_inst->predicate_inverse; in opt_predicated_break()
192 if (jump_inst->opcode == BRW_OPCODE_BREAK && in opt_predicated_break()
196 jump_inst->remove(earlier_block); in opt_predicated_break()
197 while_inst->predicate = jump_inst->predicate; in opt_predicated_break()
[all …]
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/intel/compiler/
H A Dbrw_predicated_break.cpp116 backend_instruction *jump_inst = block->end(); in opt_predicated_break() local
121 if (jump_inst->opcode == BRW_OPCODE_CONTINUE) in opt_predicated_break()
123 else if (jump_inst->opcode == BRW_OPCODE_WHILE) in opt_predicated_break()
129 if (jump_inst->opcode != BRW_OPCODE_BREAK && in opt_predicated_break()
130 jump_inst->opcode != BRW_OPCODE_CONTINUE) in opt_predicated_break()
145 jump_inst->predicate = if_inst->predicate; in opt_predicated_break()
146 jump_inst->predicate_inverse = if_inst->predicate_inverse; in opt_predicated_break()
192 if (jump_inst->opcode == BRW_OPCODE_BREAK && in opt_predicated_break()
196 jump_inst->remove(earlier_block); in opt_predicated_break()
197 while_inst->predicate = jump_inst->predicate; in opt_predicated_break()
[all …]
/dports/graphics/mesa-dri/mesa-21.3.6/src/intel/compiler/
H A Dbrw_predicated_break.cpp116 backend_instruction *jump_inst = block->end(); in opt_predicated_break() local
121 if (jump_inst->opcode == BRW_OPCODE_CONTINUE) in opt_predicated_break()
123 else if (jump_inst->opcode == BRW_OPCODE_WHILE) in opt_predicated_break()
129 if (jump_inst->opcode != BRW_OPCODE_BREAK && in opt_predicated_break()
130 jump_inst->opcode != BRW_OPCODE_CONTINUE) in opt_predicated_break()
145 jump_inst->predicate = if_inst->predicate; in opt_predicated_break()
146 jump_inst->predicate_inverse = if_inst->predicate_inverse; in opt_predicated_break()
192 if (jump_inst->opcode == BRW_OPCODE_BREAK && in opt_predicated_break()
196 jump_inst->remove(earlier_block); in opt_predicated_break()
197 while_inst->predicate = jump_inst->predicate; in opt_predicated_break()
[all …]
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/intel/compiler/
H A Dbrw_predicated_break.cpp68 backend_instruction *jump_inst = block->end(); in opt_predicated_break() local
69 if (jump_inst->opcode != BRW_OPCODE_BREAK && in opt_predicated_break()
70 jump_inst->opcode != BRW_OPCODE_CONTINUE) in opt_predicated_break()
85 jump_inst->predicate = if_inst->predicate; in opt_predicated_break()
86 jump_inst->predicate_inverse = if_inst->predicate_inverse; in opt_predicated_break()
126 if (jump_inst->opcode == BRW_OPCODE_BREAK && in opt_predicated_break()
129 jump_inst->remove(earlier_block); in opt_predicated_break()
130 while_inst->predicate = jump_inst->predicate; in opt_predicated_break()
131 while_inst->predicate_inverse = !jump_inst->predicate_inverse; in opt_predicated_break()
/dports/devel/plasma/plasma-5bb07b3/plasma/lib/
H A Dast.py115 def __init__(self, jump_inst, br_next_jump, br_next, argument
117 self.jump_inst = jump_inst
155 o._comment_fused(self.jump_inst, self.fused_inst, tab)
168 o._if_cond(ARCH_UTILS.get_cond(self.jump_inst),
171 o._if_cond(ARCH_UTILS.invert_cond(self.jump_inst),
287 ad = first_node.jump_inst.address
H A Doutput.py425 def _comment_fused(self, jump_inst, fused_inst, tab): argument
429 if jump_inst != None:
430 self._asm_inst(jump_inst, tab, "# ")
435 if jump_inst != None:
436 self._address_if_needed(jump_inst, tab)
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/cranelift-frontend-0.44.0/src/
H A Dssa.rs640 jump_inst: Inst, in append_jump_argument()
646 match func.dfg.analyze_branch(jump_inst) { in append_jump_argument()
653 func.dfg.append_inst_arg(jump_inst, val); in append_jump_argument()
668 match func.dfg[jump_inst] { in append_jump_argument()
859 let jump_inst: Inst = { in sequence_of_blocks() localVariable
876 ssa.declare_ebb_predecessor(ebb1, block0, jump_inst); in sequence_of_blocks()
887 match func.dfg.analyze_branch(jump_inst) { in sequence_of_blocks()
1072 let jump_inst = { in br_table_with_args() localVariable
1081 ssa.declare_ebb_predecessor(ebb2, block1, jump_inst); in br_table_with_args()
1148 let jump_inst = { in undef_values_reordering() localVariable
[all …]
/dports/devel/libbpfjit/sljit-849950a/sljit_src/
H A DsljitNativeARM_T2_32.c286 sljit_u16 *jump_inst; in set_jump_instruction() local
302 jump_inst = (sljit_u16*)jump->addr; in set_jump_instruction()
308 jump_inst[0] = 0xd000 | (jump->flags & 0xf00) | (diff & 0xff); in set_jump_instruction()
313jump_inst[0] = 0xf000 | COPY_BITS(jump->flags, 8, 6, 4) | COPY_BITS(diff, 11, 0, 6) | COPY_BITS(di… in set_jump_instruction()
314 jump_inst[1] = 0x8000 | COPY_BITS(diff, 17, 13, 1) | COPY_BITS(diff, 18, 11, 1) | (diff & 0x7ff); in set_jump_instruction()
318 *jump_inst++ = IT | ((jump->flags >> 4) & 0xf0) | 0x8; in set_jump_instruction()
325 jump_inst[0] = 0xe000 | (diff & 0x7ff); in set_jump_instruction()
335 jump_inst[0] = 0xf000 | (s << 10) | COPY_BITS(diff, 11, 0, 10); in set_jump_instruction()
336 jump_inst[1] = (j1 << 13) | (j2 << 11) | (diff & 0x7ff); in set_jump_instruction()
340 jump_inst[1] |= 0x9000; in set_jump_instruction()
[all …]
/dports/lang/php73/php-7.3.33/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_T2_32.c299 sljit_u16 *jump_inst; in set_jump_instruction() local
315 jump_inst = (sljit_u16*)jump->addr; in set_jump_instruction()
321 jump_inst[0] = 0xd000 | (jump->flags & 0xf00) | (diff & 0xff); in set_jump_instruction()
326jump_inst[0] = 0xf000 | COPY_BITS(jump->flags, 8, 6, 4) | COPY_BITS(diff, 11, 0, 6) | COPY_BITS(di… in set_jump_instruction()
327 jump_inst[1] = 0x8000 | COPY_BITS(diff, 17, 13, 1) | COPY_BITS(diff, 18, 11, 1) | (diff & 0x7ff); in set_jump_instruction()
331 *jump_inst++ = IT | ((jump->flags >> 4) & 0xf0) | 0x8; in set_jump_instruction()
338 jump_inst[0] = 0xe000 | (diff & 0x7ff); in set_jump_instruction()
348 jump_inst[0] = 0xf000 | (s << 10) | COPY_BITS(diff, 11, 0, 10); in set_jump_instruction()
349 jump_inst[1] = (j1 << 13) | (j2 << 11) | (diff & 0x7ff); in set_jump_instruction()
353 jump_inst[1] |= 0x9000; in set_jump_instruction()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/sljit/dist/sljit_src/
H A DsljitNativeARM_T2_32.c285 sljit_u16 *jump_inst; in set_jump_instruction() local
299 jump_inst = (sljit_u16*)jump->addr; in set_jump_instruction()
305 jump_inst[0] = 0xd000 | (jump->flags & 0xf00) | (diff & 0xff); in set_jump_instruction()
310jump_inst[0] = 0xf000 | COPY_BITS(jump->flags, 8, 6, 4) | COPY_BITS(diff, 11, 0, 6) | COPY_BITS(di… in set_jump_instruction()
311 jump_inst[1] = 0x8000 | COPY_BITS(diff, 17, 13, 1) | COPY_BITS(diff, 18, 11, 1) | (diff & 0x7ff); in set_jump_instruction()
315 *jump_inst++ = IT | ((jump->flags >> 4) & 0xf0) | 0x8; in set_jump_instruction()
322 jump_inst[0] = 0xe000 | (diff & 0x7ff); in set_jump_instruction()
332 jump_inst[0] = 0xf000 | (s << 10) | COPY_BITS(diff, 11, 0, 10); in set_jump_instruction()
333 jump_inst[1] = (j1 << 13) | (j2 << 11) | (diff & 0x7ff); in set_jump_instruction()
337 jump_inst[1] |= 0x9000; in set_jump_instruction()
[all …]
/dports/textproc/ripgrep/ripgrep-13.0.0/cargo-crates/pcre2-sys-0.2.5/pcre2/src/sljit/
H A DsljitNativeARM_T2_32.c299 sljit_u16 *jump_inst; in set_jump_instruction() local
315 jump_inst = (sljit_u16*)jump->addr; in set_jump_instruction()
321 jump_inst[0] = 0xd000 | (jump->flags & 0xf00) | (diff & 0xff); in set_jump_instruction()
326jump_inst[0] = 0xf000 | COPY_BITS(jump->flags, 8, 6, 4) | COPY_BITS(diff, 11, 0, 6) | COPY_BITS(di… in set_jump_instruction()
327 jump_inst[1] = 0x8000 | COPY_BITS(diff, 17, 13, 1) | COPY_BITS(diff, 18, 11, 1) | (diff & 0x7ff); in set_jump_instruction()
331 *jump_inst++ = IT | ((jump->flags >> 4) & 0xf0) | 0x8; in set_jump_instruction()
338 jump_inst[0] = 0xe000 | (diff & 0x7ff); in set_jump_instruction()
348 jump_inst[0] = 0xf000 | (s << 10) | COPY_BITS(diff, 11, 0, 10); in set_jump_instruction()
349 jump_inst[1] = (j1 << 13) | (j2 << 11) | (diff & 0x7ff); in set_jump_instruction()
353 jump_inst[1] |= 0x9000; in set_jump_instruction()
[all …]
/dports/biology/vt/vt-0.57721/lib/pcre2/sljit/
H A DsljitNativeARM_T2_32.c283 sljit_uh *jump_inst; in set_jump_instruction() local
297 jump_inst = (sljit_uh*)jump->addr; in set_jump_instruction()
303 jump_inst[0] = 0xd000 | (jump->flags & 0xf00) | (diff & 0xff); in set_jump_instruction()
308jump_inst[0] = 0xf000 | COPY_BITS(jump->flags, 8, 6, 4) | COPY_BITS(diff, 11, 0, 6) | COPY_BITS(di… in set_jump_instruction()
309 jump_inst[1] = 0x8000 | COPY_BITS(diff, 17, 13, 1) | COPY_BITS(diff, 18, 11, 1) | (diff & 0x7ff); in set_jump_instruction()
313 *jump_inst++ = IT | ((jump->flags >> 4) & 0xf0) | 0x8; in set_jump_instruction()
320 jump_inst[0] = 0xe000 | (diff & 0x7ff); in set_jump_instruction()
330 jump_inst[0] = 0xf000 | (s << 10) | COPY_BITS(diff, 11, 0, 10); in set_jump_instruction()
331 jump_inst[1] = (j1 << 13) | (j2 << 11) | (diff & 0x7ff); in set_jump_instruction()
335 jump_inst[1] |= 0x9000; in set_jump_instruction()
[all …]
/dports/www/mod_jk/tomcat-connectors-1.2.48-src/native/iis/pcre/sljit/
H A DsljitNativeARM_T2_32.c299 sljit_u16 *jump_inst; in set_jump_instruction() local
315 jump_inst = (sljit_u16*)jump->addr; in set_jump_instruction()
321 jump_inst[0] = 0xd000 | (jump->flags & 0xf00) | (diff & 0xff); in set_jump_instruction()
326jump_inst[0] = 0xf000 | COPY_BITS(jump->flags, 8, 6, 4) | COPY_BITS(diff, 11, 0, 6) | COPY_BITS(di… in set_jump_instruction()
327 jump_inst[1] = 0x8000 | COPY_BITS(diff, 17, 13, 1) | COPY_BITS(diff, 18, 11, 1) | (diff & 0x7ff); in set_jump_instruction()
331 *jump_inst++ = IT | ((jump->flags >> 4) & 0xf0) | 0x8; in set_jump_instruction()
338 jump_inst[0] = 0xe000 | (diff & 0x7ff); in set_jump_instruction()
348 jump_inst[0] = 0xf000 | (s << 10) | COPY_BITS(diff, 11, 0, 10); in set_jump_instruction()
349 jump_inst[1] = (j1 << 13) | (j2 << 11) | (diff & 0x7ff); in set_jump_instruction()
353 jump_inst[1] |= 0x9000; in set_jump_instruction()
[all …]
/dports/www/mod_php73/php-7.3.33/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_T2_32.c299 sljit_u16 *jump_inst; in set_jump_instruction() local
315 jump_inst = (sljit_u16*)jump->addr; in set_jump_instruction()
321 jump_inst[0] = 0xd000 | (jump->flags & 0xf00) | (diff & 0xff); in set_jump_instruction()
326jump_inst[0] = 0xf000 | COPY_BITS(jump->flags, 8, 6, 4) | COPY_BITS(diff, 11, 0, 6) | COPY_BITS(di… in set_jump_instruction()
327 jump_inst[1] = 0x8000 | COPY_BITS(diff, 17, 13, 1) | COPY_BITS(diff, 18, 11, 1) | (diff & 0x7ff); in set_jump_instruction()
331 *jump_inst++ = IT | ((jump->flags >> 4) & 0xf0) | 0x8; in set_jump_instruction()
338 jump_inst[0] = 0xe000 | (diff & 0x7ff); in set_jump_instruction()
348 jump_inst[0] = 0xf000 | (s << 10) | COPY_BITS(diff, 11, 0, 10); in set_jump_instruction()
349 jump_inst[1] = (j1 << 13) | (j2 << 11) | (diff & 0x7ff); in set_jump_instruction()
353 jump_inst[1] |= 0x9000; in set_jump_instruction()
[all …]
/dports/lang/php81/php-8.1.1/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_T2_32.c299 sljit_u16 *jump_inst; in set_jump_instruction() local
315 jump_inst = (sljit_u16*)jump->addr; in set_jump_instruction()
321 jump_inst[0] = 0xd000 | (jump->flags & 0xf00) | (diff & 0xff); in set_jump_instruction()
326jump_inst[0] = 0xf000 | COPY_BITS(jump->flags, 8, 6, 4) | COPY_BITS(diff, 11, 0, 6) | COPY_BITS(di… in set_jump_instruction()
327 jump_inst[1] = 0x8000 | COPY_BITS(diff, 17, 13, 1) | COPY_BITS(diff, 18, 11, 1) | (diff & 0x7ff); in set_jump_instruction()
331 *jump_inst++ = IT | ((jump->flags >> 4) & 0xf0) | 0x8; in set_jump_instruction()
338 jump_inst[0] = 0xe000 | (diff & 0x7ff); in set_jump_instruction()
348 jump_inst[0] = 0xf000 | (s << 10) | COPY_BITS(diff, 11, 0, 10); in set_jump_instruction()
349 jump_inst[1] = (j1 << 13) | (j2 << 11) | (diff & 0x7ff); in set_jump_instruction()
353 jump_inst[1] |= 0x9000; in set_jump_instruction()
[all …]
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/3rdparty/pcre2/src/sljit/
H A DsljitNativeARM_T2_32.c299 sljit_u16 *jump_inst; in set_jump_instruction() local
315 jump_inst = (sljit_u16*)jump->addr; in set_jump_instruction()
321 jump_inst[0] = 0xd000 | (jump->flags & 0xf00) | (diff & 0xff); in set_jump_instruction()
326jump_inst[0] = 0xf000 | COPY_BITS(jump->flags, 8, 6, 4) | COPY_BITS(diff, 11, 0, 6) | COPY_BITS(di… in set_jump_instruction()
327 jump_inst[1] = 0x8000 | COPY_BITS(diff, 17, 13, 1) | COPY_BITS(diff, 18, 11, 1) | (diff & 0x7ff); in set_jump_instruction()
331 *jump_inst++ = IT | ((jump->flags >> 4) & 0xf0) | 0x8; in set_jump_instruction()
338 jump_inst[0] = 0xe000 | (diff & 0x7ff); in set_jump_instruction()
348 jump_inst[0] = 0xf000 | (s << 10) | COPY_BITS(diff, 11, 0, 10); in set_jump_instruction()
349 jump_inst[1] = (j1 << 13) | (j2 << 11) | (diff & 0x7ff); in set_jump_instruction()
353 jump_inst[1] |= 0x9000; in set_jump_instruction()
[all …]
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/3rdparty/pcre2/src/sljit/
H A DsljitNativeARM_T2_32.c299 sljit_u16 *jump_inst; in set_jump_instruction() local
315 jump_inst = (sljit_u16*)jump->addr; in set_jump_instruction()
321 jump_inst[0] = 0xd000 | (jump->flags & 0xf00) | (diff & 0xff); in set_jump_instruction()
326jump_inst[0] = 0xf000 | COPY_BITS(jump->flags, 8, 6, 4) | COPY_BITS(diff, 11, 0, 6) | COPY_BITS(di… in set_jump_instruction()
327 jump_inst[1] = 0x8000 | COPY_BITS(diff, 17, 13, 1) | COPY_BITS(diff, 18, 11, 1) | (diff & 0x7ff); in set_jump_instruction()
331 *jump_inst++ = IT | ((jump->flags >> 4) & 0xf0) | 0x8; in set_jump_instruction()
338 jump_inst[0] = 0xe000 | (diff & 0x7ff); in set_jump_instruction()
348 jump_inst[0] = 0xf000 | (s << 10) | COPY_BITS(diff, 11, 0, 10); in set_jump_instruction()
349 jump_inst[1] = (j1 << 13) | (j2 << 11) | (diff & 0x7ff); in set_jump_instruction()
353 jump_inst[1] |= 0x9000; in set_jump_instruction()
[all …]
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/3rdparty/pcre2/src/sljit/
H A DsljitNativeARM_T2_32.c299 sljit_u16 *jump_inst; in set_jump_instruction() local
315 jump_inst = (sljit_u16*)jump->addr; in set_jump_instruction()
321 jump_inst[0] = 0xd000 | (jump->flags & 0xf00) | (diff & 0xff); in set_jump_instruction()
326jump_inst[0] = 0xf000 | COPY_BITS(jump->flags, 8, 6, 4) | COPY_BITS(diff, 11, 0, 6) | COPY_BITS(di… in set_jump_instruction()
327 jump_inst[1] = 0x8000 | COPY_BITS(diff, 17, 13, 1) | COPY_BITS(diff, 18, 11, 1) | (diff & 0x7ff); in set_jump_instruction()
331 *jump_inst++ = IT | ((jump->flags >> 4) & 0xf0) | 0x8; in set_jump_instruction()
338 jump_inst[0] = 0xe000 | (diff & 0x7ff); in set_jump_instruction()
348 jump_inst[0] = 0xf000 | (s << 10) | COPY_BITS(diff, 11, 0, 10); in set_jump_instruction()
349 jump_inst[1] = (j1 << 13) | (j2 << 11) | (diff & 0x7ff); in set_jump_instruction()
353 jump_inst[1] |= 0x9000; in set_jump_instruction()
[all …]

123