/external/v8/src/arm/ |
D | disasm-arm.cc | 400 void Decoder::FormatNeonList(int Vd, int type) { in FormatNeonList() 1609 int Vd = instr->VFPNRegValue(kSimd128Precision); in DecodeTypeVFP() local 1899 int Vd, Vm, Vn; in DecodeSpecialCondition() local 2057 int Vd = (instr->Bit(22) << 3) | (instr->VdValue() >> 1); in DecodeSpecialCondition() local 2065 int Vd = instr->VFPDRegValue(kSimd128Precision); in DecodeSpecialCondition() local 2075 int Vd = instr->VFPDRegValue(kSimd128Precision); in DecodeSpecialCondition() local 2084 int Vd = instr->VFPDRegValue(kSimd128Precision); in DecodeSpecialCondition() local 2094 int Vd, Vm, Vn; in DecodeSpecialCondition() local 2222 int Vd = (instr->Bit(22) << 3) | (instr->VdValue() >> 1); in DecodeSpecialCondition() local 2243 int Vd = instr->VFPDRegValue(kDoublePrecision); in DecodeSpecialCondition() local [all …]
|
D | simulator-arm.cc | 3945 void Widen(Simulator* simulator, int Vd, int Vm) { in Widen() 3957 void Abs(Simulator* simulator, int Vd, int Vm) { in Abs() 3968 void Neg(Simulator* simulator, int Vd, int Vm) { in Neg() 3979 void SaturatingNarrow(Simulator* simulator, int Vd, int Vm) { in SaturatingNarrow() 3991 void AddSaturate(Simulator* simulator, int Vd, int Vm, int Vn) { in AddSaturate() 4003 void SubSaturate(Simulator* simulator, int Vd, int Vm, int Vn) { in SubSaturate() 4015 void Zip(Simulator* simulator, int Vd, int Vm) { in Zip() 4032 void Unzip(Simulator* simulator, int Vd, int Vm) { in Unzip() 4049 void Transpose(Simulator* simulator, int Vd, int Vm) { in Transpose() 4063 void Test(Simulator* simulator, int Vd, int Vm, int Vn) { in Test() [all …]
|
D | assembler-arm.cc | 3052 int D, Vd, M, Vm; in EncodeVCVT() local
|
/external/clang/include/clang/Analysis/Analyses/ |
D | ThreadSafetyTIL.h | 364 Variable(const Variable &Vd, SExpr *D) // rewrite constructor in Variable() 659 Function(Variable *Vd, SExpr *Bd) in Function() 663 Function(const Function &F, Variable *Vd, SExpr *Bd) // rewrite constructor in Function() 710 SFunction(Variable *Vd, SExpr *B) in SFunction() 716 SFunction(const SFunction &F, Variable *Vd, SExpr *B) // rewrite constructor in SFunction() 1866 Let(Variable *Vd, SExpr *Bd) : SExpr(COP_Let), VarDecl(Vd), Body(Bd) { in Let() 1869 Let(const Let &L, Variable *Vd, SExpr *Bd) : SExpr(L), VarDecl(Vd), Body(Bd) { in Let()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 1248 unsigned Vd = fieldFromInstruction(Val, 8, 5); in DecodeSPRRegListOperand() local 1272 unsigned Vd = fieldFromInstruction(Val, 8, 5); in DecodeDPRRegListOperand() local 5120 unsigned Vd = (fieldFromInstruction(Insn, 12, 4) << 0); in DecodeVCVTD() local 5179 unsigned Vd = (fieldFromInstruction(Insn, 12, 4) << 0); in DecodeVCVTQ() local 5236 unsigned Vd = (fieldFromInstruction(Insn, 12, 4) << 0); in DecodeNEONComplexLane64Instruction() local
|
/external/clang/lib/Analysis/ |
D | ThreadSafety.cpp | 967 BeforeSet::BeforeInfo* BeforeSet::insertAttrExprs(const ValueDecl* Vd, in insertAttrExprs() 1022 BeforeSet::getBeforeInfoForDecl(const ValueDecl *Vd, in getBeforeInfoForDecl() 1043 std::function<bool (const ValueDecl*)> traverse = [&](const ValueDecl* Vd) { in checkBeforeAfter()
|
/external/capstone/arch/ARM/ |
D | ARMDisassembler.c | 1290 unsigned Vd = fieldFromInstruction_4(Val, 8, 5); in DecodeSPRRegListOperand() local 1315 unsigned Vd = fieldFromInstruction_4(Val, 8, 5); in DecodeDPRRegListOperand() local 5004 unsigned Vd = (fieldFromInstruction_4(Insn, 12, 4) << 0); in DecodeVCVTD() local 5035 unsigned Vd = (fieldFromInstruction_4(Insn, 12, 4) << 0); in DecodeVCVTQ() local
|
/external/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 1249 unsigned Vd = fieldFromInstruction(Val, 8, 5); in DecodeSPRRegListOperand() local 1273 unsigned Vd = fieldFromInstruction(Val, 8, 5); in DecodeDPRRegListOperand() local 5129 unsigned Vd = (fieldFromInstruction(Insn, 12, 4) << 0); in DecodeVCVTD() local 5188 unsigned Vd = (fieldFromInstruction(Insn, 12, 4) << 0); in DecodeVCVTQ() local
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 1130 unsigned Vd = fieldFromInstruction32(Val, 8, 4); in DecodeSPRRegListOperand() local 1147 unsigned Vd = fieldFromInstruction32(Val, 8, 4); in DecodeDPRRegListOperand() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonInstrInfo.cpp | 1157 unsigned Vd = MI.getOperand(0).getReg(); in expandPostRAPseudo() local
|
/external/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 8945 MachO::version_min_command Vd = Obj->getVersionMinLoadCommand(Command); in PrintLoadCommands() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 9657 MachO::version_min_command Vd = Obj->getVersionMinLoadCommand(Command); in PrintLoadCommands() local
|