Searched refs:VT (Results 1 – 1 of 1) sorted by relevance
61 #define VT(vt) ((sljit_ins)freg_map[vt]) macro1273 FAIL_IF(push_inst(compiler, STP_F64 | VT(fprev) | VT2(i) | RN(SLJIT_SP) | offs)); in sljit_emit_enter()1283 FAIL_IF(push_inst(compiler, STP_F64 | VT(fprev) | VT2(i) | RN(SLJIT_SP) | offs)); in sljit_emit_enter()1468 FAIL_IF(push_inst(compiler, LDP_F64 | VT(fprev) | VT2(i) | RN(SLJIT_SP) | offs)); in emit_stack_frame_release()1478 FAIL_IF(push_inst(compiler, LDP_F64 | VT(fprev) | VT2(i) | RN(SLJIT_SP) | offs)); in emit_stack_frame_release()1927 return push_inst(compiler, STR_FR | type | VT(reg) in emit_fop_mem()1931 return push_inst(compiler, STR_FI | type | VT(reg) | RN(TMP_REG2)); in emit_fop_mem()1960 return push_inst(compiler, STR_FR | type | VT(reg) | RN(arg) | RM(TMP_REG2)); in emit_fop_mem()2821 return push_inst(compiler, ins | ((sljit_ins)elem_size << 10) | RN(srcdst) | VT(freg)); in sljit_emit_simd_mov()2955 return push_inst(compiler, LD1R | ins | RN(src) | VT(freg)); in sljit_emit_simd_replicate()[all …]
Completed in 15 milliseconds