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

  /src/external/gpl3/binutils/dist/gas/config/
tc-metag.c 196 unsigned short post_increment:1; member in struct:__anon10066
609 addr->post_increment = 1;
803 addr->post_increment = 1;
810 addr->post_increment = 0;
1125 if (addr.post_increment)
1761 dest_addr.post_increment != src_addr.post_increment)
1782 if (dest_addr.post_increment == 1 ||
1783 src_addr.post_increment == 1)
4420 addr->post_increment = 1
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-metag.c 196 unsigned short post_increment:1; member in struct:__anon11538
609 addr->post_increment = 1;
803 addr->post_increment = 1;
810 addr->post_increment = 0;
1125 if (addr.post_increment)
1761 dest_addr.post_increment != src_addr.post_increment)
1782 if (dest_addr.post_increment == 1 ||
1783 src_addr.post_increment == 1)
4420 addr->post_increment = 1
    [all...]

Completed in 18 milliseconds