Home
last modified time | relevance | path

Searched defs:MOVE (Results 1 – 3 of 3) sorted by relevance

/freebsd-head/contrib/llvm-project/llvm/lib/Target/Mips/
HDMipsSEFrameLowering.cpp417 unsigned MOVE = ABI.GetGPRMoveOp(); in emitPrologue() local
703 unsigned MOVE = ABI.GetGPRMoveOp(); in emitEpilogue() local
HDMipsExpandPseudo.cpp213 unsigned LL, SC, ZERO, BNE, BEQ, MOVE; in expandAtomicCmpSwap() local
/freebsd-head/crypto/heimdal/kcm/
HDprotocol.c984 #define MOVE(n,o,f) { tmp.f = n->f ; n->f = o->f; o->f = tmp.f; } in kcm_op_move_cache() macro