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

  /src/external/gpl3/binutils/dist/opcodes/
aarch64-asm.c 2500 int is32; local
2516 is32 = inst->operands[0].qualifier == AARCH64_OPND_QLF_W;
2517 if (! aarch64_wide_constant_p (value, is32, &shift_amount))
aarch64-dis.c 3214 int is32 = inst->operands[0].qualifier == AARCH64_OPND_QLF_W;
3217 if (aarch64_wide_constant_p (value, is32, NULL))
3238 int is32;
3244 is32 = inst->operands[0].qualifier == AARCH64_OPND_QLF_W;
3250 && (aarch64_wide_constant_p (value, is32, NULL)
3251 || aarch64_wide_constant_p (~value, is32, NULL)))
3212 int is32 = inst->operands[0].qualifier == AARCH64_OPND_QLF_W; local
3236 int is32; local
  /src/external/gpl3/binutils.old/dist/opcodes/
aarch64-asm.c 2490 int is32; local
2506 is32 = inst->operands[0].qualifier == AARCH64_OPND_QLF_W;
2507 if (! aarch64_wide_constant_p (value, is32, &shift_amount))
aarch64-dis.c 3191 int is32 = inst->operands[0].qualifier == AARCH64_OPND_QLF_W;
3194 if (aarch64_wide_constant_p (value, is32, NULL))
3215 int is32;
3221 is32 = inst->operands[0].qualifier == AARCH64_OPND_QLF_W;
3227 && (aarch64_wide_constant_p (value, is32, NULL)
3228 || aarch64_wide_constant_p (~value, is32, NULL)))
3188 int is32 = inst->operands[0].qualifier == AARCH64_OPND_QLF_W; local
3212 int is32; local
  /src/external/gpl3/gdb/dist/opcodes/
aarch64-asm.c 2469 int is32; local
2485 is32 = inst->operands[0].qualifier == AARCH64_OPND_QLF_W;
2486 if (! aarch64_wide_constant_p (value, is32, &shift_amount))
aarch64-dis.c 3165 int is32 = inst->operands[0].qualifier == AARCH64_OPND_QLF_W;
3168 if (aarch64_wide_constant_p (value, is32, NULL))
3189 int is32;
3195 is32 = inst->operands[0].qualifier == AARCH64_OPND_QLF_W;
3201 && (aarch64_wide_constant_p (value, is32, NULL)
3202 || aarch64_wide_constant_p (~value, is32, NULL)))
3162 int is32 = inst->operands[0].qualifier == AARCH64_OPND_QLF_W; local
3186 int is32; local
  /src/external/gpl3/gdb.old/dist/opcodes/
aarch64-asm.c 2415 int is32; local
2431 is32 = inst->operands[0].qualifier == AARCH64_OPND_QLF_W;
2432 if (! aarch64_wide_constant_p (value, is32, &shift_amount))
aarch64-dis.c 3106 int is32 = inst->operands[0].qualifier == AARCH64_OPND_QLF_W;
3109 if (aarch64_wide_constant_p (value, is32, NULL))
3130 int is32;
3136 is32 = inst->operands[0].qualifier == AARCH64_OPND_QLF_W;
3142 && (aarch64_wide_constant_p (value, is32, NULL)
3143 || aarch64_wide_constant_p (~value, is32, NULL)))
3103 int is32 = inst->operands[0].qualifier == AARCH64_OPND_QLF_W; local
3127 int is32; local
  /src/external/gpl3/binutils/dist/gas/config/
tc-aarch64.c 6497 int is32;
6500 is32 = inst.base.operands[0].qualifier == AARCH64_OPND_QLF_W ? 1 : 0;
6562 if (is32)
6573 if (is32)
6490 int is32; local
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-aarch64.c 6460 int is32;
6463 is32 = inst.base.operands[0].qualifier == AARCH64_OPND_QLF_W ? 1 : 0;
6525 if (is32)
6536 if (is32)
6453 int is32; local

Completed in 56 milliseconds