/third_party/node/deps/v8/src/baseline/mips64/ |
H A D | baseline-assembler-mips64-inl.h | 202 void BaselineAssembler::JumpIfTagged(Condition cc, MemOperand operand, in JumpIfTagged() argument 172 JumpIfPointer(Condition cc, Register value, MemOperand operand, Label* target, Label::Distance) JumpIfPointer() argument 194 JumpIfTagged(Condition cc, Register value, MemOperand operand, Label* target, Label::Distance) JumpIfTagged() argument
|
/third_party/node/deps/v8/src/baseline/ppc/ |
H A D | baseline-assembler-ppc-inl.h | 315 void BaselineAssembler::JumpIfTagged(Condition cc, MemOperand operand, in JumpIfTagged() argument 281 JumpIfPointer(Condition cc, Register value, MemOperand operand, Label* target, Label::Distance) JumpIfPointer() argument 307 JumpIfTagged(Condition cc, Register value, MemOperand operand, Label* target, Label::Distance) JumpIfTagged() argument
|
/third_party/node/deps/v8/src/codegen/mips/ |
H A D | macro-assembler-mips.h | 197 inline void Move(Register output, MemOperand operand) { Lw(output, operand); } in Move() argument
|
/third_party/node/deps/v8/src/codegen/riscv64/ |
H A D | macro-assembler-riscv64.h | 202 inline void Move(Register output, MemOperand operand) { Ld(output, operand); } in Move() argument
|
/third_party/node/deps/v8/src/baseline/arm/ |
H A D | baseline-assembler-arm-inl.h | 212 void BaselineAssembler::JumpIfTagged(Condition cc, MemOperand operand, in JumpIfTagged() argument 185 JumpIfPointer(Condition cc, Register value, MemOperand operand, Label* target, Label::Distance) JumpIfPointer() argument 204 JumpIfTagged(Condition cc, Register value, MemOperand operand, Label* target, Label::Distance) JumpIfTagged() argument
|
/third_party/node/deps/v8/src/baseline/x64/ |
H A D | baseline-assembler-x64-inl.h | 213 void BaselineAssembler::JumpIfTagged(Condition cc, MemOperand operand, in JumpIfTagged() argument 265 inline void PushSingle(MacroAssembler* masm, MemOperand operand) { in PushSingle() argument 182 JumpIfPointer(Condition cc, Register value, MemOperand operand, Label* target, Label::Distance distance) JumpIfPointer() argument 207 JumpIfTagged(Condition cc, Register value, MemOperand operand, Label* target, Label::Distance distance) JumpIfTagged() argument
|
/third_party/node/deps/v8/src/base/numbers/ |
H A D | bignum.cc | 132 void Bignum::AddUInt64(uint64_t operand) { in AddUInt64() argument
|
/third_party/node/deps/v8/src/baseline/arm64/ |
H A D | baseline-assembler-arm64-inl.h | 228 void BaselineAssembler::JumpIfTagged(Condition cc, MemOperand operand, in JumpIfTagged() argument 200 JumpIfPointer(Condition cc, Register value, MemOperand operand, Label* target, Label::Distance) JumpIfPointer() argument 220 JumpIfTagged(Condition cc, Register value, MemOperand operand, Label* target, Label::Distance) JumpIfTagged() argument
|
/third_party/node/deps/v8/src/codegen/loong64/ |
H A D | macro-assembler-loong64.h | 164 inline void Move(Register output, MemOperand operand) { in Move() argument
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/ |
H A D | IntermRebuild.cpp | 563 auto *const operand = node.getOperand(); in traverseSwizzleChildren() local 627 auto *const operand = node.getOperand(); in traverseUnaryChildren() local
|
/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...] |
/kernel/linux/linux-5.10/drivers/dma/idxd/ |
H A D | registers.h | 158 u32 operand:20; member
|
/kernel/linux/linux-5.10/arch/x86/kvm/ |
H A D | kvm_emulate.h | 243 struct operand { struct [all...] |