Home
last modified time | relevance | path

Searched refs:Emulate_BZW (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
DEmulateInstructionMIPS64.h156 bool Emulate_BZW(llvm::MCInst &insn);
DEmulateInstructionMIPS64.cpp926 {"BZ_W", &EmulateInstructionMIPS64::Emulate_BZW, "BZ.w wt,s16"}, in GetOpcodeForInstruction()
2181 bool EmulateInstructionMIPS64::Emulate_BZW(llvm::MCInst &insn) { in Emulate_BZW() function in EmulateInstructionMIPS64
/external/llvm-project/lldb/source/Plugins/Instruction/MIPS/
DEmulateInstructionMIPS.h181 bool Emulate_BZW(llvm::MCInst &insn);
DEmulateInstructionMIPS.cpp939 {"BZ_W", &EmulateInstructionMIPS::Emulate_BZW, "BZ.w wt,s16"}, in GetOpcodeForInstruction()
2868 bool EmulateInstructionMIPS::Emulate_BZW(llvm::MCInst &insn) { in Emulate_BZW() function in EmulateInstructionMIPS