Searched refs:copy_u_w (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/msa/ |
D | immediates.ll | 878 define i32 @copy_u_w(<4 x i32> * %ptr) { 880 ; CHECK-LABEL: copy_u_w:
|
D | immediates-bad.ll | 597 define i32 @copy_u_w(<4 x i32> * %ptr) {
|
/external/v8/src/mips/ |
D | assembler-mips.h | 1616 void copy_u_w(Register rd, MSARegister ws, uint32_t n);
|
D | assembler-mips.cc | 3653 void Assembler::copy_u_w(Register rd, MSARegister ws, uint32_t n) { in copy_u_w() function in v8::internal::Assembler
|
/external/v8/src/compiler/mips/ |
D | code-generator-mips.cc | 1751 __ copy_u_w(kScratchReg, i.InputSimd128Register(0), i.InputInt8(1)); in AssembleArchInstruction() local
|
/external/v8/src/mips64/ |
D | assembler-mips64.h | 1690 void copy_u_w(Register rd, MSARegister ws, uint32_t n);
|
D | assembler-mips64.cc | 3975 void Assembler::copy_u_w(Register rd, MSARegister ws, uint32_t n) { in copy_u_w() function in v8::internal::Assembler
|
/external/v8/src/compiler/mips64/ |
D | code-generator-mips64.cc | 1961 __ copy_u_w(kScratchReg, i.InputSimd128Register(0), i.InputInt8(1)); in AssembleArchInstruction() local
|