Searched refs:CMPXCHG (Results 1 – 1 of 1) sorted by relevance
/toolchain/binutils/binutils-2.25/opcodes/ |
D | ia64-opc-m.c | 1071 #define CMPXCHG(c,h) M, OpMXX6aHint (4, 0, 1, c, h), {R1, MR3, R2, AR_CCV}, EMPTY macro 1082 {"cmpxchg"#n"."#s, CMPXCHG (CMPXCHG_##n|CMPXCHG_##s, 0)}, \ 1084 {"cmpxchg"#n"."#s".nt1", CMPXCHG (CMPXCHG_##n|CMPXCHG_##s, 1)}, \ 1086 {"cmpxchg"#n"."#s".nta", CMPXCHG (CMPXCHG_##n|CMPXCHG_##s, 3)}, \ 1102 #undef CMPXCHG
|