Home
last modified time | relevance | path

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

/netbsd/src/sys/external/bsd/sljit/dist/sljit_src/
DsljitNativeSPARC_32.c40 static SLJIT_INLINE sljit_s32 emit_single_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s… in emit_single_op() function
DsljitNativePPC_32.c46 static SLJIT_INLINE sljit_s32 emit_single_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s… in emit_single_op() function
DsljitNativePPC_64.c150 static SLJIT_INLINE sljit_s32 emit_single_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s… in emit_single_op() function
DsljitNativeMIPS_32.c71 static SLJIT_INLINE sljit_s32 emit_single_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s… in emit_single_op() function
DsljitNativeMIPS_64.c162 static SLJIT_INLINE sljit_s32 emit_single_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s… in emit_single_op() function
DsljitNativeARM_32.c996 static SLJIT_INLINE sljit_s32 emit_single_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s… in emit_single_op() function
1528 FAIL_IF(emit_single_op(compiler, op, flags, dst_reg, src1_reg, src2_reg)); in emit_op()
DsljitNativeTILEGX_64.c1587 static SLJIT_INLINE sljit_s32 emit_single_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s… in emit_single_op() function
2073 FAIL_IF(emit_single_op(compiler, op, flags, dst_r, src1_r, src2_r)); in emit_op()
DsljitNativeSPARC_common.c764 FAIL_IF(emit_single_op(compiler, op, flags, dst_r, src1_r, src2_r)); in emit_op()
DsljitNativeMIPS_common.c998 FAIL_IF(emit_single_op(compiler, op, flags, dst_r, src1_r, src2_r)); in emit_op()
DsljitNativePPC_common.c1252 FAIL_IF(emit_single_op(compiler, op, flags, dst_r, src1_r, src2_r)); in emit_op()
/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-xtensa.c485 static bool emit_single_op (TInsn *);
5716 emit_single_op (&orig_insn); in md_assemble()
6492 emit_single_op (insn); in finish_vinsn()
6506 emit_single_op (&slotstack.insn[slotstack.ninsn - 1]); in finish_vinsn()
6992 emit_single_op (TInsn *orig_insn) in emit_single_op() function
/netbsd/src/external/gpl3/binutils/dist/gas/
DChangeLog-2004592 (emit_single_op): Inline call to is_movi_opcode.
879 bundle_single_op, emit_single_op, xg_assemble_vliw_tokens): New.
DChangeLog-2008657 (emit_single_op): Handle TLS operators.
DChangeLog-20058 (finish_vinsn): Use emit_single_op instead of bundle_single_op.
12 (emit_single_op): Use bundle_tinsn instead of bundle_single_op.
DChangeLog-20062083 * config/tc-xtensa.c (emit_single_op): Do not relax MOVI
DChangeLog-20164396 (emit_single_op): Likewise.