Searched refs:ft_val (Results 1 – 2 of 2) sorted by relevance
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS/ |
| HD | EmulateInstructionMIPS.cpp | 2684 uint32_t ft_val; in Emulate_BC1EQZ() local 2701 ft_val = ReadRegisterUnsigned (eRegisterKindDWARF, gcc_dwarf_zero_mips + ft, 0, &success); in Emulate_BC1EQZ() 2705 if ((ft_val & 1) == 0) in Emulate_BC1EQZ() 2723 uint32_t ft_val; in Emulate_BC1NEZ() local 2740 ft_val = ReadRegisterUnsigned (eRegisterKindDWARF, gcc_dwarf_zero_mips + ft, 0, &success); in Emulate_BC1NEZ() 2744 if ((ft_val & 1) != 0) in Emulate_BC1NEZ()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS64/ |
| HD | EmulateInstructionMIPS64.cpp | 2751 uint64_t ft_val; in Emulate_BC1EQZ() local 2768 ft_val = ReadRegisterUnsigned (eRegisterKindDWARF, gcc_dwarf_zero_mips64 + ft, 0, &success); in Emulate_BC1EQZ() 2772 if ((ft_val & 1) == 0) in Emulate_BC1EQZ() 2790 uint64_t ft_val; in Emulate_BC1NEZ() local 2807 ft_val = ReadRegisterUnsigned (eRegisterKindDWARF, gcc_dwarf_zero_mips64 + ft, 0, &success); in Emulate_BC1NEZ() 2811 if ((ft_val & 1) != 0) in Emulate_BC1NEZ()
|