aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/aarch64/vm/nativeInst_aarch64.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/aarch64/vm/nativeInst_aarch64.cpp')
-rw-r--r--src/cpu/aarch64/vm/nativeInst_aarch64.cpp23
1 files changed, 0 insertions, 23 deletions
diff --git a/src/cpu/aarch64/vm/nativeInst_aarch64.cpp b/src/cpu/aarch64/vm/nativeInst_aarch64.cpp
index 30112d1df..8b06b871c 100644
--- a/src/cpu/aarch64/vm/nativeInst_aarch64.cpp
+++ b/src/cpu/aarch64/vm/nativeInst_aarch64.cpp
@@ -48,8 +48,6 @@ address NativeCall::destination() const {
return instruction_address() + displacement();
}
-void NativeCall::print() { Unimplemented(); }
-
// Inserts a native call instruction at a given pc
void NativeCall::insert(address code_pos, address entry) { Unimplemented(); }
@@ -83,12 +81,8 @@ void NativeMovConstReg::print() {
//-------------------------------------------------------------------
-int NativeMovRegMem::instruction_start() const { Unimplemented(); return 0; }
-
address NativeMovRegMem::instruction_address() const { return addr_at(instruction_offset); }
-address NativeMovRegMem::next_instruction_address() const { Unimplemented(); return 0; }
-
int NativeMovRegMem::offset() const {
address pc = instruction_address();
unsigned insn = *(unsigned*)pc;
@@ -117,23 +111,11 @@ void NativeMovRegMem::verify() {
#endif
}
-
-void NativeMovRegMem::print() { Unimplemented(); }
-
-//-------------------------------------------------------------------
-
-void NativeLoadAddress::verify() { Unimplemented(); }
-
-
-void NativeLoadAddress::print() { Unimplemented(); }
-
//--------------------------------------------------------------------------------
void NativeJump::verify() { ; }
-void NativeJump::insert(address code_pos, address entry) { Unimplemented(); }
-
void NativeJump::check_verified_entry_alignment(address entry, address verified_entry) {
}
@@ -222,11 +204,6 @@ void NativeJump::patch_verified_entry(address entry, address verified_entry, add
}
-void NativePopReg::insert(address code_pos, Register reg) { Unimplemented(); }
-
-
-void NativeIllegalInstruction::insert(address code_pos) { Unimplemented(); }
-
void NativeGeneralJump::verify() { }