Searched refs:is32bit (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/kern/ |
H A D | subr_stats.c | 1652 int is32bit, qmaxstrlen; local 1665 is32bit = 1; 1678 is32bit = 0; 1700 while ((is32bit ? NULL != ctd32 : NULL != ctd64)) { 1724 sbuf_printf(buf, fmtstr, is32bit ? 1739 Q_TOSTR((is32bit ? ctd32->mu : ctd64->mu), -1, 10, qstr, 1745 fmtstr = is32bit ? ",cnt=%u}" : ",cnt=%ju}"; 1749 fmtstr = is32bit ? ",\"cnt\":%u}" : ",\"cnt\":%ju}"; 1753 is32bit ? ctd32->cnt : (uintmax_t)ctd64->cnt); 1755 if (is32bit) [all …]
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | X86DisassemblerTables.h | 260 bool is32bit, bool noPrefix, bool ignoresVEX_L,
|
H A D | X86DisassemblerTables.cpp | 1113 const ModRMFilter &filter, InstrUID uid, bool is32bit, bool noPrefix, in setTableFields() argument 1118 if ((is32bit || addressSize == 16) && in setTableFields()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/ |
H A D | HexagonAsmParser.cpp | 1374 bool is32bit = false; // used to distinguish between CONST32 and CONST64 in processInstruction() local 1506 is32bit = true; in processInstruction() 1528 if (is32bit) { in processInstruction() 1553 unsigned byteSize = is32bit ? 4 : 8; in processInstruction() 1597 if (is32bit) // 32 bit in processInstruction()
|