Searched refs:emit_single_op (Results 1 – 16 of 16) sorted by relevance
| /netbsd/src/sys/external/bsd/sljit/dist/sljit_src/ |
| D | sljitNativeSPARC_32.c | 40 static SLJIT_INLINE sljit_s32 emit_single_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s… in emit_single_op() function
|
| D | sljitNativePPC_32.c | 46 static SLJIT_INLINE sljit_s32 emit_single_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s… in emit_single_op() function
|
| D | sljitNativePPC_64.c | 150 static SLJIT_INLINE sljit_s32 emit_single_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s… in emit_single_op() function
|
| D | sljitNativeMIPS_32.c | 71 static SLJIT_INLINE sljit_s32 emit_single_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s… in emit_single_op() function
|
| D | sljitNativeMIPS_64.c | 162 static SLJIT_INLINE sljit_s32 emit_single_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s… in emit_single_op() function
|
| D | sljitNativeARM_32.c | 996 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()
|
| D | sljitNativeTILEGX_64.c | 1587 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()
|
| D | sljitNativeSPARC_common.c | 764 FAIL_IF(emit_single_op(compiler, op, flags, dst_r, src1_r, src2_r)); in emit_op()
|
| D | sljitNativeMIPS_common.c | 998 FAIL_IF(emit_single_op(compiler, op, flags, dst_r, src1_r, src2_r)); in emit_op()
|
| D | sljitNativePPC_common.c | 1252 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/ |
| D | tc-xtensa.c | 485 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/ |
| D | ChangeLog-2004 | 592 (emit_single_op): Inline call to is_movi_opcode. 879 bundle_single_op, emit_single_op, xg_assemble_vliw_tokens): New.
|
| D | ChangeLog-2008 | 657 (emit_single_op): Handle TLS operators.
|
| D | ChangeLog-2005 | 8 (finish_vinsn): Use emit_single_op instead of bundle_single_op. 12 (emit_single_op): Use bundle_tinsn instead of bundle_single_op.
|
| D | ChangeLog-2006 | 2083 * config/tc-xtensa.c (emit_single_op): Do not relax MOVI
|
| D | ChangeLog-2016 | 4396 (emit_single_op): Likewise.
|