Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dlowering.h240 struct Operand { struct
242 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_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_ico.cpp287 Operand *AArch64ICOIfThenElsePattern::GetDestReg(const std::map<Operand *, std::vector<Operand *>> … in GetDestReg()
308const std::map<Operand *, std::vector<Operand *>> &ifDestSrcMap, in BuildCondMovInsn()
388std::map<Operand *, std::vector<Operand *>> &destSrcMap, in CheckModifiedRegister()
464 bool AArch64ICOIfThenElsePattern::CheckCondMoveBB(BB *bb, std::map<Operand *, std::vector<Operand *… in CheckCondMoveBB()
/arkcompiler/ets_frontend/ets2panda/ir/
Dirnode.h108 using Operand = std::variant<compiler::VReg, double, int64_t, util::StringView, Label *>; variable
/arkcompiler/runtime_core/compiler/optimizer/templates/
Dinstructions.rb60 class Operand class
/arkcompiler/runtime_core/static_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.h290 friend class Operand; variable
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
Dassembler_aarch64.h159 Operand(Immediate imm) in Operand() function
/arkcompiler/runtime_core/isa/
Disapi.rb333 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.h75 Operand(OperandType type, uint32 size) : opndKind(type), size(size) {} in Operand() function