Searched refs:RT4 (Results 1 – 1 of 1) sorted by relevance
92 #define RT4(rt) ((sljit_ins)reg_map[rt] << 12) macro1474 FAIL_IF(push_inst32(compiler, LDR | RT4(tmp) | RN4(SLJIT_SP) in sljit_emit_enter()2304 FAIL_IF(push_inst32(compiler, VMOV | RT4(src) | VN4(TMP_FREG1))); in sljit_emit_fop1_conv_f64_from_w()2488 return push_inst32(compiler, VMOV | VN4(freg) | RT4(TMP_REG1)); in sljit_emit_fset32()2540 inst = VMOV2 | RN4(reg) | RT4(reg2) | VM4(freg); in sljit_emit_fcopy()2542 inst = VMOV | VN4(freg) | RT4(reg); in sljit_emit_fcopy()2899 PTR_FAIL_IF(push_inst32(compiler, LDR | RT4(TMP_REG2) in sljit_emit_call()2998 FAIL_IF(push_inst32(compiler, LDR | RT4(TMP_REG2) in sljit_emit_icall()3527 return push_inst32(compiler, VMOV | VN4(freg) | RT4(TMP_REG2)); in sljit_emit_fmem()3834 return push_inst32(compiler, VDUP | ins | VN4(freg) | RT4(src)); in sljit_emit_simd_replicate()[all …]
Completed in 21 milliseconds