• Home
  • Raw
  • Download

Lines Matching refs:Case

1005       .Case("eq",       0x00)  in ParseInstruction()
1006 .Case("lt", 0x01) in ParseInstruction()
1007 .Case("le", 0x02) in ParseInstruction()
1008 .Case("unord", 0x03) in ParseInstruction()
1009 .Case("neq", 0x04) in ParseInstruction()
1010 .Case("nlt", 0x05) in ParseInstruction()
1011 .Case("nle", 0x06) in ParseInstruction()
1012 .Case("ord", 0x07) in ParseInstruction()
1014 .Case("eq_uq", 0x08) in ParseInstruction()
1015 .Case("nge", 0x09) in ParseInstruction()
1016 .Case("ngt", 0x0A) in ParseInstruction()
1017 .Case("false", 0x0B) in ParseInstruction()
1018 .Case("neq_oq", 0x0C) in ParseInstruction()
1019 .Case("ge", 0x0D) in ParseInstruction()
1020 .Case("gt", 0x0E) in ParseInstruction()
1021 .Case("true", 0x0F) in ParseInstruction()
1022 .Case("eq_os", 0x10) in ParseInstruction()
1023 .Case("lt_oq", 0x11) in ParseInstruction()
1024 .Case("le_oq", 0x12) in ParseInstruction()
1025 .Case("unord_s", 0x13) in ParseInstruction()
1026 .Case("neq_us", 0x14) in ParseInstruction()
1027 .Case("nlt_uq", 0x15) in ParseInstruction()
1028 .Case("nle_uq", 0x16) in ParseInstruction()
1029 .Case("ord_s", 0x17) in ParseInstruction()
1030 .Case("eq_us", 0x18) in ParseInstruction()
1031 .Case("nge_uq", 0x19) in ParseInstruction()
1032 .Case("ngt_uq", 0x1A) in ParseInstruction()
1033 .Case("false_os", 0x1B) in ParseInstruction()
1034 .Case("neq_os", 0x1C) in ParseInstruction()
1035 .Case("ge_oq", 0x1D) in ParseInstruction()
1036 .Case("gt_oq", 0x1E) in ParseInstruction()
1037 .Case("true_us", 0x1F) in ParseInstruction()
1564 .Case("finit", "fninit") in MatchInstruction()
1565 .Case("fsave", "fnsave") in MatchInstruction()
1566 .Case("fstcw", "fnstcw") in MatchInstruction()
1567 .Case("fstcww", "fnstcw") in MatchInstruction()
1568 .Case("fstenv", "fnstenv") in MatchInstruction()
1569 .Case("fstsw", "fnstsw") in MatchInstruction()
1570 .Case("fstsww", "fnstsw") in MatchInstruction()
1571 .Case("fclex", "fnclex") in MatchInstruction()