Searched refs:isLDX64 (Results 1 – 1 of 1) sorted by relevance
115 static bool isLDX64(unsigned Opcode) { in isLDX64() function125 return isLDX32(Opcode) || isLDX64(Opcode) || isLDSX(Opcode); in isLoadInst()146 if (isLDX64(Opcode) || isLDSX(Opcode)) in checkADDrr()