Home
last modified time | relevance | path

Searched defs:bin_inst (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/s390/
Dcode-generator-s390.cc863 #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/
Dcode-generator-ppc.cc601 #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/
Dcode-generator-x64.cc892 #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/
Dcode-generator-ia32.cc441 #define ASSEMBLE_ATOMIC_BINOP(bin_inst, mov_inst, cmpxchg_inst) \ argument