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

  /external/llvm/lib/Target/Hexagon/
HexagonStoreWidening.cpp 406 unsigned Acc = 0; // Value accumulator.
418 Acc |= Val;
431 if (Acc < 0x10000) {
432 // Create mem[hw] = #Acc
437 int Val = (TotalSize == 2) ? int16_t(Acc) : int(Acc);
448 // Create vreg = A2_tfrsi #Acc; mem[hw] = vreg
453 .addImm(int(Acc));
  /toolchain/binutils/binutils-2.25/opcodes/
i386-opc.h 676 Acc,
773 unsigned int acc:1; member in struct:i386_operand_type::__anon75945
i386-gen.c 307 "Acc" },
323 "Reg32|Acc|Dword" },
325 "Reg64|Acc|Qword" },
554 BITFIELD (Acc),
    [all...]
  /external/clang/utils/TableGen/
NeonEmitter.cpp 112 TypeSpec Acc;
115 Acc.push_back(I);
116 Ret.push_back(TypeSpec(Acc));
117 Acc.clear();
119 Acc.push_back(I);
    [all...]

Completed in 378 milliseconds