Searched refs:xxspltib (Results 1 - 5 of 5) sorted by relevance
/third_party/node/deps/v8/src/compiler/backend/ppc/ |
H A D | code-generator-ppc.cc | 2860 __ xxspltib(kScratchSimd128Reg, Operand(shift_bits)); in AssembleArchInstruction() 2870 __ xxspltib(kScratchSimd128Reg, Operand(shift_bits)); in AssembleArchInstruction() 2887 __ xxspltib(kScratchSimd128Reg, Operand(shift_bits)); in AssembleArchInstruction() 2895 __ xxspltib(kScratchSimd128Reg, Operand(1)); in AssembleArchInstruction() 2904 __ xxspltib(kScratchSimd128Reg, Operand(shift_bits)); in AssembleArchInstruction() 3144 __ xxspltib(tempFPReg1, Operand(31)); in AssembleArchInstruction() 3615 __ xxspltib(kScratchSimd128Reg, Operand(1)); in AssembleArchInstruction() 3623 __ xxspltib(kScratchSimd128Reg, Operand(1)); in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/diagnostics/ppc/ |
H A D | disasm-ppc.cc | 1495 Format(instr, "xxspltib 'Xt, 'IMM8"); in DecodeExt6()
|
/third_party/node/deps/v8/src/codegen/ppc/ |
H A D | assembler-ppc.h | 1136 void xxspltib(const Simd128Register rt, const Operand& imm);
|
H A D | constants-ppc.h | 546 V(xxspltib, XXSPLTIB, 0xF00002D0)
|
H A D | assembler-ppc.cc | 2014 void Assembler::xxspltib(const Simd128Register rt, const Operand& imm) { in xxspltib() function in v8::internal::Assembler
|
Completed in 20 milliseconds