• Home
  • Raw
  • Download

Lines Matching refs:Case

651       .Case("eq",          0)  in ParseInstruction()
652 .Case("lt", 1) in ParseInstruction()
653 .Case("le", 2) in ParseInstruction()
654 .Case("unord", 3) in ParseInstruction()
655 .Case("neq", 4) in ParseInstruction()
656 .Case("nlt", 5) in ParseInstruction()
657 .Case("nle", 6) in ParseInstruction()
658 .Case("ord", 7) in ParseInstruction()
659 .Case("eq_uq", 8) in ParseInstruction()
660 .Case("nge", 9) in ParseInstruction()
661 .Case("ngt", 0x0A) in ParseInstruction()
662 .Case("false", 0x0B) in ParseInstruction()
663 .Case("neq_oq", 0x0C) in ParseInstruction()
664 .Case("ge", 0x0D) in ParseInstruction()
665 .Case("gt", 0x0E) in ParseInstruction()
666 .Case("true", 0x0F) in ParseInstruction()
667 .Case("eq_os", 0x10) in ParseInstruction()
668 .Case("lt_oq", 0x11) in ParseInstruction()
669 .Case("le_oq", 0x12) in ParseInstruction()
670 .Case("unord_s", 0x13) in ParseInstruction()
671 .Case("neq_us", 0x14) in ParseInstruction()
672 .Case("nlt_uq", 0x15) in ParseInstruction()
673 .Case("nle_uq", 0x16) in ParseInstruction()
674 .Case("ord_s", 0x17) in ParseInstruction()
675 .Case("eq_us", 0x18) in ParseInstruction()
676 .Case("nge_uq", 0x19) in ParseInstruction()
677 .Case("ngt_uq", 0x1A) in ParseInstruction()
678 .Case("false_os", 0x1B) in ParseInstruction()
679 .Case("neq_os", 0x1C) in ParseInstruction()
680 .Case("ge_oq", 0x1D) in ParseInstruction()
681 .Case("gt_oq", 0x1E) in ParseInstruction()
682 .Case("true_us", 0x1F) in ParseInstruction()
939 .Case("finit", "fninit") in MatchAndEmitInstruction()
940 .Case("fsave", "fnsave") in MatchAndEmitInstruction()
941 .Case("fstcw", "fnstcw") in MatchAndEmitInstruction()
942 .Case("fstcww", "fnstcw") in MatchAndEmitInstruction()
943 .Case("fstenv", "fnstenv") in MatchAndEmitInstruction()
944 .Case("fstsw", "fnstsw") in MatchAndEmitInstruction()
945 .Case("fstsww", "fnstsw") in MatchAndEmitInstruction()
946 .Case("fclex", "fnclex") in MatchAndEmitInstruction()