Home
last modified time | relevance | path

Searched defs:Operand (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/templates/
H A Dinstructions.rb60 class Operand class
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dlowering.h241 struct Operand { struct
[all...]
/arkcompiler/runtime_core/static_core/compiler/optimizer/templates/
H A Dinstructions.rb60 class Operand class
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/
H A Dassembler_x64.h61 class Operand { class
[all...]
H A 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(Registe function in panda::ecmascript::x64::Operand
[all...]
/arkcompiler/runtime_core/isa/
H A Disapi.rb353 class Operand class
[all...]
/arkcompiler/runtime_core/static_core/isa/
H A Disapi.rb326 class Operand class
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
H A Dassembler_aarch64.h157 class Operand { class
159 Operand(Immediate imm) in Operand() function in panda::ecmascript::aarch64::Operand
164 Operand(Register reg, Shift shift = Shift::LSL, uint8_t shift_amount = 0) in Operand() function in panda::ecmascript::aarch64::Operand
168 Operand(Register reg, Extend extend, uint8_t shiftAmount = 0) in Operand() function in panda::ecmascript::aarch64::Operand
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Doperand.h54 class Operand { class
74 Operand(OperandType type, uint32 size) : opndKind(type), size(size) {} in Operand() function in maplebe::Operand
[all...]

Completed in 8 milliseconds