Searched defs:bin_inst (Results 1 – 4 of 4) sorted by relevance
| /third_party/node/deps/v8/src/compiler/backend/s390/ |
| D | code-generator-s390.cc | 863 #define ATOMIC_BIN_OP(bin_inst, offset, shift_amount, start, end, \ argument 904 #define ATOMIC_BIN_OP_HALFWORD(bin_inst, index, extract_result) \ argument 913 #define ATOMIC_BIN_OP_BYTE(bin_inst, index, extract_result) \ argument 923 #define ATOMIC_BIN_OP_HALFWORD(bin_inst, index, extract_result) \ argument 932 #define ATOMIC_BIN_OP_BYTE(bin_inst, index, extract_result) \ argument 943 #define ASSEMBLE_ATOMIC_BINOP_HALFWORD(bin_inst, extract_result) \ argument 966 #define ASSEMBLE_ATOMIC_BINOP_BYTE(bin_inst, extract_result) \ argument
|
| /third_party/node/deps/v8/src/compiler/backend/ppc/ |
| D | code-generator-ppc.cc | 601 #define ASSEMBLE_ATOMIC_BINOP_BYTE(bin_inst, _type) \ argument 618 #define ASSEMBLE_ATOMIC_BINOP(bin_inst, _type, reverse_op, scratch) \ argument
|
| /third_party/node/deps/v8/src/compiler/backend/x64/ |
| D | code-generator-x64.cc | 892 #define ASSEMBLE_ATOMIC_BINOP(bin_inst, mov_inst, cmpxchg_inst) \ argument 904 #define ASSEMBLE_ATOMIC64_BINOP(bin_inst, mov_inst, cmpxchg_inst) \ argument
|
| /third_party/node/deps/v8/src/compiler/backend/ia32/ |
| D | code-generator-ia32.cc | 441 #define ASSEMBLE_ATOMIC_BINOP(bin_inst, mov_inst, cmpxchg_inst) \ argument
|