Home
last modified time | relevance | path

Searched refs:RT2 (Results 1 - 3 of 3) sorted by relevance

/third_party/pcre2/pcre2/src/sljit/
H A DsljitNativeARM_64.c58 #define RT2(rt2) ((sljit_ins)reg_map[rt2] << 10) macro
841 return push_inst(compiler, (MADD ^ inv_bits) | RD(dst) | RN(arg1) | RM(arg2) | RT2(TMP_ZERO)); in emit_op_imm()
848 FAIL_IF(push_inst(compiler, MADD | RD(dst) | RN(arg1) | RM(arg2) | RT2(TMP_ZERO))); in emit_op_imm()
989 FAIL_IF(push_inst(compiler, STP_PRE | RT(TMP_FP) | RT2(TMP_LR) in sljit_emit_enter()
1010 FAIL_IF(push_inst(compiler, STP | RT(prev) | RT2(i) | RN(SLJIT_SP) | offs)); in sljit_emit_enter()
1020 FAIL_IF(push_inst(compiler, STP | RT(prev) | RT2(i) | RN(SLJIT_SP) | offs)); in sljit_emit_enter()
1105 FAIL_IF(push_inst(compiler, STP | RT(TMP_FP) | RT2(TMP_LR) | RN(SLJIT_SP))); in sljit_emit_enter()
1110 FAIL_IF(push_inst(compiler, STP_PRE | RT(TMP_FP) | RT2(TMP_LR) in sljit_emit_enter()
1117 FAIL_IF(push_inst(compiler, STP | RT(TMP_FP) | RT2(TMP_LR) | RN(SLJIT_SP))); in sljit_emit_enter()
1134 FAIL_IF(push_inst(compiler, STP | RT(TMP_FP) | RT2(TMP_L in sljit_emit_enter()
[all...]
/third_party/mesa3d/src/freedreno/decode/scripts/
H A Dparse-submits.lua351 render_components[2] = r.RB_RENDER_COMPONENTS.RT2;
/third_party/mbedtls/library/
H A Daes.c321 MBEDTLS_MAYBE_UNUSED static const uint32_t RT2[256] = { RT }; variable
358 MBEDTLS_MAYBE_UNUSED static uint32_t RT2[256]; variable
451 RT2[i] = ROTL8(RT1[i]); in aes_gen_tables()
452 RT3[i] = ROTL8(RT2[i]); in aes_gen_tables()
482 #define AES_RT2(idx) RT2[idx]

Completed in 6 milliseconds