Home
last modified time | relevance | path

Searched defs:RegOperand (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Dcfi.h123 class RegOperand : public maplebe::OperandVisitable<RegOperand> { class
125 RegOperand(uint32 no, uint32 size) : OperandVisitable(kOpdRegister, size), regNO(no) {} in RegOperand() function in cfi::RegOperand
[all...]
H A Doperand.h240 class RegOperand : public OperandVisitable<RegOperand> { class
242 RegOperand(regno_t regNum, uint32 size, RegType type, uint32 flg = 0) in RegOperand() function in maplebe::RegOperand
[all...]

Completed in 3 milliseconds