Home
last modified time | relevance | path

Searched defs:Operand (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dlowering.h241 struct Operand { struct
243 static bool Capture(Inst *inst, OperandsCapture<MAX_OPERANDS> &args, in Capture() argument
/arkcompiler/ets_frontend/es2panda/ir/
Dirnode.h97 using Operand = std::variant<compiler::VReg, double, int64_t, util::StringView, Label *>; variable
/arkcompiler/ets_frontend/ets2panda/ir/
Dirnode.h108 using Operand = std::variant<compiler::VReg, double, int64_t, util::StringView, Label *>; variable
/arkcompiler/runtime_core/static_core/compiler/optimizer/templates/
Dinstructions.rb60 class Operand class
/arkcompiler/runtime_core/compiler/optimizer/templates/
Dinstructions.rb60 class Operand class
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/
Dassembler_x64.cpp768 Operand::Operand(Register base, int32_t disp) in Operand() function in panda::ecmascript::x64::Operand
787 Operand::Operand(Register base, Register index, Scale scale, int32_t disp) in Operand() function in panda::ecmascript::x64::Operand
805 Operand::Operand(Register index, Scale scale, int32_t disp) in Operand() function in panda::ecmascript::x64::Operand
Dassembler_x64.h298 friend class Operand; variable
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
Dassembler_aarch64.h161 Operand(Immediate imm) in Operand() function
/arkcompiler/runtime_core/isa/
Disapi.rb357 class Operand class
/arkcompiler/runtime_core/static_core/isa/
Disapi.rb326 class Operand class
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Doperand.h74 Operand(OperandType type, uint32 size) : opndKind(type), size(size) {} in Operand() function