Home
last modified time | relevance | path

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

/external/capstone/arch/AArch64/
DAArch64Disassembler.c1005 bool IsIndexed; in DecodeSignedLdStInstruction() local
1179 IsIndexed = fieldFromInstruction(insn, 10, 2) != 0; in DecodeSignedLdStInstruction()
1183 if (IsLoad && IsIndexed && !IsFP && Rn != 31 && Rt == Rn) in DecodeSignedLdStInstruction()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dfrontend.h373 bool IsIndexed,
Dfrontend.cpp2139 bool IsIndexed, in GetProcessDrawFunc() argument
2146 …return TemplateArgUnroller<FEDrawChooser>::GetFunc(IsIndexed, IsCutIndexEnabled, HasTessellation, … in GetProcessDrawFunc()
/external/llvm/lib/Target/AArch64/Disassembler/
DAArch64Disassembler.cpp1071 bool IsIndexed = fieldFromInstruction(insn, 10, 2) != 0; in DecodeSignedLdStInstruction() local
1075 if (IsLoad && IsIndexed && !IsFP && Rn != 31 && Rt == Rn) in DecodeSignedLdStInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/Disassembler/
DAArch64Disassembler.cpp1269 bool IsIndexed = fieldFromInstruction(insn, 10, 2) != 0; in DecodeSignedLdStInstruction() local
1273 if (IsLoad && IsIndexed && !IsFP && Rn != 31 && Rt == Rn) in DecodeSignedLdStInstruction()