Searched defs:Operand (Results 1 – 6 of 6) sorted by relevance
/arkcompiler/ets_frontend/es2panda/ir/ |
D | irnode.h | 97 using Operand = std::variant<compiler::VReg, double, int64_t, util::StringView, Label *>; variable
|
/arkcompiler/runtime_core/compiler/optimizer/templates/ |
D | instructions.rb | 60 class Operand class
|
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/ |
D | assembler_x64.cpp | 768 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
|
D | assembler_x64.h | 290 friend class Operand; variable
|
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/ |
D | assembler_aarch64.h | 159 Operand(Immediate imm) in Operand() function
|
/arkcompiler/runtime_core/isa/ |
D | isapi.rb | 333 class Operand class
|