Searched refs:INSNT0 (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/VEX/priv/ |
D | guest_arm_toIR.c | 8931 # define INSNT0(_bMax,_bMin) SLICE_UInt( ((insnv6m >> 16) & 0xFFFF), \ in decode_V6MEDIA_instruction() macro 8951 if (INSNT0(15,4) == 0xFB1 && INSNT1(15,12) == BITS4(1,1,1,1) in decode_V6MEDIA_instruction() 8955 regN = INSNT0(3,0); in decode_V6MEDIA_instruction() 9009 if (INSNT0(15,4) == 0xFB3 && INSNT1(15,12) == BITS4(1,1,1,1) in decode_V6MEDIA_instruction() 9011 regN = INSNT0(3,0); in decode_V6MEDIA_instruction() 9071 if (INSNT0(15,4) == 0xEAC in decode_V6MEDIA_instruction() 9073 regN = INSNT0(3,0); in decode_V6MEDIA_instruction() 9130 if (INSNT0(15,6) == BITS10(1,1,1,1,0,0,1,1,1,0) in decode_V6MEDIA_instruction() 9131 && INSNT0(4,4) == 0 in decode_V6MEDIA_instruction() 9134 regN = INSNT0(3,0); in decode_V6MEDIA_instruction() [all …]
|