/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | instruction.h | 80 struct Operand { struct 81 using OperandData = utils::SmallVector<uint32_t, 2>; argument 82 Operand(spv_operand_type_t t, OperandData&& w) in Operand() function 85 Operand(spv_operand_type_t t, const OperandData& w) : type(t), words(w) {} in Operand() function 88 Operand(spv_operand_type_t t, InputIt firstOperandData, in Operand() function 93 OperandData words; // Binary segments of this logical operand. argument 95 uint32_t AsId() const { in AsId() 102 std::string AsString() const { in AsString() 127 friend bool operator==(const Operand& o1, const Operand& o2) { argument
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | instruction.h | 80 struct Operand { struct 81 using OperandData = utils::SmallVector<uint32_t, 2>; argument 82 Operand(spv_operand_type_t t, OperandData&& w) in Operand() argument 85 Operand(spv_operand_type_t t, const OperandData& w) : type(t), words(w) {} in Operand() argument 88 Operand(spv_operand_type_t t, InputIt firstOperandData, in Operand() function 93 OperandData words; // Binary segments of this logical operand. argument 95 uint32_t AsId() const { in AsId() 102 std::string AsString() const { in AsString() 127 friend bool operator==(const Operand& o1, const Operand& o2) { argument
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/ |
H A D | instruction.h | 80 struct Operand { struct 81 using OperandData = utils::SmallVector<uint32_t, 2>; argument 82 Operand(spv_operand_type_t t, OperandData&& w) in Operand() function 85 Operand(spv_operand_type_t t, const OperandData& w) : type(t), words(w) {} in Operand() argument 88 Operand(spv_operand_type_t t, InputIt firstOperandData, in Operand() argument 93 OperandData words; // Binary segments of this logical operand. argument 95 uint32_t AsId() const { in AsId() 102 std::string AsString() const { in AsString() 127 friend bool operator==(const Operand& o1, const Operand& o2) { argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Core/ |
D | Disassembler.h | 200 struct Operand { struct 209 std::vector<Operand> m_children; argument 217 static Operand BuildRegister(ConstString &r); argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Core/ |
D | Disassembler.h | 200 struct Operand { struct 209 std::vector<Operand> m_children; argument 217 static Operand BuildRegister(ConstString &r); argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Core/ |
D | Disassembler.h | 200 struct Operand { struct 209 std::vector<Operand> m_children; argument 217 static Operand BuildRegister(ConstString &r); argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Core/ |
D | Disassembler.h | 200 struct Operand { struct 209 std::vector<Operand> m_children; argument 217 static Operand BuildRegister(ConstString &r); argument
|
/aosp_15_r20/frameworks/libs/binary_translation/lite_translator/riscv64_to_x86_64/ |
D | call_intrinsic.h | 153 constexpr void Expand(Register, Operand) const {} in Expand() argument 158 constexpr void Mov(Operand, Register) const {} in Mov() argument 160 constexpr void Mov(Register, Operand) const {} in Mov() argument 167 constexpr void Movs(Operand, XMMRegister) const {} in Movs() argument 169 constexpr void Movs(XMMRegister, Operand) const {} in Movs() argument 174 constexpr void Vmovs(Operand, XMMRegister) const {} in Vmovs() argument 176 constexpr void Vmovs(XMMRegister, Operand) const {} in Vmovs() argument
|
/aosp_15_r20/packages/modules/NeuralNetworks/common/types/include/nnapi/ |
D | Types.h | 436 struct Operand { struct 440 enum class LifeTime { 499 using NoParams = std::monostate; 504 struct SymmPerChannelQuantParams { 531 OperandType type{}; argument 580 * See {@link OperandType}. argument 589 * See {@link OperandType}. argument 591 int32_t zeroPoint = 0; 629 DataLocation location; 634 ExtraParams extraParams;
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/utils/vscode/src/grammar/ |
D | grammar.go | 40 type Operand struct { struct 41 Kind string `json:"kind"` 42 Name string `json:"name"` 43 Quantifier Quantifier `json:"quantifier"`
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/utils/vscode/src/grammar/ |
H A D | grammar.go | 40 type Operand struct { struct 41 Kind string `json:"kind"` 42 Name string `json:"name"` 43 Quantifier Quantifier `json:"quantifier"`
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/grammar/ |
H A D | grammar.go | 40 type Operand struct { struct 41 Kind string `json:"kind"` 42 Name string `json:"name"` 43 Quantifier Quantifier `json:"quantifier"`
|
/aosp_15_r20/frameworks/libs/binary_translation/assembler/include/berberis/assembler/ |
D | x86_32_and_x86_64.h | 201 struct Operand { struct 218 struct LabelOperand { argument
|
/aosp_15_r20/external/swiftshader/third_party/subzero/src/ |
H A D | IceOperand.h | 113 Operand(OperandKind Kind, Type Ty) : Ty(Ty), Kind(Kind) { in Operand() function 150 static bool classof(const Operand *Operand) { in classof() 215 static bool classof(const Operand *Operand) { in classof() 404 static bool classof(const Operand *Operand) { in classof() 443 static bool classof(const Operand *Operand) { in classof() 836 static bool classof(const Operand *Operand) { in classof() 944 static bool classof(const Operand *Operand) { in classof() 1001 static bool classof(const Operand *Operand) { in classof() 1156 static bool classof(const Operand *Operand) { in classof()
|
/aosp_15_r20/external/llvm/lib/Target/NVPTX/ |
H A D | NVPTXGenericToNVVM.cpp | 117 Value *Operand = II->getOperand(i); in runOnModule() local 255 Value *Operand = C->getOperand(i); in remapConstantVectorOrConstantAggregate() local 294 Value *Operand = C->getOperand(i); in remapConstantExpr() local 373 MDNode *Operand = N->getOperand(i); in remapNamedMDNode() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/ |
H A D | SIPeepholeSDWA.cpp | 445 MachineOperand *Operand = TII->getNamedOperand(MI, AMDGPU::OpName::vdst); in convertToSDWA() local 822 static raw_ostream& operator<<(raw_ostream &OS, const SDWAOperand &Operand) { in operator <<() 830 if (auto Operand = matchSDWAOperand(MI)) { in matchSDWAOperands() local 1122 for (auto &Operand : SDWAOperands) { in convertToSDWA() local 1205 const auto &Operand = OperandPair.second; in runOnMachineFunction() local 1218 const auto &Operand = OperandPair.second; in runOnMachineFunction() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFExpression.cpp | 129 for (unsigned Operand = 0; Operand < 2; ++Operand) { in extract() local 211 unsigned Operand) { in prettyPrintBaseTypeRef() 280 for (unsigned Operand = 0; Operand < 2; ++Operand) { in print() local 358 for (unsigned Operand = 0; Operand < 2; ++Operand) { in verify() local
|
/aosp_15_r20/external/vixl/src/aarch64/ |
H A D | operands-aarch64.cc | 148 Operand::Operand(int64_t immediate) in Operand() function in vixl::aarch64::Operand 155 Operand::Operand(IntegerOperand immediate) in Operand() function in vixl::aarch64::Operand 162 Operand::Operand(Register reg, Shift shift, unsigned shift_amount) in Operand() function in vixl::aarch64::Operand 174 Operand::Operand(Register reg, Extend extend, unsigned shift_amount) in Operand() function in vixl::aarch64::Operand
|
/aosp_15_r20/external/vixl/src/aarch32/ |
H A D | operands-aarch32.h | 56 Operand(uint32_t immediate) // NOLINT(runtime/explicit) in Operand() function 58 Operand(int32_t immediate) // NOLINT(runtime/explicit) in Operand() function 65 Operand(Register rm) // NOLINT(runtime/explicit) in Operand() function 73 Operand(Register rm, Shift shift) in Operand() function 83 Operand(Register rm, Shift shift, uint32_t amount) in Operand() function 111 Operand(Register rm, Shift shift, Register rs) in Operand() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | SIPeepholeSDWA.cpp | 470 MachineOperand *Operand = TII->getNamedOperand(MI, AMDGPU::OpName::vdst); in convertToSDWA() local 849 static raw_ostream& operator<<(raw_ostream &OS, const SDWAOperand &Operand) { in operator <<() 857 if (auto Operand = matchSDWAOperand(MI)) { in matchSDWAOperands() local 1145 for (auto &Operand : SDWAOperands) { in convertToSDWA() local 1228 const auto &Operand = OperandPair.second; in runOnMachineFunction() local 1241 const auto &Operand = OperandPair.second; in runOnMachineFunction() local
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/utils/vscode/src/parser/ |
D | parser.go | 788 type Operand struct { struct 789 Name string // name of the operand 790 Kind *schema.OperandKind // kind of the operand 791 Tokens []*Token // all the tokens that make up the operand 792 Parameters []*Operand // all the parameters for the operand
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/utils/vscode/src/parser/ |
H A D | parser.go | 788 type Operand struct { struct 789 Name string // name of the operand 790 Kind *schema.OperandKind // kind of the operand 791 Tokens []*Token // all the tokens that make up the operand 792 Parameters []*Operand // all the parameters for the operand
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/parser/ |
H A D | parser.go | 788 type Operand struct { struct 789 Name string // name of the operand 790 Kind *schema.OperandKind // kind of the operand 791 Tokens []*Token // all the tokens that make up the operand 792 Parameters []*Operand // all the parameters for the operand
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/MCTargetDesc/ |
H A D | PPCELFStreamer.cpp | 140 const MCOperand &Operand = Inst.getOperand(Inst.getNumOperands() - 1); in emitGOTToPCRelReloc() local 175 const MCOperand &Operand = Inst.getOperand(Inst.getNumOperands() - 1); in emitGOTToPCRelLabel() local 211 const MCOperand &Operand = Inst.getOperand(LastOp); in isPartOfGOTToPCRelPair() local
|
/aosp_15_r20/external/oboe/samples/RhythmGame/third_party/glm/gtx/ |
H A D | simd_mat4.inl | 175 __m128 Operand = _mm_set_ps1(s); local 188 __m128 Operand = _mm_set_ps1(s); local 201 __m128 Operand = _mm_set_ps1(s); local 214 __m128 Operand = _mm_div_ps(one, _mm_set_ps1(s)); local
|