Home
last modified time | relevance | path

Searched refs:COMPARE (Results 1 – 7 of 7) sorted by relevance

/openbmc/boost-dbus/cmake/
H A DHunterGate.cmake97 string(COMPARE EQUAL "${hunter_WIKI}" "" have_no_wiki)
115 string(COMPARE EQUAL "${root}" "" is_bad)
120 string(COMPARE EQUAL "${version}" "" is_bad)
125 string(COMPARE EQUAL "${sha1}" "" is_bad)
147 string(COMPARE NOTEQUAL "${HUNTER_ROOT}" "" not_empty)
155 string(COMPARE NOTEQUAL "$ENV{HUNTER_ROOT}" "" not_empty)
163 string(COMPARE NOTEQUAL "$ENV{HOME}" "" result)
172 string(COMPARE NOTEQUAL "$ENV{SYSTEMDRIVE}" "" result)
181 string(COMPARE NOTEQUAL "$ENV{USERPROFILE}" "" result)
213 COMPARE
[all …]
/openbmc/qemu/target/s390x/tcg/
H A Dinsn-data.h.inc165 /* COMPARE */
178 /* COMPARE AND SIGNAL */
184 /* COMPARE IMMEDIATE */
187 /* COMPARE RELATIVE LONG */
191 /* COMPARE HALFWORD */
195 /* COMPARE HALFWORD IMMEDIATE */
201 /* COMPARE HALFWORD RELATIVE LONG */
204 /* COMPARE HIGH */
208 /* COMPARE IMMEDIATE HIGH */
211 /* COMPARE LOGICAL */
[all …]
/openbmc/qemu/include/scsi/
H A Dconstants.h81 #define COMPARE 0x39 macro
/openbmc/qemu/scsi/
H A Dutils.c506 [ COMPARE ] = "COMPARE", in scsi_command_name()
/openbmc/qemu/libdecnumber/
H A DdecNumber.c186 #define COMPARE 0x01 /* Compare operators */ macro
1030 decCompareOp(res, lhs, rhs, set, COMPARE, &status); in decNumberCompare()
3177 decCompareOp(b, f, b, &workset, COMPARE, &ignore); /* b ? f, reversed */ in decNumberSquareRoot()
3192 decCompareOp(b, b, f, &workset, COMPARE, &ignore); /* b ? f */ in decNumberSquareRoot()
3228 decCompareOp(t, b, rhs, &workset, COMPARE, &mstatus); /* b ? rhs */ in decNumberSquareRoot()
5916 decCompareOp(&cmp, rhs, &numone, &aset, COMPARE, &ignore); /* rhs=1 ? */
6199 if (op==COMPARE); /* result will be NaN */
6242 if (op==COMPARE || op==COMPSIG ||op==COMPTOTAL) { /* returning signum */
/openbmc/qemu/tcg/s390x/
H A Dtcg-target.c.inc427 /* Condition codes that result from a COMPARE and COMPARE LOGICAL. */
1738 * COMPARE IMMEDIATE AND BRANCH RELATIVE has an 8-bit immediate field.
1741 * larger comparison range afforded by COMPARE IMMEDIATE.
/openbmc/qemu/target/hexagon/imported/
H A Dencode_pp.def588 /* COMPOUND COMPARE-JUMPS */