Home
last modified time | relevance | path

Searched refs:INSNA (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/VEX/priv/
Dguest_arm_toIR.c8930 # define INSNA(_bMax,_bMin) SLICE_UInt(insnv6m, (_bMax), (_bMin)) in decode_V6MEDIA_instruction() macro
8941 vassert(INSNA(31,28) == BITS4(0,0,0,0)); // caller's obligation in decode_V6MEDIA_instruction()
8962 if (BITS8(0,0,0,1,0,1,1,0) == INSNA(27,20) && in decode_V6MEDIA_instruction()
8963 BITS4(0,0,0,0) == INSNA(15,12) && in decode_V6MEDIA_instruction()
8964 BITS4(1,0,0,0) == (INSNA(7,4) & BITS4(1,0,0,1)) ) { in decode_V6MEDIA_instruction()
8965 regD = INSNA(19,16); in decode_V6MEDIA_instruction()
8966 regM = INSNA(11,8); in decode_V6MEDIA_instruction()
8967 regN = INSNA(3,0); in decode_V6MEDIA_instruction()
8968 bitM = INSNA(6,6); in decode_V6MEDIA_instruction()
8969 bitN = INSNA(5,5); in decode_V6MEDIA_instruction()
[all …]