Searched refs:INSNT1 (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/VEX/priv/ |
D | guest_arm_toIR.c | 8933 # define INSNT1(_bMax,_bMin) SLICE_UInt( ((insnv6m >> 0) & 0xFFFF), \ in decode_V6MEDIA_instruction() macro 8951 if (INSNT0(15,4) == 0xFB1 && INSNT1(15,12) == BITS4(1,1,1,1) in decode_V6MEDIA_instruction() 8952 && INSNT1(7,6) == BITS2(0,0)) { in decode_V6MEDIA_instruction() 8953 regD = INSNT1(11,8); in decode_V6MEDIA_instruction() 8954 regM = INSNT1(3,0); in decode_V6MEDIA_instruction() 8956 bitM = INSNT1(4,4); in decode_V6MEDIA_instruction() 8957 bitN = INSNT1(5,5); in decode_V6MEDIA_instruction() 9009 if (INSNT0(15,4) == 0xFB3 && INSNT1(15,12) == BITS4(1,1,1,1) in decode_V6MEDIA_instruction() 9010 && INSNT1(7,5) == BITS3(0,0,0)) { in decode_V6MEDIA_instruction() 9012 regD = INSNT1(11,8); in decode_V6MEDIA_instruction() [all …]
|