Searched refs:emitSBCS (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64InstructionSelector.cpp | 311 MachineInstr *emitSBCS(Register Dst, MachineOperand &LHS, MachineOperand &RHS, 4351 AArch64InstructionSelector::emitSBCS(Register Dst, MachineOperand &LHS, in emitSBCS() function in AArch64InstructionSelector 4661 return std::make_pair(emitSBCS(Dst, LHS, RHS, MIRBuilder), AArch64CC::VS); in emitOverflowOp() 4663 return std::make_pair(emitSBCS(Dst, LHS, RHS, MIRBuilder), AArch64CC::LO); in emitOverflowOp()
|