Home
last modified time | relevance | path

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

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