Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeRISCV_common.c67 #define RS2(rs2) ((sljit_ins)reg_map[rs2] << 20) macro
389 ins[3] = XOR | RD(reg) | RS1(reg) | RS2(TMP_REG3); in load_addr_to_reg()
2567 return BNE | RS1(EQUAL_FLAG) | RS2(TMP_ZERO); in get_jump_instruction()
2569 return BEQ | RS1(EQUAL_FLAG) | RS2(TMP_ZERO); in get_jump_instruction()
2586 return BEQ | RS1(OTHER_FLAG) | RS2(TMP_ZERO); in get_jump_instruction()
2604 return BNE | RS1(OTHER_FLAG) | RS2(TMP_ZERO); in get_jump_instruction()
2719 inst = BNE | RS1(src1) | RS2(src2) | BRANCH_LENGTH; in sljit_emit_cmp()
2722 inst = BEQ | RS1(src1) | RS2(src2) | BRANCH_LENGTH; in sljit_emit_cmp()
2737 inst = BGE | RS1(src1) | RS2(src2) | BRANCH_LENGTH; in sljit_emit_cmp()
2740 inst = BLT | RS1(src1) | RS2(src2) | BRANCH_LENGTH; in sljit_emit_cmp()
[all …]
H A DsljitNativeRISCV_32.c64 …FAIL_IF(push_inst(compiler, SW | RS1(SLJIT_SP) | RS2(u.imm[0] != 0 ? TMP_REG1 : TMP_ZERO) | (8 << … in sljit_emit_fset64()
65 …FAIL_IF(push_inst(compiler, SW | RS1(SLJIT_SP) | RS2(u.imm[1] != 0 ? TMP_REG2 : TMP_ZERO) | (12 <<… in sljit_emit_fset64()
97 FAIL_IF(push_inst(compiler, SW | RS1(SLJIT_SP) | RS2(reg2) | (8 << 7))); in sljit_emit_fcopy()
101 FAIL_IF(push_inst(compiler, SW | RS1(SLJIT_SP) | RS2(reg) | (12 << 7))); in sljit_emit_fcopy()
H A DsljitNativeRISCV_64.c126 return push_inst(compiler, XOR | RD(dst_r) | RS1(dst_r) | RS2(tmp_r)); in load_immediate()
187 FAIL_IF(push_inst(compiler, XOR | RD(dst) | RS1(dst) | RS2(TMP_REG3))); in emit_const()

Completed in 16 milliseconds