Searched defs:disp (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/test/aottest/stsuperbyname/ |
| D | stsuperbyname.ts | 27 disp() { method in Dog
|
| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/ |
| D | assembler_x64.cpp | 743 int32_t disp = static_cast<int32_t>(pos - linkPos - sizeof(int32_t)); in Bind() local 753 int32_t disp = static_cast<int32_t>(pos - linkPos - sizeof(int8_t)); in Bind() local 767 Operand::Operand(Register base, int32_t disp) in Operand() 786 Operand::Operand(Register base, Register index, Scale scale, int32_t disp) in Operand() 804 Operand::Operand(Register index, Scale scale, int32_t disp) in Operand() 825 void Operand::BuildDisp8(int32_t disp) in BuildDisp8() 831 void Operand::BuildDisp32(int32_t disp) in BuildDisp32()
|
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/ |
| D | operands.h | 701 MemRef(Reg base, ssize_t disp) : MemRef(base, INVALID_REGISTER, 0, disp) {} in MemRef() 703 …MemRef(Reg base, Reg index, uint16_t scale, ssize_t disp) : disp_(disp), scale_(scale), base_(base… in MemRef()
|
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/target/aarch64/ |
| D | target.h | 236 auto disp = mem.GetDisp(); in ConvertMem() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/ |
| D | assembler_aarch64.cpp | 1049 int32_t disp = static_cast<int32_t>(pos - linkPos); in Bind() local 1101 void AssemblerAarch64::SetRealOffsetToBranchInst(uint32_t linkPos, int32_t disp) in SetRealOffsetToBranchInst()
|