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

  /external/u-boot/arch/mips/include/asm/
asm.h 143 * MIPS IV pref instruction.
151 #define PREF(hint, addr) \
154 pref hint, addr; \
172 #define PREF(hint, addr)
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-indic.cc 147 PREF,
281 would_substitute_feature_t pref; member in struct:indic_shape_plan_t
317 indic_plan->pref.init (&plan->map, HB_TAG('p','r','e','f'), zero_context);
357 if (indic_plan->pref.would_substitute (glyphs , 2, face) ||
358 indic_plan->pref.would_substitute (glyphs+1, 2, face))
878 if (indic_plan->mask_array[PREF] && base + pref_len < end)
885 if (indic_plan->pref.would_substitute (glyphs, pref_len, face))
888 info[i++].mask |= indic_plan->mask_array[PREF];
    [all...]
hb-ot-shape-complex-khmer.cc 68 PREF,
201 would_substitute_feature_t pref; member in struct:khmer_shape_plan_t
215 khmer_plan->pref.init (&plan->map, HB_TAG('p','r','e','f'), true);
298 * the 'pref' OpenType feature applied to them.
308 info[i + j].mask |= khmer_plan->mask_array[PREF];
  /external/pcre/dist2/src/sljit/
sljitNativeMIPS_common.c 199 #define PREF (HI(51))
    [all...]
  /external/v8/src/mips/
constants-mips.h 215 // 'pref' instruction hints
477 PREF = ((6U << 3) + 3) << kOpcodeShift,
    [all...]
assembler-mips.cc 2551 void Assembler::pref(int32_t hint, const MemOperand& rs) { function in class:v8::internal::Assembler
    [all...]
  /external/v8/src/mips64/
constants-mips64.h 177 // 'pref' instruction hints
457 PREF = ((6U << 3) + 3) << kOpcodeShift,
    [all...]
assembler-mips64.cc     [all...]
  /external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/Mips/
MipsGenInstrInfo.inc     [all...]
MipsGenMCCodeEmitter.inc     [all...]
MipsGenAsmMatcher.inc     [all...]

Completed in 250 milliseconds