about summary refs log tree commit diff stats
path: root/src/dynarec/arm64/arm64_immenc.h
blob: 898df2361228420539e97c8e480a61be63d5dbb3 (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef __ARM64_IMMENC_H__
#define __ARM64_IMMENC_H__

#include <stdint.h>

int convert_bitmask(uint64_t bitmask);

#endif // __ARM64_IMMENC_H__