| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/ |
| H A D | M68kInstrShiftRotate.td | 40 class MxSREncoding_R<MxBead1Bit DIRECTION, MxBead2Bits ROOP, MxEncSize SIZE> 41 : MxEncoding<MxBeadDReg<0>, ROOP, MxBead1Bit<1>, SIZE, DIRECTION, 44 class MxSREncoding_I<MxBead1Bit DIRECTION, MxBead2Bits ROOP, MxEncSize SIZE> 45 : MxEncoding<MxBeadDReg<0>, ROOP, MxBead1Bit<0>, SIZE, DIRECTION,
|
| /netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
| H A D | epiphany-opc.c | 458 { { MNEM, ' ', OP (RD6), ',', '[', OP (RN6), ',', OP (DIRECTION), OP (RM6), ']', 0 } }, 464 { { MNEM, ' ', OP (RD6), ',', '[', OP (RN6), ']', ',', OP (DIRECTION), OP (RM6), 0 } }, 500 { { MNEM, ' ', OP (RD6), ',', '[', OP (RN6), ',', OP (DIRECTION), OP (RM6), ']', 0 } }, 506 { { MNEM, ' ', OP (RD6), ',', '[', OP (RN6), ']', ',', OP (DIRECTION), OP (RM6), 0 } }, 542 { { MNEM, ' ', OP (RD6), ',', '[', OP (RN6), ',', OP (DIRECTION), OP (RM6), ']', 0 } }, 548 { { MNEM, ' ', OP (RD6), ',', '[', OP (RN6), ']', ',', OP (DIRECTION), OP (RM6), 0 } }, 584 { { MNEM, ' ', OP (RD6), ',', '[', OP (RN6), ',', OP (DIRECTION), OP (RM6), ']', 0 } }, 590 { { MNEM, ' ', OP (RD6), ',', '[', OP (RN6), ']', ',', OP (DIRECTION), OP (RM6), 0 } }, 614 { { MNEM, ' ', OP (RD6), ',', '[', OP (RN6), ',', OP (DIRECTION), OP (RM6), ']', 0 } }, 620 { { MNEM, ' ', OP (RD6), ',', '[', OP (RN6), ',', OP (DIRECTION), OP (RM6), ']', 0 } }, [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/opcodes/ |
| H A D | epiphany-opc.c | 458 { { MNEM, ' ', OP (RD6), ',', '[', OP (RN6), ',', OP (DIRECTION), OP (RM6), ']', 0 } }, 464 { { MNEM, ' ', OP (RD6), ',', '[', OP (RN6), ']', ',', OP (DIRECTION), OP (RM6), 0 } }, 500 { { MNEM, ' ', OP (RD6), ',', '[', OP (RN6), ',', OP (DIRECTION), OP (RM6), ']', 0 } }, 506 { { MNEM, ' ', OP (RD6), ',', '[', OP (RN6), ']', ',', OP (DIRECTION), OP (RM6), 0 } }, 542 { { MNEM, ' ', OP (RD6), ',', '[', OP (RN6), ',', OP (DIRECTION), OP (RM6), ']', 0 } }, 548 { { MNEM, ' ', OP (RD6), ',', '[', OP (RN6), ']', ',', OP (DIRECTION), OP (RM6), 0 } }, 584 { { MNEM, ' ', OP (RD6), ',', '[', OP (RN6), ',', OP (DIRECTION), OP (RM6), ']', 0 } }, 590 { { MNEM, ' ', OP (RD6), ',', '[', OP (RN6), ']', ',', OP (DIRECTION), OP (RM6), 0 } }, 614 { { MNEM, ' ', OP (RD6), ',', '[', OP (RN6), ',', OP (DIRECTION), OP (RM6), ']', 0 } }, 620 { { MNEM, ' ', OP (RD6), ',', '[', OP (RN6), ',', OP (DIRECTION), OP (RM6), ']', 0 } }, [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
| H A D | ppu_intrinsics.h | 246 #define __protected_unlimited_stream_set(DIRECTION, ADDR, ID) \ argument 247 __dcbt_TH1000 ((ADDR), (DIRECTION)>>1, 1, (ID)) 249 #define __protected_stream_set(DIRECTION, ADDR, ID) \ argument 250 __dcbt_TH1000 ((ADDR), (DIRECTION)>>1, 0, (ID))
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| H A D | ppu_intrinsics.h | 246 #define __protected_unlimited_stream_set(DIRECTION, ADDR, ID) \ argument 247 __dcbt_TH1000 ((ADDR), (DIRECTION)>>1, 1, (ID)) 249 #define __protected_stream_set(DIRECTION, ADDR, ID) \ argument 250 __dcbt_TH1000 ((ADDR), (DIRECTION)>>1, 0, (ID))
|
| /netbsd-src/sys/dev/microcode/aic7xxx/ |
| H A D | aic7xxx.seq | 120 mvi DMAPARAMS, HDMAEN|DIRECTION|FIFORESET; 504 mvi DMAPARAMS, HDMAEN|DIRECTION|FIFORESET; 834 or DMAPARAMS, DIRECTION; 896 and DMAPARAMS, DIRECTION; 1021 test DMAPARAMS, DIRECTION jnz ultra2_fifoempty; 1102 test DMAPARAMS, DIRECTION jz dma_mid_sg; 1126 test DFCNTRL,DIRECTION jnz dma_fifoempty; 1215 or DFCNTRL, HDMAEN|DIRECTION|FIFORESET; 1351 test DFCNTRL, DIRECTION jz target_ITloop; 1392 mvi DFCNTRL, (PRELOADEN|SCSIEN|HDMAEN|DIRECTION); [all …]
|
| H A D | aic79xx.seq | 1463 test DFCNTRL, DIRECTION jnz data_phase_finish; 1510 test DFCNTRL, DIRECTION jz target_ITloop; 1619 * (DIRECTION set in DFCNTRL). The delay is performed by 1642 test DFCNTRL, DIRECTION jz interrupt_return; 1796 test DFCNTRL, DIRECTION jnz pkt_saveptrs_check_status;
|
| H A D | aic7xxx.reg | 905 field DIRECTION 0x04 1335 field DIRECTION 0x04 /* Set indicates PCI->SCSI */
|
| H A D | aic7xxx_reg.h | 1322 #define DIRECTION 0x04 macro
|
| H A D | aic79xx.reg | 415 field DIRECTION 0x04 3574 field DIRECTION 0x04 /* Set indicates PCI->SCSI */
|
| H A D | aic79xx_reg.h | 3541 #define DIRECTION 0x04 macro
|
| /netbsd-src/games/warp/ |
| H A D | warp.doc | 48 The following keys control the DIRECTION of your various actions:
|
| /netbsd-src/external/gpl3/gdb/dist/readline/readline/doc/ |
| H A D | history.info | 520 offset. If DIRECTION is less than 0, then the search is through 531 STRING. If DIRECTION is less than 0, then the search is through 540 index into the list. If DIRECTION is negative, the search proceeds
|
| /netbsd-src/external/lgpl3/gmp/dist/mpn/x86/ |
| H A D | README | 228 DIRECTION FLAG
|
| /netbsd-src/external/bsd/elftoolchain/dist/libelf/ |
| H A D | libelf_convert.m4 | 350 # CONV(ELFTYPE,SIZE,DIRECTION)
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/tests/ |
| H A D | msguniq-a.inp | 911 !~\:\ illegal\ \:DIRECTION\ argument\ ~=
|
| H A D | msguniq-a.out | 1293 msgid "~: illegal :DIRECTION argument ~"
|
| H A D | msguniq-a.in | 1401 msgid "~: illegal :DIRECTION argument ~"
|
| H A D | mm-viet.comp.po | 44737 " --major=DIRECTION first fill (DIRECTION=) rows, or columns\n"
|
| /netbsd-src/sys/dev/ic/ |
| H A D | aic79xx.c | 703 if ((ahd_inb(ahd, DFCNTRL) & DIRECTION) != 0) in ahd_run_data_fifo()
|
| /netbsd-src/external/gpl3/gcc/dist/contrib/unicode/ |
| H A D | UnicodeData.txt | 29521 1DA07;SIGNWRITING FACE DIRECTION POSITION NOSE FORWARD TILTING;Mn;0;NSM;;;;;N;;;;; 29522 1DA08;SIGNWRITING FACE DIRECTION POSITION NOSE UP OR DOWN;Mn;0;NSM;;;;;N;;;;; 29523 1DA09;SIGNWRITING FACE DIRECTION POSITION NOSE UP OR DOWN TILTING;Mn;0;NSM;;;;;N;;;;;
|
| /netbsd-src/external/gpl3/gcc.old/dist/contrib/unicode/ |
| H A D | UnicodeData.txt | 28843 1DA07;SIGNWRITING FACE DIRECTION POSITION NOSE FORWARD TILTING;Mn;0;NSM;;;;;N;;;;; 28844 1DA08;SIGNWRITING FACE DIRECTION POSITION NOSE UP OR DOWN;Mn;0;NSM;;;;;N;;;;; 28845 1DA09;SIGNWRITING FACE DIRECTION POSITION NOSE UP OR DOWN TILTING;Mn;0;NSM;;;;;N;;;;;
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ChangeLog-2007 | 3774 with a DIRECTION argument. Use mips_output_32bit_xfer and
|