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

  /src/external/gpl3/gcc/dist/gcc/config/i386/
x86-tune-sched-bd.cc 137 int imm_size; /* Total immediates in the window. */ member in struct:dispatch_windows_s
242 new_list->imm_size = 0;
455 int imm_size; local
465 imm_size = get_num_immediates (insn, &num_imm_operand, &num_imm32_operand,
467 if (window_list->imm_size + imm_size > MAX_IMM_SIZE
475 || (window_list->imm_size + imm_size == MAX_IMM_SIZE
563 int imm_size; local
575 imm_size = get_num_immediates (insn, &num_imm_operand, &num_imm32_operand
750 int imm_size; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
x86-tune-sched-bd.cc 137 int imm_size; /* Total immediates in the window. */ member in struct:dispatch_windows_s
242 new_list->imm_size = 0;
455 int imm_size; local
465 imm_size = get_num_immediates (insn, &num_imm_operand, &num_imm32_operand,
467 if (window_list->imm_size + imm_size > MAX_IMM_SIZE
475 || (window_list->imm_size + imm_size == MAX_IMM_SIZE
563 int imm_size; local
575 imm_size = get_num_immediates (insn, &num_imm_operand, &num_imm32_operand
750 int imm_size; local
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
tc-i386.c 12999 imm_size (unsigned int n)
13062 sz += imm_size (n1);
13232 int size = imm_size (n);
14325 /* Oddly enough imm_size() checks imm64 first, so the bit needs
12995 imm_size (unsigned int n) function
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-i386.c 12848 imm_size (unsigned int n)
12911 sz += imm_size (n1);
13081 int size = imm_size (n);
14174 /* Oddly enough imm_size() checks imm64 first, so the bit needs
12844 imm_size (unsigned int n) function

Completed in 31 milliseconds