Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_T2_32.c74 #define RD3(rd) ((sljit_ins)reg_map[rd]) macro
1022 return push_inst16(compiler, UXTB | RD3(dst) | RN3(arg2)); in emit_op_imm()
1027 return push_inst16(compiler, SXTB | RD3(dst) | RN3(arg2)); in emit_op_imm()
1032 return push_inst16(compiler, UXTH | RD3(dst) | RN3(arg2)); in emit_op_imm()
1037 return push_inst16(compiler, SXTH | RD3(dst) | RN3(arg2)); in emit_op_imm()
1051 return push_inst16(compiler, REV | RD3(dst) | RN3(arg2)); in emit_op_imm()
1079 return push_inst16(compiler, ADCS | RD3(dst) | RN3(arg2)); in emit_op_imm()
1094 return push_inst16(compiler, SBCS | RD3(dst) | RN3(arg2)); in emit_op_imm()
1106 return push_inst16(compiler, ANDS | RD3(dst) | RN3(arg2)); in emit_op_imm()
1108 return push_inst16(compiler, TST | RD3(arg1) | RN3(arg2)); in emit_op_imm()
[all …]

Completed in 13 milliseconds