Searched refs:IsIndexed (Results 1 – 5 of 5) sorted by relevance
/external/capstone/arch/AArch64/ |
D | AArch64Disassembler.c | 1005 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/ |
D | frontend.h | 373 bool IsIndexed,
|
D | frontend.cpp | 2139 bool IsIndexed, in GetProcessDrawFunc() argument 2146 …return TemplateArgUnroller<FEDrawChooser>::GetFunc(IsIndexed, IsCutIndexEnabled, HasTessellation, … in GetProcessDrawFunc()
|
/external/llvm/lib/Target/AArch64/Disassembler/ |
D | AArch64Disassembler.cpp | 1071 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/ |
D | AArch64Disassembler.cpp | 1269 bool IsIndexed = fieldFromInstruction(insn, 10, 2) != 0; in DecodeSignedLdStInstruction() local 1273 if (IsLoad && IsIndexed && !IsFP && Rn != 31 && Rt == Rn) in DecodeSignedLdStInstruction()
|