Home
last modified time | relevance | path

Searched refs:OPERAND (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/tools/
H A Dacpi_quirks2h.awk109 OPERAND = trans_sign(SIGN);
112 TABLE, OPERAND, VALUE) > OUTPUT;
124 OPERAND = trans_sign(SIGN);
127 TABLE, OPERAND, VALUE) > OUTPUT;
/freebsd/contrib/less/
H A Dregexp.c130 #define OPERAND(p) ((p) + 3) macro
257 scan = OPERAND(scan);
261 r->regstart = *OPERAND(scan);
277 if (OP(scan) == EXACTLY && ((int) strlen(OPERAND(scan))) >= len) {
278 longest = OPERAND(scan);
279 len = (int) strlen(OPERAND(scan));
680 regtail(OPERAND(p), val);
850 opnd = OPERAND(scan);
861 if (*reginput == '\0' || strchr(OPERAND(scan), *reginput) == NULL)
866 if (*reginput == '\0' || strchr(OPERAND(sca
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrFormats.td5359 // OPERATOR is ATOMIC_SWAPW or an ATOMIC_LOADW_* operation. PAT and OPERAND