Searched defs:and_v (Results 1 – 2 of 2) sorted by relevance
| /third_party/node/deps/v8/src/compiler/backend/mips64/ |
| D | code-generator-mips64.cc | 2168 __ and_v(scratch1, scratch0, src1); in AssembleArchInstruction() local 2595 __ and_v(dst, scratch, src0); in AssembleArchInstruction() local 2654 __ and_v(scratch1, scratch0, src1); in AssembleArchInstruction() local 3269 __ and_v(i.OutputSimd128Register(), i.InputSimd128Register(0), in AssembleArchInstruction() local
|
| /third_party/node/deps/v8/src/compiler/backend/mips/ |
| D | code-generator-mips.cc | 2480 __ and_v(dst, dst, i.InputSimd128Register(0)); in AssembleArchInstruction() local 3098 __ and_v(i.OutputSimd128Register(), i.InputSimd128Register(0), in AssembleArchInstruction() local
|