Home
last modified time | relevance | path

Searched refs:FETCH (Results 1 – 6 of 6) sorted by relevance

/linux/tools/lib/
H A Dfind_bit.c27 #define FIND_FIRST_BIT(FETCH, MUNGE, size) \ argument
32 val = (FETCH); \
49 #define FIND_NEXT_BIT(FETCH, MUNGE, size, start) \ argument
59 for (tmp = (FETCH) & mask; !tmp; tmp = (FETCH)) { \
/linux/drivers/firmware/efi/libstub/
H A Dfind.c13 #define FIND_NEXT_BIT(FETCH, MUNGE, size, start) \ argument
23 for (tmp = (FETCH) & mask; !tmp; tmp = (FETCH)) { \
/linux/Documentation/bpf/standardization/
H A Dinstruction-set.rst705 FETCH 0x01 modifier: return old value
706 XCHG 0xe0 | FETCH atomic exchange
707 CMPXCHG 0xf0 | FETCH atomic compare and exchange
710 The ``FETCH`` modifier is optional for simple atomic operations, and
711 always set for the complex atomic operations. If the ``FETCH`` flag
/linux/arch/m68k/fpsp040/
H A Dsatan.S291 |--WHILE THE DIVISION IS TAKING ITS TIME, WE FETCH ATAN(|F|)
/linux/arch/m68k/ifpsp060/src/
H A Dfpsp.S6397 #--WHILE THE DIVISION IS TAKING ITS TIME, WE FETCH ATAN(|F|)
H A Dfplsp.S6265 #--FETCH F AND SAVING OF REGISTERS CAN BE ALL HIDED UNDER THE