Searched defs:ctcmsa (Results 1 – 3 of 3) sorted by relevance
| /third_party/node/deps/v8/src/compiler/backend/mips/ |
| D | code-generator-mips.cc | 2158 __ ctcmsa(MSACSR, kScratchReg2); in AssembleArchInstruction() local 2160 __ ctcmsa(MSACSR, kScratchReg); in AssembleArchInstruction() local 2167 __ ctcmsa(MSACSR, kScratchReg2); in AssembleArchInstruction() local 2169 __ ctcmsa(MSACSR, kScratchReg); in AssembleArchInstruction() local 2176 __ ctcmsa(MSACSR, kScratchReg2); in AssembleArchInstruction() local 2178 __ ctcmsa(MSACSR, kScratchReg); in AssembleArchInstruction() local 2185 __ ctcmsa(MSACSR, zero_reg); in AssembleArchInstruction() local 2187 __ ctcmsa(MSACSR, kScratchReg); in AssembleArchInstruction() local 2592 __ ctcmsa(MSACSR, kScratchReg2); in AssembleArchInstruction() local 2594 __ ctcmsa(MSACSR, kScratchReg); in AssembleArchInstruction() local [all …]
|
| /third_party/node/deps/v8/src/codegen/mips/ |
| D | assembler-mips.cc | 3408 void Assembler::ctcmsa(MSAControlRegister cd, Register rs) { in ctcmsa() function in v8::internal::Assembler
|
| /third_party/node/deps/v8/src/codegen/mips64/ |
| D | assembler-mips64.cc | 3624 void Assembler::ctcmsa(MSAControlRegister cd, Register rs) { in ctcmsa() function in v8::internal::Assembler
|