Searched refs:ASI (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.2-release/contrib/binutils/opcodes/
H A Dsparc-opc.c171 { opcode, F3(2, op3, 0), F3(~2, ~op3, ~0)|ASI(~0), "1,2,d", 0, arch_mask }, \
219 { "ldd", F3(3, 0x03, 0), F3(~3, ~0x03, ~0)|ASI(~0), "[1+2],d", 0, v6 },
225 { "ldd", F3(3, 0x23, 0), F3(~3, ~0x23, ~0)|ASI(~0), "[1+2],H", 0, v6 },
232 { "ldd", F3(3, 0x33, 0), F3(~3, ~0x33, ~0)|ASI(~0), "[1+2],D", 0, v6notv9 },
239 { "ldq", F3(3, 0x22, 0), F3(~3, ~0x22, ~0)|ASI(~0), "[1+2],J", 0, v9 },
246 { "ldsb", F3(3, 0x09, 0), F3(~3, ~0x09, ~0)|ASI(~0), "[1+2],d", 0, v6 },
254 { "ldsh", F3(3, 0x0a, 0), F3(~3, ~0x0a, ~0)|ASI(~0), "[1+2],d", 0, v6 },
260 { "ldstub", F3(3, 0x0d, 0), F3(~3, ~0x0d, ~0)|ASI(~0), "[1+2],d", 0, v6 },
267 { "ldsw", F3(3, 0x08, 0), F3(~3, ~0x08, ~0)|ASI(~0), "[1+2],d", 0, v9 },
274 { "ldub", F3(3, 0x01, 0), F3(~3, ~0x01, ~0)|ASI(~
[all...]
/freebsd-10.2-release/contrib/llvm/lib/Analysis/
H A DAliasSetTracker.cpp384 for (AliasSet::iterator ASI = AS.begin(), E = AS.end(); ASI != E; ++ASI) {
385 AliasSet &NewAS = addPointer(ASI.getPointer(), ASI.getSize(),
386 ASI.getTBAAInfo(),
/freebsd-10.2-release/contrib/binutils/include/opcode/
H A Dsparc.h205 #define ASI(x) (((x) & 0xff) << 5) /* Asi field of format3 insns. */ macro
/freebsd-10.2-release/contrib/llvm/lib/Transforms/Scalar/
H A DLICM.cpp762 for (AliasSet::iterator ASI = AS.begin(), E = AS.end(); ASI != E; ++ASI) {
763 Value *ASIV = ASI->getValue();
/freebsd-10.2-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp780 Opcode = (Opcode == SystemZ::AHI ? SystemZ::ASI : SystemZ::AGSI);
/freebsd-10.2-release/contrib/binutils/gas/config/
H A Dtc-sparc.c2578 error_message = _(": invalid ASI name");
2586 error_message = _(": invalid ASI expression");
2591 error_message = _(": invalid ASI number");
2595 opcode |= ASI (asi);

Completed in 385 milliseconds