Searched defs:Vd (Results 1 – 6 of 6) sorted by relevance
| /third_party/node/deps/v8/src/diagnostics/arm/ |
| D | disasm-arm.cc | 386 void Decoder::FormatNeonList(int Vd, int type) { in FormatNeonList() 1582 int Vd = instr->VFPNRegValue(kSimd128Precision); in DecodeTypeVFP() local 2159 int Vd = instr->VFPDRegValue(kSimd128Precision); in DecodeAdvancedSIMDDataProcessing() local 2165 int Vd = instr->VFPDRegValue(kDoublePrecision); in DecodeAdvancedSIMDDataProcessing() local 2178 int Vd = instr->VFPDRegValue(kSimd128Precision); in DecodeAdvancedSIMDDataProcessing() local 2184 int Vd = instr->VFPDRegValue(kDoublePrecision); in DecodeAdvancedSIMDDataProcessing() local 2193 int Vd = instr->VFPDRegValue(kSimd128Precision); in DecodeAdvancedSIMDDataProcessing() local 2204 int Vd = instr->VFPDRegValue(kSimd128Precision); in DecodeAdvancedSIMDDataProcessing() local 2223 int Vd = instr->VFPDRegValue(kDoublePrecision); in DecodeAdvancedSIMDDataProcessing() local 2244 int Vd = instr->VFPDRegValue(kSimd128Precision); in DecodeAdvancedSIMDTwoOrThreeRegisters() local [all …]
|
| /third_party/node/deps/v8/src/execution/arm/ |
| D | simulator-arm.cc | 3935 void Unop(Simulator* simulator, int Vd, int Vm, std::function<T(T)> unop) { in Unop() 3946 void Binop(Simulator* simulator, int Vd, int Vm, int Vn, in Binop() 3967 void Widen(Simulator* simulator, int Vd, int Vm) { in Widen() 3979 void Abs(Simulator* simulator, int Vd, int Vm) { in Abs() 3984 void Neg(Simulator* simulator, int Vd, int Vm) { in Neg() 3992 void SaturatingNarrow(Simulator* simulator, int Vd, int Vm) { in SaturatingNarrow() 4004 void AddSat(Simulator* simulator, int Vd, int Vm, int Vn) { in AddSat() 4009 void SubSat(Simulator* simulator, int Vd, int Vm, int Vn) { in SubSat() 4014 void Zip(Simulator* simulator, int Vd, int Vm) { in Zip() 4031 void Unzip(Simulator* simulator, int Vd, int Vm) { in Unzip() [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Disassembler/ |
| D | ARMDisassembler.cpp | 1572 unsigned Vd = fieldFromInstruction(Val, 8, 5); in DecodeSPRRegListOperand() local 1596 unsigned Vd = fieldFromInstruction(Val, 8, 5); in DecodeDPRRegListOperand() local 5667 unsigned Vd = (fieldFromInstruction(Insn, 12, 4) << 0); in DecodeVCVTD() local 5726 unsigned Vd = (fieldFromInstruction(Insn, 12, 4) << 0); in DecodeVCVTQ() local 5783 unsigned Vd = (fieldFromInstruction(Insn, 12, 4) << 0); in DecodeNEONComplexLane64Instruction() local
|
| /third_party/mesa3d/src/broadcom/compiler/ |
| D | vir.c | 2160 const uint32_t Vd = vs->vpm_output_size; in compute_vpm_config_gs() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
| D | HexagonInstrInfo.cpp | 1167 Register Vd = MI.getOperand(0).getReg(); in expandPostRAPseudo() local
|
| /third_party/node/deps/v8/src/codegen/arm/ |
| D | assembler-arm.cc | 3018 int D, Vd, M, Vm; in EncodeVCVT() local
|