Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dguest_arm_toIR.c13896 UChar cvtc = '?'; in decode_V8_instruction() local
13902 case BITS2(0,0): cvtc = 'a'; rm = Irrm_NEAREST; break; in decode_V8_instruction()
13903 case BITS2(0,1): cvtc = 'n'; rm = Irrm_NEAREST; break; in decode_V8_instruction()
13904 case BITS2(1,0): cvtc = 'p'; rm = Irrm_PosINF; break; in decode_V8_instruction()
13905 case BITS2(1,1): cvtc = 'm'; rm = Irrm_NegINF; break; in decode_V8_instruction()
13943 cvtc, isU ? 'u' : 's', rch, dd >> sh, rch, mm >> sh); in decode_V8_instruction()
13985 UChar cvtc = '?'; in decode_V8_instruction() local
13994 case BITS3(0,1,0): cvtc = 'a'; rm = Irrm_NEAREST; break; in decode_V8_instruction()
13995 case BITS3(0,0,0): cvtc = 'n'; rm = Irrm_NEAREST; break; in decode_V8_instruction()
13996 case BITS3(1,1,1): cvtc = 'p'; rm = Irrm_PosINF; break; in decode_V8_instruction()
[all …]