Home
last modified time | relevance | path

Searched refs:isLDX64 (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFMISimplifyPatchable.cpp115 static bool isLDX64(unsigned Opcode) { in isLDX64() function
125 return isLDX32(Opcode) || isLDX64(Opcode) || isLDSX(Opcode); in isLoadInst()
146 if (isLDX64(Opcode) || isLDSX(Opcode)) in checkADDrr()