Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/s390/
H A Dcode-generator-s390.cc816 #define ASSEMBLE_ATOMIC_BINOP_WORD(load_and_op, op) \ macro
2511 ASSEMBLE_ATOMIC_BINOP_WORD(laa, AddS32); in AssembleArchInstruction()
2514 ASSEMBLE_ATOMIC_BINOP_WORD(LoadAndSub32, SubS32); in AssembleArchInstruction()
2517 ASSEMBLE_ATOMIC_BINOP_WORD(lan, AndP); in AssembleArchInstruction()
2520 ASSEMBLE_ATOMIC_BINOP_WORD(lao, OrP); in AssembleArchInstruction()
2523 ASSEMBLE_ATOMIC_BINOP_WORD(lax, XorP); in AssembleArchInstruction()

Completed in 10 milliseconds