• Home
  • Raw
  • Download

Lines Matching refs:isQ

13800       Bool isQ    = INSN(6,6) == 1;  in decode_V8_instruction()  local
13809 if (! (isQ && ((dd & 1) == 1 || (nn & 1) == 1 || (mm & 1) == 1))) { in decode_V8_instruction()
13830 IRTemp r2 = isQ ? newTemp(Ity_F32) : IRTemp_INVALID; in decode_V8_instruction()
13831 IRTemp r3 = isQ ? newTemp(Ity_F32) : IRTemp_INVALID; in decode_V8_instruction()
13837 if (isQ) { in decode_V8_instruction()
13845 if (isQ) { in decode_V8_instruction()
13850 HChar rch = isQ ? 'q' : 'd'; in decode_V8_instruction()
13851 UInt sh = isQ ? 1 : 0; in decode_V8_instruction()
13876 Bool isQ = INSN(6,6) == 1; in decode_V8_instruction() local
13884 if (! (isQ && ((dd & 1) == 1 || (mm & 1) == 1))) { in decode_V8_instruction()
13913 IRTemp r2 = isQ ? newTemp(Ity_F32) : IRTemp_INVALID; in decode_V8_instruction()
13914 IRTemp r3 = isQ ? newTemp(Ity_F32) : IRTemp_INVALID; in decode_V8_instruction()
13924 if (isQ) { in decode_V8_instruction()
13935 if (isQ) { in decode_V8_instruction()
13940 HChar rch = isQ ? 'q' : 'd'; in decode_V8_instruction()
13941 UInt sh = isQ ? 1 : 0; in decode_V8_instruction()
13964 Bool isQ = INSN(6,6) == 1; in decode_V8_instruction() local
13973 && ! (isQ && ((dd & 1) == 1 || (mm & 1) == 1))) { in decode_V8_instruction()
14007 IRTemp r2 = isQ ? newTemp(Ity_F32) : IRTemp_INVALID; in decode_V8_instruction()
14008 IRTemp r3 = isQ ? newTemp(Ity_F32) : IRTemp_INVALID; in decode_V8_instruction()
14015 if (isQ) { in decode_V8_instruction()
14022 if (isQ) { in decode_V8_instruction()
14027 HChar rch = isQ ? 'q' : 'd'; in decode_V8_instruction()
14028 UInt sh = isQ ? 1 : 0; in decode_V8_instruction()