diff options
Diffstat (limited to 'compiler/utils/mips64/assembler_mips64.h')
-rw-r--r-- | compiler/utils/mips64/assembler_mips64.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/compiler/utils/mips64/assembler_mips64.h b/compiler/utils/mips64/assembler_mips64.h index 9f5e6aaa88..7a61f39e64 100644 --- a/compiler/utils/mips64/assembler_mips64.h +++ b/compiler/utils/mips64/assembler_mips64.h @@ -478,7 +478,11 @@ class Mips64Assembler FINAL : public Assembler, public JNIMacroAssembler<Pointer void Dsbh(GpuRegister rd, GpuRegister rt); // MIPS64 void Dshd(GpuRegister rd, GpuRegister rt); // MIPS64 void Dext(GpuRegister rs, GpuRegister rt, int pos, int size); // MIPS64 + void Ins(GpuRegister rt, GpuRegister rs, int pos, int size); + void Dins(GpuRegister rt, GpuRegister rs, int pos, int size); // MIPS64 + void Dinsm(GpuRegister rt, GpuRegister rs, int pos, int size); // MIPS64 void Dinsu(GpuRegister rt, GpuRegister rs, int pos, int size); // MIPS64 + void DblIns(GpuRegister rt, GpuRegister rs, int pos, int size); // MIPS64 void Lsa(GpuRegister rd, GpuRegister rs, GpuRegister rt, int saPlusOne); void Dlsa(GpuRegister rd, GpuRegister rs, GpuRegister rt, int saPlusOne); // MIPS64 void Wsbh(GpuRegister rd, GpuRegister rt); |