Searched refs:emitExt128 (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.h | 523 MachineBasicBlock *emitExt128(MachineInstr *MI,
|
D | SystemZISelLowering.cpp | 5335 SystemZTargetLowering::emitExt128(MachineInstr *MI, in emitExt128() function in SystemZTargetLowering 5717 return emitExt128(MI, MBB, false, SystemZ::subreg_l64); in EmitInstrWithCustomInserter() 5719 return emitExt128(MI, MBB, true, SystemZ::subreg_l32); in EmitInstrWithCustomInserter() 5721 return emitExt128(MI, MBB, true, SystemZ::subreg_l64); in EmitInstrWithCustomInserter()
|