Searched defs:Operand (Results 1 - 9 of 9) sorted by relevance
| /arkcompiler/runtime_core/compiler/optimizer/templates/ |
| H A D | instructions.rb | 60 class Operand class
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| H A D | lowering.h | 241 struct Operand { struct [all...] |
| /arkcompiler/runtime_core/static_core/compiler/optimizer/templates/ |
| H A D | instructions.rb | 60 class Operand class
|
| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/ |
| H A D | assembler_x64.h | 61 class Operand { class [all...] |
| H A 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(Registe function in panda::ecmascript::x64::Operand [all...] |
| /arkcompiler/runtime_core/isa/ |
| H A D | isapi.rb | 353 class Operand class [all...] |
| /arkcompiler/runtime_core/static_core/isa/ |
| H A D | isapi.rb | 326 class Operand class [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/ |
| H A D | assembler_aarch64.h | 157 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 D | operand.h | 54 class Operand { class 74 Operand(OperandType type, uint32 size) : opndKind(type), size(size) {} in Operand() function in maplebe::Operand [all...] |
Completed in 9 milliseconds