Searched refs:ZA (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/binutils/opcodes/
H A Dalpha-opc.c225 #define ZA (FC + 1)
227 #define ZB (ZA + 1)
416 #define ARG_FPZ1 { ZA, FB, DFC1 }
421 #define ARG_OPRZ1 { ZA, RB, DRC1 }
422 #define ARG_OPRLZ1 { ZA, LIT, RC }
495 MEM_MASK, BASE, { ZA } }, /* pseudo */
567 { "nop", OPR(0x11,0x20), BASE, { ZA, ZB, ZC } }, /* pseudo */
568 { "clr", OPR(0x11,0x20), BASE, { ZA, ZB, RC } }, /* pseudo */
569 { "mov", OPR(0x11,0x20), BASE, { ZA, RB, RC } }, /* pseudo */
571 { "mov", OPRL(0x11,0x20), BASE, { ZA, LI
223 #define ZA macro
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DZ3Solver.cpp149 Z3Expr(Z3Context &C, Z3_ast ZA) : SMTExpr(), Context(C), AST(ZA) { argument

Completed in 106 milliseconds