Home
last modified time | relevance | path

Searched refs:ZeroSrcOpcode (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp2765 unsigned ZeroSrcOpcode, ZeroTrgOpcode; in expandCondBranches() local
2846 ZeroSrcOpcode = Mips::BGTZ; in expandCondBranches()
2857 ZeroSrcOpcode = Mips::BGEZ; in expandCondBranches()
2868 ZeroSrcOpcode = Mips::BLEZ; in expandCondBranches()
2879 ZeroSrcOpcode = Mips::BLTZ; in expandCondBranches()
2973 TOut.emitRX(IsSrcRegZero ? ZeroSrcOpcode : ZeroTrgOpcode, in expandCondBranches()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp3873 unsigned ZeroSrcOpcode, ZeroTrgOpcode; in expandCondBranches() local
3955 ZeroSrcOpcode = Mips::BGTZ; in expandCondBranches()
3967 ZeroSrcOpcode = Mips::BGEZ; in expandCondBranches()
3979 ZeroSrcOpcode = Mips::BLEZ; in expandCondBranches()
3991 ZeroSrcOpcode = Mips::BLTZ; in expandCondBranches()
4085 TOut.emitRX(IsSrcRegZero ? ZeroSrcOpcode : ZeroTrgOpcode, in expandCondBranches()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp3892 unsigned ZeroSrcOpcode, ZeroTrgOpcode; in expandCondBranches() local
3974 ZeroSrcOpcode = Mips::BGTZ; in expandCondBranches()
3986 ZeroSrcOpcode = Mips::BGEZ; in expandCondBranches()
3998 ZeroSrcOpcode = Mips::BLEZ; in expandCondBranches()
4010 ZeroSrcOpcode = Mips::BLTZ; in expandCondBranches()
4104 TOut.emitRX(IsSrcRegZero ? ZeroSrcOpcode : ZeroTrgOpcode, in expandCondBranches()