Lines Matching refs:equal
5832 "integer branch equal"
5855 (conditional-branch-i b eq OP_06 Ieq "integer branch equal")
5856 (conditional-branch-i b ne OP_06 Ine "integer branch not equal")
5857 (conditional-branch-i b le OP_06 Ile "integer branch less or equal")
5860 (conditional-branch-i b ge OP_06 Ige "integer branch greater or equal")
5861 (conditional-branch-i b ls OP_06 Ils "integer branch less or equal unsigned")
5886 "float branch equal"
5909 (conditional-branch-f fb ne OP_07 Fne "float branch not equal")
5910 (conditional-branch-f fb eq OP_07 Feq "float branch equal")
5912 (conditional-branch-f fb ue OP_07 Fue "float branch unordered or equal")
5914 (conditional-branch-f fb ge OP_07 Fge "float branch greater or equal")
5916 (conditional-branch-f fb uge OP_07 Fuge "float branch unordered, greater,equal")
5918 (conditional-branch-f fb le OP_07 Fle "float branch less or equal")
5920 (conditional-branch-f fb ule OP_07 Fule "float branch unordered, less or equal")
5989 (conditional-branch-cclr b eq I OP_0E OPE3_02 Ieq NA "integer cclr branch equal")
5990 (conditional-branch-cclr b ne I OP_0E OPE3_02 Ine NA "integer cclr branch not equal")
5991 (conditional-branch-cclr b le I OP_0E OPE3_02 Ile NA "integer cclr branch less or equal")
5994 (conditional-branch-cclr b ge I OP_0E OPE3_02 Ige NA "integer cclr branch greater or equal")
5995 (conditional-branch-cclr b ls I OP_0E OPE3_02 Ils NA "integer cclr branch less or equal unsigned")
6028 (conditional-branch-cclr fb eq F OP_0E OPE3_06 Feq FR-ACCESS "float cclr branch equal")
6029 (conditional-branch-cclr fb ne F OP_0E OPE3_06 Fne FR-ACCESS "float cclr branch not equal")
6031 (conditional-branch-cclr fb ue F OP_0E OPE3_06 Fue FR-ACCESS "float branch unordered or equal")
6033 (conditional-branch-cclr fb ge F OP_0E OPE3_06 Fge FR-ACCESS "float branch greater or equal")
6035 …itional-branch-cclr fb uge F OP_0E OPE3_06 Fuge FR-ACCESS "float branch unordered, greater, equal")
6037 (conditional-branch-cclr fb le F OP_0E OPE3_06 Fle FR-ACCESS "float branch less or equal")
6039 …ditional-branch-cclr fb ule F OP_0E OPE3_06 Fule FR-ACCESS "float branch unordered, less or equal")
6084 (conditional-branch-ctrlr bc eq I OP_0E OPE3_03 Ieq NA "integer ctrlr branch equal")
6085 (conditional-branch-ctrlr bc ne I OP_0E OPE3_03 Ine NA "integer ctrlr branch not equal")
6086 (conditional-branch-ctrlr bc le I OP_0E OPE3_03 Ile NA "integer ctrlr branch less equal")
6089 (conditional-branch-ctrlr bc ge I OP_0E OPE3_03 Ige NA "integer ctrlr branch greater equal")
6090 (conditional-branch-ctrlr bc ls I OP_0E OPE3_03 Ils NA "integer ctrlr branch less equal unsigned")
6125 (conditional-branch-ctrlr fcb eq F OP_0E OPE3_07 Feq FR-ACCESS "float cclr branch equal")
6126 (conditional-branch-ctrlr fcb ne F OP_0E OPE3_07 Fne FR-ACCESS "float cclr branch not equal")
6128 (conditional-branch-ctrlr fcb ue F OP_0E OPE3_07 Fue FR-ACCESS "float branch unordered or equal")
6130 (conditional-branch-ctrlr fcb ge F OP_0E OPE3_07 Fge FR-ACCESS "float branch greater or equal")
6132 …ional-branch-ctrlr fcb uge F OP_0E OPE3_07 Fuge FR-ACCESS "float branch unordered, greater, equal")
6134 (conditional-branch-ctrlr fcb le F OP_0E OPE3_07 Fle FR-ACCESS "float branch less or equal")
6136 …tional-branch-ctrlr fcb ule F OP_0E OPE3_07 Fule FR-ACCESS "float branch unordered, less or equal")
6295 (trap-r t eq I OP_04 OPE4_0 Ieq NA "integer trap equal")
6296 (trap-r t ne I OP_04 OPE4_0 Ine NA "integer trap not equal")
6297 (trap-r t le I OP_04 OPE4_0 Ile NA "integer trap less or equal")
6300 (trap-r t ge I OP_04 OPE4_0 Ige NA "integer trap greater or equal")
6301 (trap-r t ls I OP_04 OPE4_0 Ils NA "integer trap less or equal unsigned")
6332 (trap-r ft ne F OP_04 OPE4_1 Fne FR-ACCESS "float trap not equal")
6333 (trap-r ft eq F OP_04 OPE4_1 Feq FR-ACCESS "float trap equal")
6335 (trap-r ft ue F OP_04 OPE4_1 Fue FR-ACCESS "float trap unordered or equal")
6337 (trap-r ft ge F OP_04 OPE4_1 Fge FR-ACCESS "float trap greater or equal")
6339 (trap-r ft uge F OP_04 OPE4_1 Fuge FR-ACCESS "float trap unordered greater or equal")
6341 (trap-r ft le F OP_04 OPE4_1 Fle FR-ACCESS "float trap less or equal")
6343 (trap-r ft ule F OP_04 OPE4_1 Fule FR-ACCESS "float trap unordered less or equal")
6382 (trap-immed ti eq I OP_1C Ieq NA "integer trap equal")
6383 (trap-immed ti ne I OP_1C Ine NA "integer trap not equal")
6384 (trap-immed ti le I OP_1C Ile NA "integer trap less or equal")
6387 (trap-immed ti ge I OP_1C Ige NA "integer trap greater or equal")
6388 (trap-immed ti ls I OP_1C Ils NA "integer trap less or equal unsigned")
6419 (trap-immed fti ne F OP_1D Fne FR-ACCESS "float trap not equal")
6420 (trap-immed fti eq F OP_1D Feq FR-ACCESS "float trap equal")
6422 (trap-immed fti ue F OP_1D Fue FR-ACCESS "float trap unordered or equal")
6424 (trap-immed fti ge F OP_1D Fge FR-ACCESS "float trap greater or equal")
6426 (trap-immed fti uge F OP_1D Fuge FR-ACCESS "float trap unordered greater or equal")
6428 (trap-immed fti le F OP_1D Fle FR-ACCESS "float trap less or equal")
6430 (trap-immed fti ule F OP_1D Fule FR-ACCESS "float trap unordered less or equal")
6557 (check-int-condition-code ck eq OP_08 Ieq "check integer cc equal")
6558 (check-int-condition-code ck ne OP_08 Ine "check integer cc not equal")
6559 (check-int-condition-code ck le OP_08 Ile "check integer cc less or equal")
6562 (check-int-condition-code ck ge OP_08 Ige "check integer cc greater or equal")
6563 (check-int-condition-code ck ls OP_08 Ils "check integer cc less or equal unsigned")
6607 (check-float-condition-code fck ne OP_09 Fne "check float cc not equal")
6608 (check-float-condition-code fck eq OP_09 Feq "check float cc equal")
6610 (check-float-condition-code fck ue OP_09 Fue "check float cc unordered or equal")
6612 (check-float-condition-code fck ge OP_09 Fge "check float cc greater or equal")
6614 (check-float-condition-code fck uge OP_09 Fuge "check float cc unordered greater or equal")
6616 (check-float-condition-code fck le OP_09 Fle "check float cc less or equal")
6618 (check-float-condition-code fck ule OP_09 Fule "check float cc unordered less or equal")
6666 (conditional-check-int-condition-code cck eq OP_6A OPE4_0 Ieq "check integer cc equal")
6667 (conditional-check-int-condition-code cck ne OP_6A OPE4_0 Ine "check integer cc not equal")
6668 (conditional-check-int-condition-code cck le OP_6A OPE4_0 Ile "check integer cc less or equal")
6671 (conditional-check-int-condition-code cck ge OP_6A OPE4_0 Ige "check integer cc greater or equal")
6672 (conditional-check-int-condition-code cck ls OP_6A OPE4_0 Ils "check integer cc less or equal uns…
6725 (conditional-check-float-condition-code cfck ne OP_6A OPE4_1 Fne "check float cc not equal")
6726 (conditional-check-float-condition-code cfck eq OP_6A OPE4_1 Feq "check float cc equal")
6728 …ditional-check-float-condition-code cfck ue OP_6A OPE4_1 Fue "check float cc unordered or equal")
6730 (conditional-check-float-condition-code cfck ge OP_6A OPE4_1 Fge "check float cc greater or equal…
6732 …-check-float-condition-code cfck uge OP_6A OPE4_1 Fuge "check float cc unordered greater or equal")
6734 (conditional-check-float-condition-code cfck le OP_6A OPE4_1 Fle "check float cc less or equal")
6736 …nal-check-float-condition-code cfck ule OP_6A OPE4_1 Fule "check float cc unordered less or equal")