Lines Matching defs:IsBigEndian
35 bool IsBigEndian;
37 MipsDisassembler(const MCSubtargetInfo &STI, MCContext &Ctx, bool IsBigEndian)
40 IsBigEndian(IsBigEndian) {}
910 bool IsBigEndian) {
917 if (IsBigEndian) {
930 bool IsBigEndian, bool IsMicroMips) {
945 if (IsBigEndian) {
971 Result = readInstruction16(Bytes, Address, Size, Insn, IsBigEndian);
997 Result = readInstruction32(Bytes, Address, Size, Insn, IsBigEndian, true);
1037 Result = readInstruction32(Bytes, Address, Size, Insn, IsBigEndian, false);