| /third_party/skia/third_party/externals/spirv-tools/source/val/ |
| H A D | validate_builtins.cpp | 1137 uint32_t operand = decoration.params()[0]; in ValidateClipOrCullDistanceAtReference() local 2461 uint32_t operand = decoration.params()[0]; in ValidateTessLevelAtReference() local 2682 uint32_t operand = decoration.params()[0]; in ValidateLayerOrViewportIndexAtReference() local 3128 uint32_t operand = decoration.params()[0]; ValidateBaseInstanceOrVertexAtReference() local 3195 uint32_t operand = decoration.params()[0]; ValidateDrawIndexAtReference() local 3262 uint32_t operand = decoration.params()[0]; ValidateViewIndexAtReference() local 3326 uint32_t operand = decoration.params()[0]; ValidateDeviceIndexAtReference() local [all...] |
| H A D | validate_cfg.cpp | 314 uint32_t operand = 3; in ValidateLoopMerge() local [all...] |
| H A D | validate_extensions.cpp | 84 auto* operand = _.FindDef(inst->word(word_index)); in ValidateOperandForDebugInfo() local 3105 auto* operand = _.FindDef(inst->word(6)); ValidateExtInst() local 3204 auto* operand = _.FindDef(inst->word(12)); ValidateExtInst() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
| H A D | validate_builtins.cpp | 1137 uint32_t operand = decoration.params()[0]; in ValidateClipOrCullDistanceAtReference() local 2461 uint32_t operand = decoration.params()[0]; in ValidateTessLevelAtReference() local 2682 uint32_t operand = decoration.params()[0]; in ValidateLayerOrViewportIndexAtReference() local 3128 uint32_t operand = decoration.params()[0]; ValidateBaseInstanceOrVertexAtReference() local 3195 uint32_t operand = decoration.params()[0]; ValidateDrawIndexAtReference() local 3262 uint32_t operand = decoration.params()[0]; ValidateViewIndexAtReference() local 3326 uint32_t operand = decoration.params()[0]; ValidateDeviceIndexAtReference() local [all...] |
| H A D | validate_cfg.cpp | 314 uint32_t operand = 3; in ValidateLoopMerge() local [all...] |
| H A D | validate_extensions.cpp | 84 auto* operand = _.FindDef(inst->word(word_index)); in ValidateOperandForDebugInfo() local 3105 auto* operand = _.FindDef(inst->word(6)); ValidateExtInst() local 3204 auto* operand = _.FindDef(inst->word(12)); ValidateExtInst() local [all...] |
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | plurrule.cpp | 918 PluralOperand operand = tokenTypeToPluralOperand(digitsType); in isFulfilled() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/Disassembler/ |
| H A D | X86Disassembler.cpp | 1866 translateImmediate(MCInst &mcInst, uint64_t immediate, const OperandSpecifier &operand, InternalInstruction &insn, const MCDisassembler *Dis) translateImmediate() argument 2170 translateRM(MCInst &mcInst, const OperandSpecifier &operand, InternalInstruction &insn, const MCDisassembler *Dis) translateRM() argument 2233 translateOperand(MCInst &mcInst, const OperandSpecifier &operand, InternalInstruction &insn, const MCDisassembler *Dis) translateOperand() argument [all...] |
| /third_party/vixl/src/aarch32/ |
| H A D | disasm-aarch32.h | 235 PrintMemOperand(LocationType location_type, const MemOperand& operand) in PrintMemOperand() argument 425 virtual DisassemblerStream& operator<<(const Operand& operand) { in operator <<() argument 246 PrintAlignedMemOperand(LocationType location_type, const AlignedMemOperand& operand) PrintAlignedMemOperand() argument 451 operator <<(const SOperand& operand) operator <<() argument 457 operator <<(const DOperand& operand) operator <<() argument 463 operator <<(const QOperand& operand) operator <<() argument 469 operator <<(const MemOperand& operand) operator <<() argument 502 operator <<(const PrintMemOperand& operand) operator <<() argument 505 operator <<(const AlignedMemOperand& operand) operator <<() argument 517 operator <<( const PrintAlignedMemOperand& operand) operator <<() argument [all...] |
| /third_party/vixl/src/aarch64/ |
| H A D | operands-aarch64.h | 757 explicit IntegerOperand(const Operand& operand) in IntegerOperand() argument
|
| /third_party/spirv-tools/source/opt/ |
| H A D | ir_context.cpp | 488 auto& operand = it->GetOperand(kDebugFunctionOperandFunctionIndex); in KillOperandFromDebugInstructions() local 502 auto& operand = it->GetOperand(kDebugGlobalVariableOperandVariableIndex); in KillOperandFromDebugInstructions() local
|
| /third_party/spirv-tools/source/val/ |
| H A D | validate_builtins.cpp | 1148 uint32_t operand = decoration.params()[0]; in ValidateClipOrCullDistanceAtReference() local 2489 uint32_t operand = decoration.params()[0]; in ValidateTessLevelAtReference() local 2710 uint32_t operand = decoration.params()[0]; in ValidateLayerOrViewportIndexAtReference() local 3242 uint32_t operand = decoration.params()[0]; ValidateBaseInstanceOrVertexAtReference() local 3309 uint32_t operand = decoration.params()[0]; ValidateDrawIndexAtReference() local 3379 uint32_t operand = decoration.params()[0]; ValidateViewIndexAtReference() local 3443 uint32_t operand = decoration.params()[0]; ValidateDeviceIndexAtReference() local [all...] |
| H A D | validate_cfg.cpp | 320 uint32_t operand = 3; in ValidateLoopMerge() local [all...] |
| /third_party/glslang/glslang/MachineIndependent/ |
| H A D | Intermediate.cpp | 3256 TIntermTyped* operand = node.getOperand(); promoteUnary() local [all...] |
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| H A D | PluralRules.java | 550 public double getPluralOperand(Operand operand); in getPluralOperand() argument 889 public double getPluralOperand(Operand operand) { in getPluralOperand() argument 1699 private final Operand operand; field in PluralRules.RangeConstraint 1701 RangeConstraint(int mod, boolean inRange, Operand operand, boolean integersOnly, double lowBound, double highBound, long[] vals) RangeConstraint() argument [all...] |
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
| H A D | PluralRules.java | 509 public double getPluralOperand(Operand operand); in getPluralOperand() argument 843 public double getPluralOperand(Operand operand) { in getPluralOperand() argument 1619 private final Operand operand; field in PluralRules.RangeConstraint 1621 RangeConstraint(int mod, boolean inRange, Operand operand, boolea argument [all...] |
| /third_party/ltp/tools/sparse/sparse-src/ |
| H A D | example.c | 153 struct operand { struct [all...] |
| /third_party/node/deps/v8/src/compiler/backend/arm64/ |
| H A D | code-generator-arm64.cc | 212 Operand ToImmediate(InstructionOperand* operand) { in ToImmediate() argument
|
| /third_party/node/deps/v8/src/compiler/backend/mips64/ |
| H A D | code-generator-mips64.cc | 1675 MemOperand operand = i.MemoryOperand(&index); in AssembleArchInstruction() local 1685 MemOperand operand = i.MemoryOperand(&index); in AssembleArchInstruction() local
|
| /third_party/node/deps/v8/src/compiler/backend/ppc/ |
| H A D | code-generator-ppc.cc | 1994 MemOperand operand = i.MemoryOperand(&mode); AssembleArchInstruction() local 2029 MemOperand operand = i.MemoryOperand(&mode, &index); AssembleArchInstruction() local 3495 MemOperand operand = i.MemoryOperand(&mode, &index); AssembleArchInstruction() local 3507 MemOperand operand = i.MemoryOperand(&mode, &index); AssembleArchInstruction() local 3521 MemOperand operand = i.MemoryOperand(&mode, &index); AssembleArchInstruction() local 3535 MemOperand operand = i.MemoryOperand(&mode, &index); AssembleArchInstruction() local 3546 MemOperand operand = i.MemoryOperand(&mode, &index); AssembleArchInstruction() local 3557 MemOperand operand = i.MemoryOperand(&mode, &index); AssembleArchInstruction() local 3569 MemOperand operand = i.MemoryOperand(&mode, &index); AssembleArchInstruction() local 3581 MemOperand operand = i.MemoryOperand(&mode, &index); AssembleArchInstruction() local [all...] |
| /third_party/node/deps/v8/src/compiler/backend/ia32/ |
| H A D | code-generator-ia32.cc | 70 Immediate ToImmediate(InstructionOperand* operand) { in ToImmediate() argument 307 OutOfLineRecordWrite(CodeGenerator* gen, Register object, Operand operand, in OutOfLineRecordWrite() argument 971 Operand operand = i.MemoryOperand(&index); in AssembleArchInstruction() local 1571 Operand operand in AssembleArchInstruction() local 1587 Operand operand = i.MemoryOperand(&index); AssembleArchInstruction() local 1600 Operand operand = i.MemoryOperand(&index); AssembleArchInstruction() local 1613 Operand operand = i.MemoryOperand(&index); AssembleArchInstruction() local 1622 Operand operand = i.MemoryOperand(&index); AssembleArchInstruction() local 1631 Operand operand = i.MemoryOperand(&index); AssembleArchInstruction() local 1700 Operand operand = i.MemoryOperand(&index); AssembleArchInstruction() local 2733 Operand operand = i.MemoryOperand(&index); AssembleArchInstruction() local 2745 Operand operand = i.MemoryOperand(&index); AssembleArchInstruction() local 2756 Operand operand = i.MemoryOperand(&index); AssembleArchInstruction() local [all...] |
| /third_party/node/deps/v8/src/compiler/backend/mips/ |
| H A D | code-generator-mips.cc | 1561 MemOperand operand = i.MemoryOperand(&index); in AssembleArchInstruction() local 1571 MemOperand operand = i.MemoryOperand(&index); in AssembleArchInstruction() local
|
| /third_party/node/deps/v8/src/compiler/backend/loong64/ |
| H A D | code-generator-loong64.cc | 1509 MemOperand operand = i.MemoryOperand(&index); in AssembleArchInstruction() local
|
| /third_party/node/deps/v8/src/compiler/backend/riscv64/ |
| H A D | code-generator-riscv64.cc | 1644 MemOperand operand = i.MemoryOperand(&index); in AssembleArchInstruction() local 1654 MemOperand operand = i.MemoryOperand(&index); in AssembleArchInstruction() local 1919 MemOperand operand = i.MemoryOperand(&index); in AssembleArchInstruction() local 1926 MemOperand operand = i.MemoryOperand(); in AssembleArchInstruction() local 1933 MemOperand operand = i.MemoryOperand(); in AssembleArchInstruction() local 1940 MemOperand operand = i.MemoryOperand(); AssembleArchInstruction() local [all...] |
| /third_party/node/deps/v8/src/codegen/arm64/ |
| H A D | macro-assembler-arm64-inl.h | 38 void TurboAssembler::Tst(const Register& rn, const Operand& operand) { in Tst() argument 40 LogicalMacro(AppropriateZeroRegFor(rn), rn, operand, ANDS); in Tst() local 24 And(const Register& rd, const Register& rn, const Operand& operand) And() argument 31 Ands(const Register& rd, const Register& rn, const Operand& operand) Ands() argument 43 Bic(const Register& rd, const Register& rn, const Operand& operand) Bic() argument 50 Bics(const Register& rd, const Register& rn, const Operand& operand) Bics() argument 57 Orr(const Register& rd, const Register& rn, const Operand& operand) Orr() argument 64 Orn(const Register& rd, const Register& rn, const Operand& operand) Orn() argument 71 Eor(const Register& rd, const Register& rn, const Operand& operand) Eor() argument 78 Eon(const Register& rd, const Register& rn, const Operand& operand) Eon() argument 85 Ccmp(const Register& rn, const Operand& operand, StatusFlags nzcv, Condition cond) Ccmp() argument 95 CcmpTagged(const Register& rn, const Operand& operand, StatusFlags nzcv, Condition cond) CcmpTagged() argument 104 Ccmn(const Register& rn, const Operand& operand, StatusFlags nzcv, Condition cond) Ccmn() argument 114 Add(const Register& rd, const Register& rn, const Operand& operand) Add() argument 125 Adds(const Register& rd, const Register& rn, const Operand& operand) Adds() argument 136 Sub(const Register& rd, const Register& rn, const Operand& operand) Sub() argument 147 Subs(const Register& rd, const Register& rn, const Operand& operand) Subs() argument 158 Cmn(const Register& rn, const Operand& operand) Cmn() argument 160 Adds(AppropriateZeroRegFor(rn), rn, operand); Cmn() local 163 Cmp(const Register& rn, const Operand& operand) Cmp() argument 165 Subs(AppropriateZeroRegFor(rn), rn, operand); Cmp() local 168 CmpTagged(const Register& rn, const Operand& operand) CmpTagged() argument 176 Neg(const Register& rd, const Operand& operand) Neg() argument 186 Negs(const Register& rd, const Operand& operand) Negs() argument 191 Adc(const Register& rd, const Register& rn, const Operand& operand) Adc() argument 198 Adcs(const Register& rd, const Register& rn, const Operand& operand) Adcs() argument 205 Sbc(const Register& rd, const Register& rn, const Operand& operand) Sbc() argument 212 Sbcs(const Register& rd, const Register& rn, const Operand& operand) Sbcs() argument 219 Ngc(const Register& rd, const Operand& operand) Ngc() argument 226 Ngcs(const Register& rd, const Operand& operand) Ngcs() argument 768 Ldr(const CPURegister& rt, const Operand& operand) Ldr() argument [all...] |