/external/llvm-project/llvm/lib/Target/VE/ |
D | VEInstrInfo.h | 46 #define HAS_VLINDEX(TSF) ((TSF)&VEII::VE_VLInUse) argument 47 #define GET_VLINDEX(TSF) \ argument 48 (HAS_VLINDEX(TSF) ? (int)(((TSF)&VEII::VE_VLMask) >> VEII::VE_VLShift) : -1)
|
/external/strace/ |
D | sysent_shorthand_defs.h | 14 # define TSF 0 macro 38 # define TSF TRACE_STATFS macro
|
D | sysent_shorthand_undefs.h | 12 #undef TSF
|
/external/strace/linux/mips/ |
D | syscallent-compat.h | 36 [ 35] = { 0, TF|TSF|TSFA,SEN(printargs), "svr4_statfs" }, 99 [ 103] = { 0, TF|TSF|TSFA,SEN(printargs), "svr4_statvfs" }, 187 [1035] = { 0, TF|TSF|TSFA,SEN(printargs), "sysv_statfs" }, 321 [1174] = { 0, TF|TSF|TSFA,SEN(printargs), "sysv_statvfs" }, 497 [2160] = { 0, TF|TSF|TSFA,SEN(printargs), "bsd43_statfs" }, 565 [3035] = { 0, TF|TSF|TSFA,SEN(printargs), "posix_statfs" },
|
D | syscallent-n32.h | 137 [6134] = { 2, TF|TSF|TSFA, SEN(statfs), "statfs" }, 220 [6217] = { 3, TF|TSF|TSFA, SEN(statfs64), "statfs64" },
|
D | syscallent-o32.h | 103 [4099] = { 2, TF|TSF|TSFA, SEN(statfs), "statfs" }, 259 [4255] = { 3, TF|TSF|TSFA, SEN(statfs64), "statfs64" },
|
/external/llvm/utils/TableGen/ |
D | InstrInfoEmitter.cpp | 512 BitsInit *TSF = Inst.TheDef->getValueAsBitsInit("TSFlags"); in emitRecord() local 513 if (!TSF) in emitRecord() 516 for (unsigned i = 0, e = TSF->getNumBits(); i != e; ++i) { in emitRecord() 517 if (BitInit *Bit = dyn_cast<BitInit>(TSF->getBit(i))) in emitRecord()
|
/external/llvm-project/llvm/utils/TableGen/ |
D | InstrInfoEmitter.cpp | 788 BitsInit *TSF = Inst.TheDef->getValueAsBitsInit("TSFlags"); in emitRecord() local 789 if (!TSF) in emitRecord() 792 for (unsigned i = 0, e = TSF->getNumBits(); i != e; ++i) { in emitRecord() 793 if (const auto *Bit = dyn_cast<BitInit>(TSF->getBit(i))) in emitRecord()
|
/external/strace/linux/aarch64/ |
D | syscallent.h | 50 [1056] = { 2, TF|TSF|TSFA, SEN(statfs), "statfs" },
|
/external/strace/linux/alpha/ |
D | syscallent.h | 189 [160] = { 3, TF|TSF|TSFA, SEN(osf_statfs), "osf_statfs" }, 234 [227] = { 3, TF|TSF|TSFA, SEN(osf_statfs), "osf_statfs64" }, 295 [328] = { 2, TF|TSF|TSFA, SEN(statfs), "statfs" },
|
/external/strace/linux/s390x/ |
D | syscallent.h | 125 [ 99] = { 2, TF|TSF|TSFA, SEN(statfs), "statfs" }, 281 [265] = { 3, TF|TSF|TSFA, SEN(statfs64), "statfs64" },
|
/external/strace/linux/xtensa/ |
D | syscallent.h | 179 [184] = { 2, TF|TSF|TSFA, SEN(statfs), "statfs" }, 181 [186] = { 3, TF|TSF|TSFA, SEN(statfs64), "statfs64" },
|
/external/strace/linux/avr32/ |
D | syscallent.h | 128 [ 99] = { 2, TF|TSF|TSFA, SEN(statfs), "statfs" }, 248 [219] = { 3, TF|TSF|TSFA, SEN(statfs64), "statfs64" },
|
/external/strace/linux/ia64/ |
D | syscallent.h | 109 [1103] = { 2, TF|TSF|TSFA, SEN(statfs), "statfs" }, 264 [1258] = { 3, TF|TSF|TSFA, SEN(statfs64), "statfs64" },
|
/external/strace/linux/sparc64/ |
D | syscallent.h | 156 [157] = { 2, TF|TSF|TSFA, SEN(statfs), "statfs" }, 233 [234] = { 3, TF|TSF|TSFA, SEN(statfs64), "statfs64" },
|
/external/strace/linux/hppa/ |
D | syscallent.h | 105 [ 99] = { 2, TF|TSF|TSFA, SEN(statfs), "statfs" }, 304 [298] = { 3, TF|TSF|TSFA, SEN(statfs64), "statfs64" },
|
/external/strace/linux/powerpc64/ |
D | syscallent.h | 129 [ 99] = { 2, TF|TSF|TSFA, SEN(statfs), "statfs" }, 277 [252] = { 3, TF|TSF|TSFA, SEN(statfs64), "statfs64" },
|
/external/strace/linux/m68k/ |
D | syscallent.h | 129 [ 99] = { 2, TF|TSF|TSFA, SEN(statfs), "statfs" }, 292 [263] = { 3, TF|TSF|TSFA, SEN(statfs64), "statfs64" },
|
/external/strace/linux/i386/ |
D | syscallent.h | 129 [ 99] = { 2, TF|TSF|TSFA, SEN(statfs), "statfs" }, 297 [268] = { 3, TF|TSF|TSFA, SEN(statfs64), "statfs64" },
|
/external/strace/linux/powerpc/ |
D | syscallent.h | 129 [ 99] = { 2, TF|TSF|TSFA, SEN(statfs), "statfs" }, 282 [252] = { 3, TF|TSF|TSFA, SEN(statfs64), "statfs64" },
|
/external/strace/linux/sh/ |
D | syscallent.h | 131 [ 99] = { 2, TF|TSF|TSFA, SEN(statfs), "statfs" }, 297 [268] = { 3, TF|TSF|TSFA, SEN(statfs64), "statfs64" },
|
/external/strace/linux/s390/ |
D | syscallent.h | 131 [ 99] = { 2, TF|TSF|TSFA, SEN(statfs), "statfs" }, 297 [265] = { 3, TF|TSF|TSFA, SEN(statfs64), "statfs64" },
|
/external/strace/linux/bfin/ |
D | syscallent.h | 129 [ 99] = { 2, TF|TSF|TSFA, SEN(statfs), "statfs" }, 298 [269] = { 3, TF|TSF|TSFA, SEN(statfs64), "statfs64" },
|
/external/strace/linux/microblaze/ |
D | syscallent.h | 129 [ 99] = { 2, TF|TSF|TSFA, SEN(statfs), "statfs" }, 297 [268] = { 3, TF|TSF|TSFA, SEN(statfs64), "statfs64" },
|
/external/strace/linux/sh64/ |
D | syscallent.h | 129 [ 99] = { 2, TF|TSF|TSFA, SEN(statfs), "statfs" }, 323 [296] = { 3, TF|TSF|TSFA, SEN(statfs64), "statfs64" },
|