Home
last modified time | relevance | path

Searched refs:OpSize (Results 1 – 25 of 500) sorted by relevance

12345678910>>...20

/dports/devel/asl/asl-current/
H A Dcodem16.c1279 if ((OpSize[3] == -1) && (OpSize[2] != -1)) OpSize[3] = OpSize[2]; in DecodeACB_SCB()
1281 if (OpSize[1] == -1) OpSize[1] = OpSize[2]; in DecodeACB_SCB()
1567 if (OpSize[1] == -1) OpSize[1] = OpSize[2]; in DecodeADD_SUB()
1647 if (OpSize[1] == -1) OpSize[1] = OpSize[2]; in DecodeCMP()
2125 if (OpSize[2] == -1) OpSize[2] = OpSize[3]; in DecodeCHK()
2126 if (OpSize[1] == -1) OpSize[1] = OpSize[3]; in DecodeCHK()
2151 if (OpSize[2] == -1) OpSize[2] = OpSize[3]; in DecodeCSI()
2152 if (OpSize[1] == -1) OpSize[1] = OpSize[2]; in DecodeCSI()
2174 if (OpSize[2] == -1) OpSize[2] = OpSize[3]; in DecodeDIVX_MULX()
2175 if (OpSize[1] == -1) OpSize[1] = OpSize[2]; in DecodeDIVX_MULX()
[all …]
H A Dcodeh8_5.c76 static tSymbolSize OpSize; variable
110 if (OpSize == eSymbolSizeUnknown) OpSize = NSize; in SetOpSize()
369 switch (OpSize) in DecodeAdr()
532 switch (OpSize) in ImmVal()
559 switch (OpSize) in AdaptImmSize()
793 tSymbolSize OpSize = (pStructElem->OpSize < 0) ? eSymbolSize8Bit : pStructElem->OpSize; in ExpandBit_H8_5() local
1041 if (OpSize == eSymbolSizeUnknown) OpSize = eSymbolSize16Bit; in DecodeLDM()
1064 if (OpSize == eSymbolSizeUnknown) OpSize = eSymbolSize16Bit; in DecodeSTM()
1189 if ((OpSize != 0) && (OpSize != 1)) WrError(ErrNum_InvOpSize); in DecodeCMP()
1418 if ((OpSize != 0) && (OpSize != 1)) WrError(ErrNum_InvOpSize); in DecodeBit()
[all …]
H A Dcode97c241.c253 OpSize = Size; in DecodeRegAdr()
254 if (Size != OpSize) in DecodeRegAdr()
681 OpSize = 0; in DecodeAdr()
724 OpSize2 = OpSize; in CopyAdr()
756 switch (OpSize) in ImmVal()
779 switch (OpSize) in ImmVal2()
916 OpSize = 2; in DecodeRMW()
1169 OpSize--; in DecodeTrinom()
1606 OpSize--; in DecodeGAHalf()
1848 if ((OpSize != 1) && (OpSize != 2)) WrError(ErrNum_InvOpSize); in DecodeCHK_CHKS()
[all …]
H A Dcodexa.c82 static tSymbolSize OpSize; variable
95 if (OpSize == eSymbolSizeUnknown) OpSize = NSize; in SetOpSize()
96 else if (OpSize != NSize) in SetOpSize()
128 if (OpSize == eSymbolSize32Bit) in DecodeRegCore()
367 switch ((int)OpSize) in DecodeAdr()
888 HReg = AdrPart; HMem = OpSize; OpSize = eSymbolSize4Bit; in DecodeRotate()
1342 HSize = OpSize; in DecodeADDSMOVS()
1415 HReg = AdrPart; z = OpSize; if (OpSize != eSymbolSize8Bit) OpSize--; in DecodeDIVU()
1589 OpSize = eSymbolSize4Bit; in DecodeTRAP()
1749 …if ((OpSize != eSymbolSizeUnknown) && (OpSize != eSymbolSize8Bit) && (OpSize != eSymbolSize16Bit))… in DecodeCJNE()
[all …]
H A Dcodes12z.c221 switch (OpSize) in OpSizeByteLen()
336 if ((OpSize != eSymbolSize8Bit) && (OpSize < OpSizeBitPos8)) in DecodeAdr()
683 if ((OpSize == NewOpSize) || (OpSize == eSymbolSizeUnknown)) in SetOpSize()
791 switch (OpSize) in EvalBitPosition()
1013 Attribute = (OpSize == eSymbolSize24Bit) ? 'p' : "bwl"[OpSize]; in DissectBit_S12Z()
1032 ShortInt OpSize = (pStructElem->OpSize < 0) ? 0 : pStructElem->OpSize; in ExpandS12ZBit() local
1055 ShortInt OpSize = (pStructElem->OpSize < 0) ? 0 : pStructElem->OpSize; in ExpandS12ZBitfield() local
1094 switch (OpSize) in DecodeBranchCore()
1495 OpSize = OpSizeBitPos8 + OpSize; in DecodeBit()
2374 pElement->OpSize = OpSize; in DecodeDEFBIT()
[all …]
H A Dcode86.c136 OpSize = 0; in MinOneIs0()
145 if (OpSize == -1) in ChkOpSize()
820 OpSize = 1; in DecodeCALLJMP()
1458 if ((OpSize == -1) && (UnknownFlag)) OpSize = 1; in DecodeFILD()
1576 if ((OpSize == -1) && (UnknownFlag)) OpSize = 1; in DecodeFIST_FISTP()
1726 OpSize = -1; in DecodeFADD_FMUL()
1753 if ((OpSize == -1) && (UnknownFlag)) OpSize = 2; in DecodeFADD_FMUL()
1805 if ((OpSize == -1) && (UnknownFlag)) OpSize = 1; in DecodeFIADD_FIMUL()
1881 OpSize = -1; in DecodeFSUB_FSUBR_FDIV_FDIVR()
2039 OpSize = 1; in DecodeFPU16()
[all …]
H A Dcodem16c.c87 OpSize = NSize; in SetOpSize()
421 switch (OpSize) in DecodeAdr()
746 if (OpSize == eSymbolSizeUnknown) OpSize = 1; in DecodeString()
1265 if (OpSize == eSymbolSizeUnknown) OpSize++; in DecodeSTZ_STNZ()
1296 if (OpSize == eSymbolSizeUnknown) OpSize++; in DecodeSTZX()
1333 if (OpSize == eSymbolSizeUnknown) OpSize = 1; in DecodeADD()
1765 if (OpSize == eSymbolSizeUnknown) OpSize = 0; in DecodeEXTS()
1973 OpSize2 = OpSize; OpSize = 0; in DecodeSHA_SHL()
2229 OpSize = 2; in DecodeJMPI_JSRI()
2235 if (OpSize == eSymbolSizeUnknown) OpSize = 1; in DecodeJMPI_JSRI()
[all …]
H A Dcodeh8_3.c84 OpSize = Size; in SetOpSize()
85 else if (Size != OpSize) in SetOpSize()
384 switch (OpSize) in DecodeAdr()
601 switch (OpSize) in ImmVal()
824 int z = (OpSize == eSymbolSize32Bit) ? 3 : OpSize; in DecodeMOV()
1564 if (OpSize != eSymbolSizeUnknown) OpSize++; in DecodeMul()
1572 OpSize--; in DecodeMul()
1811 switch (OpSize) in DecodeShift()
1840 switch (OpSize) in DecodeNEG_NOT()
1871 switch (OpSize) in DecodeEXTS_EXTU()
[all …]
H A Dcode96c141.c399 if (OpSize == -1) in SetOpSize()
916 OpSize = 0; in DecodeAdr()
917 switch (OpSize) in DecodeAdr()
974 if (OpSize >= 1) in ImmVal()
976 if (OpSize == 2) in ImmVal()
1065 OpSize = 2; in DecodeJPCALL()
1237 OpSize = 0; in DecodeDJNZ()
1672 if (OpSize == -1) OpSize = 0; in DecodeLD()
2095 OpSize--; in DecodeMulDiv()
2356 OpSize = 0; in DecodeLDxx()
[all …]
H A Dcodest9.c81 static Byte AdrPart,OpSize; variable
138 switch (OpSize) in DecodeAdr()
152 AdrCnt = OpSize + 1; in DecodeAdr()
502 if (OpSize == 0) in DecodeLD()
534 BAsmCode[0] = 0xc2 + OpSize; in DecodeLD()
566 if (OpSize == 0) in DecodeLD()
733 if (OpSize == 0) in DecodeLD()
945 OpSize = 1; in DecodePUSHW_PUSHUW()
1023 if (OpSize == 0) in DecodeALU()
1045 if (OpSize == 0) in DecodeALU()
[all …]
H A Dcode78k4.c146 if (OpSize < 0) in SetOpSize()
433 if ((OpSize >= 0) && (OpSize < 3)) in DecodeAdr()
1209 if ((OpSize == -1) || (OpSize == 0)) in DecodeMOV()
1211 if ((OpSize == -1) || (OpSize == 1)) in DecodeMOV()
1213 if ((OpSize == -1) || (OpSize == 2)) in DecodeMOV()
2198 if ((OpSize == -1) || (OpSize == 0) || (OpSize == 1)) in DecodeALU()
2200 if ((OpSize == -1) || (OpSize == 0)) in DecodeALU()
2202 if ((Code16 != 15) && ((OpSize == -1) || (OpSize == 1))) in DecodeALU()
2204 if ((Code24 != 15) && ((OpSize == -1) || (OpSize == 2))) in DecodeALU()
2582 if ((OpSize == -1) || (OpSize == 0)) in DecodeMULU()
[all …]
H A Dcodeh16.c127 if ((OpSize != eSymbolSizeUnknown) && (NewOpSize != OpSize)) in SetOpSize()
132 OpSize = NewOpSize; in SetOpSize()
655 switch (OpSize) in ChkSize()
700 switch (OpSize) in ChkSize16M()
1514 switch (OpSize) in EvalBitPosition()
1613 tSymbolSize OpSize = (pStructElem->OpSize < 0) ? eSymbolSize8Bit : pStructElem->OpSize; in ExpandH16Bit() local
2060 OpSize++; in DecodeMUL_DIV()
2063 OpSize--; in DecodeMUL_DIV()
2086 OpSize = (OpSize == eSymbolSize8Bit) ? eSymbolSize32Bit : (OpSize - 1); in DecodeEXT()
2829 OpSize = eSymbolSize3Bit + OpSize; in DecodeBit()
[all …]
H A Dcode68k.c255 switch (OpSize) in CheckFloatSize()
276 return (OpSize <= eSymbolSize32Bit) || (OpSize == eSymbolSizeFloat32Bit); in FloatOpSizeFitsDataReg()
976 switch (OpSize) in DecodeAdr()
3370 if ((OpSize < 1) || (OpSize > 2)) WrError(ErrNum_InvOpSize); in DecodeLINK()
3905 if ((OpSize == eSymbolSize32Bit) || (OpSize == eSymbolSize16Bit)) in DecodeBcc()
4678 if ((OpSize == eSymbolSize32Bit) || (OpSize == eSymbolSize16Bit)) in DecodeFBcc()
4767 else if (ChkArgCnt(OpSize ? 1 : 0, OpSize ? 1 : 0)) in DecodeFTRAPcc()
5238 if ((OpSize == eSymbolSize32Bit) || (OpSize == eSymbolSize16Bit)) in DecodePBcc()
5329 else if (!ChkArgCnt(OpSize ? 1 : 0, OpSize ? 1 : 0)); in DecodePTRAPcc()
5523 if ((OpSize != eSymbolSize16Bit) && (OpSize != eSymbolSize32Bit)) in DecodeMAC_MSAC()
[all …]
H A Dcode51.c88 static ShortInt AdrMode,OpSize; variable
107 if (OpSize == -1) in SetOpSize()
108 OpSize = NewSize; in SetOpSize()
109 else if (OpSize != NewSize) in SetOpSize()
312 if ((OpSize == -1) && (MinOneIs0)) OpSize = 0; in DecodeAdr()
313 switch (OpSize) in DecodeAdr()
837 if (OpSize == 0) in DecodeMOV()
1273 OpSize--; in DecodeMOVH()
1309 OpSize--; in DecodeMOVZS()
1377 BAsmCode[CodeLen++] = 0x08 + (AdrPart << 4) + OpSize + (Ord(OpSize == 2)); in DecodeStack()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/Mips/
H A DMipsRegisterBankInfo.h75 bool isAmbiguous_64(InstType InstTy, unsigned OpSize) const { in isAmbiguous_64() argument
76 if (InstTy == InstType::Ambiguous && OpSize == 64) in isAmbiguous_64()
81 bool isAmbiguous_32(InstType InstTy, unsigned OpSize) const { in isAmbiguous_32() argument
82 if (InstTy == InstType::Ambiguous && OpSize == 32) in isAmbiguous_32()
87 bool isAmbiguous_32or64(InstType InstTy, unsigned OpSize) const { in isAmbiguous_32or64() argument
88 if (InstTy == InstType::Ambiguous && (OpSize == 32 || OpSize == 64)) in isAmbiguous_32or64()
94 unsigned OpSize) const { in isAmbiguousWithMergeOrUnmerge_64() argument
101 if (InstTy == InstType::FloatingPoint && (OpSize == 32 || OpSize == 64)) in isFloatingPoint_32or64()
107 if (InstTy == InstType::FloatingPoint && OpSize == 64) in isFloatingPoint_64()
112 bool isInteger_32(InstType InstTy, unsigned OpSize) const { in isInteger_32() argument
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/Mips/
H A DMipsRegisterBankInfo.h75 bool isAmbiguous_64(InstType InstTy, unsigned OpSize) const {
76 if (InstTy == InstType::Ambiguous && OpSize == 64)
81 bool isAmbiguous_32(InstType InstTy, unsigned OpSize) const {
82 if (InstTy == InstType::Ambiguous && OpSize == 32)
87 bool isAmbiguous_32or64(InstType InstTy, unsigned OpSize) const {
88 if (InstTy == InstType::Ambiguous && (OpSize == 32 || OpSize == 64))
94 unsigned OpSize) const {
101 if (InstTy == InstType::FloatingPoint && (OpSize == 32 || OpSize == 64))
107 if (InstTy == InstType::FloatingPoint && OpSize == 64)
112 bool isInteger_32(InstType InstTy, unsigned OpSize) const {
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/Mips/
H A DMipsRegisterBankInfo.h75 bool isAmbiguous_64(InstType InstTy, unsigned OpSize) const { in isAmbiguous_64() argument
76 if (InstTy == InstType::Ambiguous && OpSize == 64) in isAmbiguous_64()
81 bool isAmbiguous_32(InstType InstTy, unsigned OpSize) const { in isAmbiguous_32() argument
82 if (InstTy == InstType::Ambiguous && OpSize == 32) in isAmbiguous_32()
87 bool isAmbiguous_32or64(InstType InstTy, unsigned OpSize) const { in isAmbiguous_32or64() argument
88 if (InstTy == InstType::Ambiguous && (OpSize == 32 || OpSize == 64)) in isAmbiguous_32or64()
94 unsigned OpSize) const { in isAmbiguousWithMergeOrUnmerge_64() argument
101 if (InstTy == InstType::FloatingPoint && (OpSize == 32 || OpSize == 64)) in isFloatingPoint_32or64()
107 if (InstTy == InstType::FloatingPoint && OpSize == 64) in isFloatingPoint_64()
112 bool isInteger_32(InstType InstTy, unsigned OpSize) const { in isInteger_32() argument
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/Mips/
H A DMipsRegisterBankInfo.h75 bool isAmbiguous_64(InstType InstTy, unsigned OpSize) const { in isAmbiguous_64() argument
76 if (InstTy == InstType::Ambiguous && OpSize == 64) in isAmbiguous_64()
81 bool isAmbiguous_32(InstType InstTy, unsigned OpSize) const { in isAmbiguous_32() argument
82 if (InstTy == InstType::Ambiguous && OpSize == 32) in isAmbiguous_32()
87 bool isAmbiguous_32or64(InstType InstTy, unsigned OpSize) const { in isAmbiguous_32or64() argument
88 if (InstTy == InstType::Ambiguous && (OpSize == 32 || OpSize == 64)) in isAmbiguous_32or64()
94 unsigned OpSize) const { in isAmbiguousWithMergeOrUnmerge_64() argument
101 if (InstTy == InstType::FloatingPoint && (OpSize == 32 || OpSize == 64)) in isFloatingPoint_32or64()
107 if (InstTy == InstType::FloatingPoint && OpSize == 64) in isFloatingPoint_64()
112 bool isInteger_32(InstType InstTy, unsigned OpSize) const { in isInteger_32() argument
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/Mips/
H A DMipsRegisterBankInfo.h75 bool isAmbiguous_64(InstType InstTy, unsigned OpSize) const { in isAmbiguous_64() argument
76 if (InstTy == InstType::Ambiguous && OpSize == 64) in isAmbiguous_64()
81 bool isAmbiguous_32(InstType InstTy, unsigned OpSize) const { in isAmbiguous_32() argument
82 if (InstTy == InstType::Ambiguous && OpSize == 32) in isAmbiguous_32()
87 bool isAmbiguous_32or64(InstType InstTy, unsigned OpSize) const { in isAmbiguous_32or64() argument
88 if (InstTy == InstType::Ambiguous && (OpSize == 32 || OpSize == 64)) in isAmbiguous_32or64()
94 unsigned OpSize) const { in isAmbiguousWithMergeOrUnmerge_64() argument
101 if (InstTy == InstType::FloatingPoint && (OpSize == 32 || OpSize == 64)) in isFloatingPoint_32or64()
107 if (InstTy == InstType::FloatingPoint && OpSize == 64) in isFloatingPoint_64()
112 bool isInteger_32(InstType InstTy, unsigned OpSize) const { in isInteger_32() argument
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/Mips/
H A DMipsRegisterBankInfo.h75 bool isAmbiguous_64(InstType InstTy, unsigned OpSize) const { in isAmbiguous_64() argument
76 if (InstTy == InstType::Ambiguous && OpSize == 64) in isAmbiguous_64()
81 bool isAmbiguous_32(InstType InstTy, unsigned OpSize) const { in isAmbiguous_32() argument
82 if (InstTy == InstType::Ambiguous && OpSize == 32) in isAmbiguous_32()
87 bool isAmbiguous_32or64(InstType InstTy, unsigned OpSize) const { in isAmbiguous_32or64() argument
88 if (InstTy == InstType::Ambiguous && (OpSize == 32 || OpSize == 64)) in isAmbiguous_32or64()
94 unsigned OpSize) const { in isAmbiguousWithMergeOrUnmerge_64() argument
101 if (InstTy == InstType::FloatingPoint && (OpSize == 32 || OpSize == 64)) in isFloatingPoint_32or64()
107 if (InstTy == InstType::FloatingPoint && OpSize == 64) in isFloatingPoint_64()
112 bool isInteger_32(InstType InstTy, unsigned OpSize) const { in isInteger_32() argument
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/Mips/
H A DMipsRegisterBankInfo.h75 bool isAmbiguous_64(InstType InstTy, unsigned OpSize) const { in isAmbiguous_64() argument
76 if (InstTy == InstType::Ambiguous && OpSize == 64) in isAmbiguous_64()
81 bool isAmbiguous_32(InstType InstTy, unsigned OpSize) const { in isAmbiguous_32() argument
82 if (InstTy == InstType::Ambiguous && OpSize == 32) in isAmbiguous_32()
87 bool isAmbiguous_32or64(InstType InstTy, unsigned OpSize) const { in isAmbiguous_32or64() argument
88 if (InstTy == InstType::Ambiguous && (OpSize == 32 || OpSize == 64)) in isAmbiguous_32or64()
94 unsigned OpSize) const { in isAmbiguousWithMergeOrUnmerge_64() argument
101 if (InstTy == InstType::FloatingPoint && (OpSize == 32 || OpSize == 64)) in isFloatingPoint_32or64()
107 if (InstTy == InstType::FloatingPoint && OpSize == 64) in isFloatingPoint_64()
112 bool isInteger_32(InstType InstTy, unsigned OpSize) const { in isInteger_32() argument
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/Mips/
H A DMipsRegisterBankInfo.h75 bool isAmbiguous_64(InstType InstTy, unsigned OpSize) const { in isAmbiguous_64() argument
76 if (InstTy == InstType::Ambiguous && OpSize == 64) in isAmbiguous_64()
81 bool isAmbiguous_32(InstType InstTy, unsigned OpSize) const { in isAmbiguous_32() argument
82 if (InstTy == InstType::Ambiguous && OpSize == 32) in isAmbiguous_32()
87 bool isAmbiguous_32or64(InstType InstTy, unsigned OpSize) const { in isAmbiguous_32or64() argument
88 if (InstTy == InstType::Ambiguous && (OpSize == 32 || OpSize == 64)) in isAmbiguous_32or64()
94 unsigned OpSize) const { in isAmbiguousWithMergeOrUnmerge_64() argument
101 if (InstTy == InstType::FloatingPoint && (OpSize == 32 || OpSize == 64)) in isFloatingPoint_32or64()
107 if (InstTy == InstType::FloatingPoint && OpSize == 64) in isFloatingPoint_64()
112 bool isInteger_32(InstType InstTy, unsigned OpSize) const { in isInteger_32() argument
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/Mips/
H A DMipsRegisterBankInfo.h75 bool isAmbiguous_64(InstType InstTy, unsigned OpSize) const { in isAmbiguous_64() argument
76 if (InstTy == InstType::Ambiguous && OpSize == 64) in isAmbiguous_64()
81 bool isAmbiguous_32(InstType InstTy, unsigned OpSize) const { in isAmbiguous_32() argument
82 if (InstTy == InstType::Ambiguous && OpSize == 32) in isAmbiguous_32()
87 bool isAmbiguous_32or64(InstType InstTy, unsigned OpSize) const { in isAmbiguous_32or64() argument
88 if (InstTy == InstType::Ambiguous && (OpSize == 32 || OpSize == 64)) in isAmbiguous_32or64()
94 unsigned OpSize) const { in isAmbiguousWithMergeOrUnmerge_64() argument
101 if (InstTy == InstType::FloatingPoint && (OpSize == 32 || OpSize == 64)) in isFloatingPoint_32or64()
107 if (InstTy == InstType::FloatingPoint && OpSize == 64) in isFloatingPoint_64()
112 bool isInteger_32(InstType InstTy, unsigned OpSize) const { in isInteger_32() argument
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/Mips/
H A DMipsRegisterBankInfo.h75 bool isAmbiguous_64(InstType InstTy, unsigned OpSize) const { in isAmbiguous_64() argument
76 if (InstTy == InstType::Ambiguous && OpSize == 64) in isAmbiguous_64()
81 bool isAmbiguous_32(InstType InstTy, unsigned OpSize) const { in isAmbiguous_32() argument
82 if (InstTy == InstType::Ambiguous && OpSize == 32) in isAmbiguous_32()
87 bool isAmbiguous_32or64(InstType InstTy, unsigned OpSize) const { in isAmbiguous_32or64() argument
88 if (InstTy == InstType::Ambiguous && (OpSize == 32 || OpSize == 64)) in isAmbiguous_32or64()
94 unsigned OpSize) const { in isAmbiguousWithMergeOrUnmerge_64() argument
101 if (InstTy == InstType::FloatingPoint && (OpSize == 32 || OpSize == 64)) in isFloatingPoint_32or64()
107 if (InstTy == InstType::FloatingPoint && OpSize == 64) in isFloatingPoint_64()
112 bool isInteger_32(InstType InstTy, unsigned OpSize) const { in isInteger_32() argument
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/Mips/
H A DMipsRegisterBankInfo.h75 bool isAmbiguous_64(InstType InstTy, unsigned OpSize) const { in isAmbiguous_64() argument
76 if (InstTy == InstType::Ambiguous && OpSize == 64) in isAmbiguous_64()
81 bool isAmbiguous_32(InstType InstTy, unsigned OpSize) const { in isAmbiguous_32() argument
82 if (InstTy == InstType::Ambiguous && OpSize == 32) in isAmbiguous_32()
87 bool isAmbiguous_32or64(InstType InstTy, unsigned OpSize) const { in isAmbiguous_32or64() argument
88 if (InstTy == InstType::Ambiguous && (OpSize == 32 || OpSize == 64)) in isAmbiguous_32or64()
94 unsigned OpSize) const { in isAmbiguousWithMergeOrUnmerge_64() argument
101 if (InstTy == InstType::FloatingPoint && (OpSize == 32 || OpSize == 64)) in isFloatingPoint_32or64()
107 if (InstTy == InstType::FloatingPoint && OpSize == 64) in isFloatingPoint_64()
112 bool isInteger_32(InstType InstTy, unsigned OpSize) const { in isInteger_32() argument
[all …]

12345678910>>...20