Home
last modified time | relevance | path

Searched refs:zero_value (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
DEmulateInstructionMIPS64.cpp2263 llvm::APInt zero_value = llvm::APInt::getNullValue(128); in Emulate_MSA_Branch_V() local
2279 if ((llvm::APInt::isSameValue(zero_value, wr_val) && !bnz) || in Emulate_MSA_Branch_V()
2280 (!llvm::APInt::isSameValue(zero_value, wr_val) && bnz)) in Emulate_MSA_Branch_V()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
DEmulateInstructionMIPS.cpp2951 llvm::APInt zero_value = llvm::APInt::getNullValue(128); in Emulate_MSA_Branch_V() local
2967 if ((llvm::APInt::isSameValue(zero_value, wr_val) && !bnz) || in Emulate_MSA_Branch_V()
2968 (!llvm::APInt::isSameValue(zero_value, wr_val) && bnz)) in Emulate_MSA_Branch_V()