| /openbsd-src/gnu/usr.bin/binutils-2.17/include/opcode/ |
| H A D | convex.h | 25 #define nops 5 macro 424 {46,0,nops,0,0,0}, /* nop */ 458 {56,0,nops,0,0,0}, /* patu */ 460 {58,0,nops,0,0,0}, /* pich */ 461 {59,0,nops,0,0,0}, /* plch */ 470 {61,0,nops,0,0,0}, /* rtnq */ 471 {62,0,nops,0,0,0}, /* cfork */ 472 {63,0,nops,0,0,0}, /* rtn */ 473 {64,0,nops,0,0,0}, /* wfork */ 474 {65,0,nops,0,0,0}, /* join */ [all …]
|
| /openbsd-src/gnu/usr.bin/binutils/include/opcode/ |
| H A D | convex.h | 25 #define nops 5 macro 424 {46,0,nops,0,0,0}, /* nop */ 458 {56,0,nops,0,0,0}, /* patu */ 460 {58,0,nops,0,0,0}, /* pich */ 461 {59,0,nops,0,0,0}, /* plch */ 470 {61,0,nops,0,0,0}, /* rtnq */ 471 {62,0,nops,0,0,0}, /* cfork */ 472 {63,0,nops,0,0,0}, /* rtn */ 473 {64,0,nops,0,0,0}, /* wfork */ 474 {65,0,nops,0,0,0}, /* join */ [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/arm/ |
| H A D | arm.c | 3923 load_multiple_sequence (operands, nops, regs, base, load_offset) in load_multiple_sequence() argument 3925 int nops; 3938 if (nops < 2 || nops > 4) 3945 for (i = 0; i < nops; i++) 3951 if (GET_CODE (operands[nops + i]) == SUBREG) 3952 operands[nops + i] = alter_subreg (operands + (nops + i)); 3954 if (GET_CODE (operands[nops + i]) != MEM) 3959 if (MEM_VOLATILE_P (operands[nops + i])) 3964 if ((GET_CODE (reg = XEXP (operands[nops + i], 0)) == REG 3967 || (GET_CODE (XEXP (operands[nops + i], 0)) == PLUS [all …]
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/ |
| H A D | tc-arm.c | 8967 #define TxCE(mnem, op, top, nops, ops, ae, te) \ argument 8968 { #mnem, OPS##nops ops, OT_csuffix, 0x##op, top, ARM_VARIANT, \ 8973 #define TCE(mnem, aop, top, nops, ops, ae, te) \ argument 8974 TxCE(mnem, aop, 0x##top, nops, ops, ae, te) 8975 #define tCE(mnem, aop, top, nops, ops, ae, te) \ argument 8976 TxCE(mnem, aop, T_MNEM_##top, nops, ops, ae, te) 8980 #define TxC3(mnem, op, top, nops, ops, ae, te) \ argument 8981 { #mnem, OPS##nops ops, OT_cinfix3, 0x##op, top, ARM_VARIANT, \ 8983 #define TC3(mnem, aop, top, nops, ops, ae, te) \ argument 8984 TxC3(mnem, aop, 0x##top, nops, ops, ae, te) [all …]
|
| H A D | tc-mips.c | 2398 int i, nops, tmp_nops; in nops_for_insn() local 2400 nops = 0; in nops_for_insn() 2405 if (tmp_nops > nops) in nops_for_insn() 2406 nops = tmp_nops; in nops_for_insn() 2412 if (tmp_nops > nops) in nops_for_insn() 2413 nops = tmp_nops; in nops_for_insn() 2416 return nops; in nops_for_insn() 2429 int nops; in nops_for_sequence() local 2437 nops = nops_for_insn (buffer, NULL); in nops_for_sequence() 2439 return nops; in nops_for_sequence() [all …]
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | tree-ssa-loop-im.c | 334 unsigned i, nops; in outermost_invariant_loop_expr() local 348 nops = TREE_CODE_LENGTH (TREE_CODE (expr)); in outermost_invariant_loop_expr() 349 for (i = 0; i < nops; i++) in outermost_invariant_loop_expr() 824 unsigned i, nops; in force_move_till_expr() local 842 nops = TREE_CODE_LENGTH (TREE_CODE (expr)); in force_move_till_expr() 843 for (i = 0; i < nops; i++) in force_move_till_expr()
|
| H A D | modulo-sched.c | 1689 nopa nops = calculate_order_params (g, mii); in sms_order_nodes() local 1704 free (nops); in sms_order_nodes()
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.asm/ |
| H A D | common.inc | 30 comment "several_nops - execute several (typically 4) nops"
|
| H A D | s390x.inc | 55 ### Several nops.
|
| H A D | s390.inc | 62 ### Several nops.
|
| /openbsd-src/gnu/gcc/gcc/config/arm/ |
| H A D | arm.c | 5518 int nops; in cirrus_reorg() local 5523 nops = 0; in cirrus_reorg() 5527 ++ nops; in cirrus_reorg() 5530 ++ nops; in cirrus_reorg() 5532 while (nops --) in cirrus_reorg() 5614 nops = 0; in cirrus_reorg() 5619 ++ nops; in cirrus_reorg() 5622 ++ nops; in cirrus_reorg() 5624 while (nops --) in cirrus_reorg() 5826 load_multiple_sequence (rtx *operands, int nops, int *regs, int *base, in load_multiple_sequence() argument [all …]
|
| /openbsd-src/gnu/gcc/gcc/config/mips/ |
| H A D | 4130.md | 22 ;; each pair is suitably aligned, inserting nops if necessary. Doing 26 ;; This pass is generally a speed improvement, but the extra nops will
|
| H A D | mips.c | 8958 int nops, ninsns; in mips_avoid_hazard() local 8981 nops = 2 - *hilo_delay; in mips_avoid_hazard() 8983 nops = 1; in mips_avoid_hazard() 8985 nops = 0; in mips_avoid_hazard() 8989 *hilo_delay += nops; in mips_avoid_hazard() 8990 while (nops-- > 0) in mips_avoid_hazard()
|
| /openbsd-src/gnu/usr.bin/binutils/gas/config/ |
| H A D | tc-mips.c | 1922 int nops = 0; in append_insn() local 1982 ++nops; in append_insn() 2011 ++nops; in append_insn() 2020 ++nops; in append_insn() 2034 nops += 2; in append_insn() 2036 ++nops; in append_insn() 2051 ++nops; in append_insn() 2065 nops += 2; in append_insn() 2080 ++nops; in append_insn() 2096 nops += 2; in append_insn() [all …]
|
| /openbsd-src/gnu/gcc/gcc/config/mt/ |
| H A D | mt.c | 2334 int nops = 0; in mt_reorg_hazard() local 2339 for (count = 2; count && !nops;) in mt_reorg_hazard() 2349 nops = count; in mt_reorg_hazard() 2374 nops = count; in mt_reorg_hazard() 2393 nops = count; in mt_reorg_hazard() 2410 nops = count; in mt_reorg_hazard() 2424 while (nops--) in mt_reorg_hazard()
|
| /openbsd-src/gnu/gcc/gcc/config/fr30/ |
| H A D | crti.asm | 50 # These nops are here to align the end of this code with a 16 byte
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/fr30/ |
| H A D | crti.asm | 50 # These nops are here to align the end of this code with a 16 byte
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/mcore/ |
| H A D | crti.asm | 50 # These nops are here to align the end of this code with a 16 byte
|
| /openbsd-src/gnu/gcc/gcc/config/mcore/ |
| H A D | crti.asm | 50 # These nops are here to align the end of this code with a 16 byte
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | StackMaps.rst | 124 The stack map intrinsic generates no code in place, unless nops are 245 The patch point also emits nops to cover at least ``<numBytes>`` of 253 the call sequence and nops. However, the runtime may not assume 256 padding with nops if necessary.
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/doc/ |
| H A D | c-mips.texi | 135 Cause nops to be inserted if the read of the destination register 140 Insert nops to work around certain VR4120 errata. This option is 146 Insert nops to work around the VR4130 @samp{mflo}/@samp{mfhi} errata.
|
| /openbsd-src/gnu/gcc/gcc/config/rs6000/ |
| H A D | rs6000.opt | 237 minsert-sched-nops=
|
| /openbsd-src/gnu/usr.bin/binutils/gas/doc/ |
| H A D | c-mips.texi | 122 Cause nops to be inserted if the read of the destination register 127 Insert nops to work around certain VR4120 errata. This option is
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | final.c | 3232 output_asm_operand_names (operands, oporder, nops) in output_asm_operand_names() argument 3235 int nops; 3240 for (i = 0; i < nops; i++)
|
| H A D | tree.c | 1831 int i, nops, cmp; local 1866 nops = first_rtl_op (TREE_CODE (exp)); 1867 for (i = 0; i < nops; i++)
|