Searched refs:DMOD (Results 1 – 4 of 4) sorted by relevance
/freebsd/bin/pax/ |
H A D | ar_io.c | 58 #define DMOD 0666 /* default mode of created archives */ macro 114 } else if ((arfd = open(name, EXT_MODE, DMOD)) < 0) in ar_open() 123 } else if ((arfd = open(name, AR_MODE, DMOD)) < 0) in ar_open() 134 } else if ((arfd = open(name, APP_MODE, DMOD)) < 0) in ar_open()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | Mips64r6InstrInfo.td | 143 def DMOD : DMOD_ENC, DMOD_DESC, ISA_MIPS64R6;
|
H A D | MipsScheduleGeneric.td | 267 def : InstRW<[GenericWriteDIV], (instrs DDIV, DMOD)>;
|
H A D | MipsISelLowering.cpp | 1449 case Mips::DMOD: in EmitInstrWithCustomInserter()
|