HomeSort by relevance Sort by last modified time
    Searched refs:short_form (Results 1 - 3 of 3) sorted by null

  /external/blktrace/
act_mask.c 6 (!strcasecmp((mmp)->short_form, (str)) || \
11 char *short_form; member in struct:mask_map
  /art/compiler/dex/quick/arm/
utility_arm.cc 552 bool short_form = (((abs_value & 0xff) == abs_value) && ARM_LOWREG(r_dest_src1)); local
559 } else if (short_form) {
567 } else if (short_form) {
572 if (ARM_LOWREG(r_dest_src1) && short_form) {
573 opcode = (short_form) ? kThumbCmpRI8 : kThumbCmpRR;
577 short_form = false;
583 short_form = false;
586 if (short_form) {
775 bool short_form = false; local
792 short_form = true
906 bool short_form = false; local
    [all...]
  /art/compiler/dex/quick/mips/
utility_mips.cc 135 bool short_form = (abs_value & 0xff) == abs_value; local
148 if (short_form) {
205 bool short_form = true; local
212 short_form = false;
221 short_form = false;
241 short_form = false;
249 short_form = false;
257 short_form = false;
262 short_form = false;
270 if (short_form) {
448 bool short_form = IS_SIMM16(displacement); local
549 bool short_form = IS_SIMM16(displacement); local
    [all...]

Completed in 3218 milliseconds