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

  /external/clang/test/Index/
print-type.c 11 typedef int __attribute__((vector_size(16))) int4_t; typedef
46 // CHECK: TypedefDecl=int4_t:11:46 (Definition) [type=int4_t] [typekind=Typedef] [canonicaltype=__attribute__((__vector_size__(4 * sizeof(int)))) int] [canonicaltypekind=Vector] [isPOD=1]
  /art/runtime/
dex_instruction.h 25 typedef int8_t int4_t; typedef
352 int4_t VRegB_11n() const {
386 int4_t VRegB_11n(uint16_t inst_data) const;
dex_instruction-inl.h 274 inline int4_t Instruction::VRegB_11n(uint16_t inst_data) const {
276 return static_cast<int4_t>((InstB(inst_data) << 28) >> 28);
  /art/runtime/interpreter/
interpreter_switch_impl.cc 320 int4_t val = inst->VRegB_11n(inst_data);
    [all...]

Completed in 486 milliseconds