HomeSort by: relevance | last modified time | path
    Searched defs:fcond (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/config/
tc-arm.c 15827 unsigned fcond = mve_get_vcmp_vpt_cond (et);
15854 inst.instruction |= (fcond & 0x2) >> 1;
15861 inst.instruction |= (fcond & 0x2) << 4;
15865 inst.instruction |= (fcond & 0x4) << 10;
15866 inst.instruction |= (fcond & 0x1) << 7;
15909 unsigned fcond = mve_get_vcmp_vpt_cond (et);
15913 inst.instruction |= (fcond & 0x4) << 10;
15914 inst.instruction |= (fcond & 0x1) << 7;
15930 inst.instruction |= (fcond & 0x2) >> 1;
15938 inst.instruction |= (fcond & 0x2) << 4
15822 unsigned fcond = mve_get_vcmp_vpt_cond (et); local
15904 unsigned fcond = mve_get_vcmp_vpt_cond (et); local
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-arm.c 15830 unsigned fcond = mve_get_vcmp_vpt_cond (et);
15857 inst.instruction |= (fcond & 0x2) >> 1;
15864 inst.instruction |= (fcond & 0x2) << 4;
15868 inst.instruction |= (fcond & 0x4) << 10;
15869 inst.instruction |= (fcond & 0x1) << 7;
15912 unsigned fcond = mve_get_vcmp_vpt_cond (et);
15916 inst.instruction |= (fcond & 0x4) << 10;
15917 inst.instruction |= (fcond & 0x1) << 7;
15933 inst.instruction |= (fcond & 0x2) >> 1;
15941 inst.instruction |= (fcond & 0x2) << 4
15825 unsigned fcond = mve_get_vcmp_vpt_cond (et); local
15907 unsigned fcond = mve_get_vcmp_vpt_cond (et); local
    [all...]

Completed in 47 milliseconds