Home
last modified time | relevance | path

Searched defs:operand (Results 176 - 200 of 274) sorted by relevance

1234567891011

/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate_builtins.cpp1137 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 Dvalidate_cfg.cpp314 uint32_t operand = 3; in ValidateLoopMerge() local
[all...]
H A Dvalidate_extensions.cpp84 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 Dvalidate_builtins.cpp1137 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 Dvalidate_cfg.cpp314 uint32_t operand = 3; in ValidateLoopMerge() local
[all...]
H A Dvalidate_extensions.cpp84 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 Dplurrule.cpp918 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 DX86Disassembler.cpp1866 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 Ddisasm-aarch32.h235 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 Doperands-aarch64.h757 explicit IntegerOperand(const Operand& operand) in IntegerOperand() argument
/third_party/spirv-tools/source/opt/
H A Dir_context.cpp488 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 Dvalidate_builtins.cpp1148 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 Dvalidate_cfg.cpp320 uint32_t operand = 3; in ValidateLoopMerge() local
[all...]
/third_party/glslang/glslang/MachineIndependent/
H A DIntermediate.cpp3256 TIntermTyped* operand = node.getOperand(); promoteUnary() local
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DPluralRules.java550 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 DPluralRules.java509 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 Dexample.c153 struct operand { struct
[all...]
/third_party/node/deps/v8/src/compiler/backend/arm64/
H A Dcode-generator-arm64.cc212 Operand ToImmediate(InstructionOperand* operand) { in ToImmediate() argument
/third_party/node/deps/v8/src/compiler/backend/mips64/
H A Dcode-generator-mips64.cc1675 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 Dcode-generator-ppc.cc1994 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 Dcode-generator-ia32.cc70 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 Dcode-generator-mips.cc1561 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 Dcode-generator-loong64.cc1509 MemOperand operand = i.MemoryOperand(&index); in AssembleArchInstruction() local
/third_party/node/deps/v8/src/compiler/backend/riscv64/
H A Dcode-generator-riscv64.cc1644 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 Dmacro-assembler-arm64-inl.h38 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...]

Completed in 68 milliseconds

1234567891011