Searched refs:MSACSR (Results 1 - 5 of 5) sorted by relevance
/third_party/node/deps/v8/src/compiler/backend/mips/ |
H A D | code-generator-mips.cc | 2156 __ cfcmsa(kScratchReg, MSACSR); in AssembleArchInstruction() 2158 __ ctcmsa(MSACSR, kScratchReg2); in AssembleArchInstruction() 2160 __ ctcmsa(MSACSR, kScratchReg); in AssembleArchInstruction() 2165 __ cfcmsa(kScratchReg, MSACSR); in AssembleArchInstruction() 2167 __ ctcmsa(MSACSR, kScratchReg2); in AssembleArchInstruction() 2169 __ ctcmsa(MSACSR, kScratchReg); in AssembleArchInstruction() 2174 __ cfcmsa(kScratchReg, MSACSR); in AssembleArchInstruction() 2176 __ ctcmsa(MSACSR, kScratchReg2); in AssembleArchInstruction() 2178 __ ctcmsa(MSACSR, kScratchReg); in AssembleArchInstruction() 2183 __ cfcmsa(kScratchReg, MSACSR); in AssembleArchInstruction() [all...] |
/third_party/node/deps/v8/src/codegen/mips64/ |
H A D | register-mips64.h | 273 constexpr MSAControlRegister MSACSR = {kMSACSRRegister}; member
|
H A D | macro-assembler-mips64.cc | 2763 cfcmsa(scratch, MSACSR); in CallRecordWriteStub() 2769 ctcmsa(MSACSR, scratch2); in CallRecordWriteStub() 2771 ctcmsa(MSACSR, scratch); in CallRecordWriteStub() 2779 cfcmsa(scratch, MSACSR); in CallRecordWriteStub() 2785 ctcmsa(MSACSR, scratch2); in CallRecordWriteStub() 2787 ctcmsa(MSACSR, scratch); in CallRecordWriteStub()
|
/third_party/node/deps/v8/src/codegen/mips/ |
H A D | register-mips.h | 262 constexpr MSAControlRegister MSACSR = {kMSACSRRegister}; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
H A D | MipsISelLowering.cpp | 4032 .Case("$msacsr", Mips::MSACSR) in parseRegForInlineAsmConstraint()
|
Completed in 20 milliseconds