MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / get_shift

Function get_shift

arch/arm64/disassembler/format.c:125–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123};
124
125const char *get_shift(ShiftType shift)
126{
127 if (shift <= ShiftType_NONE || shift >= ShiftType_END)
128 return NULL;
129
130 return ShiftString[shift];
131}
132
133//-----------------------------------------------------------------------------
134// operand processing helpers

Callers 4

get_shifted_registerFunction · 0.70
get_memory_operandFunction · 0.70
get_shifted_immediateFunction · 0.70
tokenize_shiftMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected