Searched defs:EltSizeInBytes (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp3016 unsigned EltSizeInBytes,
3032 switch (EltSizeInBytes) {
3066 .addImm(EltSizeInBytes == 8 ? Mips::sub_64 : Mips::sub_lo);
3071 if (EltSizeInBytes != 1) {
3014 emitINSERT_DF_VIDX(MachineInstr *MI, MachineBasicBlock *BB, unsigned EltSizeInBytes, bool IsFP) const argument

Completed in 494 milliseconds