Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.cpp2268 llvm::APInt zero_value = llvm::APInt::getZero(128); in Emulate_MSA_Branch_V() local
2284 if ((llvm::APInt::isSameValue(zero_value, wr_val) && !bnz) || in Emulate_MSA_Branch_V()
2285 (!llvm::APInt::isSameValue(zero_value, wr_val) && bnz)) in Emulate_MSA_Branch_V()
/llvm-project/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.cpp2945 llvm::APInt zero_value = llvm::APInt::getZero(128); in Emulate_MSA_Branch_V() local
2961 if ((llvm::APInt::isSameValue(zero_value, wr_val) && !bnz) || in Emulate_MSA_Branch_V()
2962 (!llvm::APInt::isSameValue(zero_value, wr_val) && bnz)) in Emulate_MSA_Branch_V()