Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dguest_arm_toIR.c8992 # define INSNA(_bMax,_bMin) SLICE_UInt(insnv6m, (_bMax), (_bMin)) in decode_V6MEDIA_instruction() macro
9003 vassert(INSNA(31,28) == BITS4(0,0,0,0)); // caller's obligation in decode_V6MEDIA_instruction()
9024 if (BITS8(0,0,0,1,0,1,1,0) == INSNA(27,20) && in decode_V6MEDIA_instruction()
9025 BITS4(0,0,0,0) == INSNA(15,12) && in decode_V6MEDIA_instruction()
9026 BITS4(1,0,0,0) == (INSNA(7,4) & BITS4(1,0,0,1)) ) { in decode_V6MEDIA_instruction()
9027 regD = INSNA(19,16); in decode_V6MEDIA_instruction()
9028 regM = INSNA(11,8); in decode_V6MEDIA_instruction()
9029 regN = INSNA(3,0); in decode_V6MEDIA_instruction()
9030 bitM = INSNA(6,6); in decode_V6MEDIA_instruction()
9031 bitN = INSNA(5,5); in decode_V6MEDIA_instruction()
[all …]