Searched refs:bin_inst (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/compiler/s390/ |
D | code-generator-s390.cc | 1035 #define ATOMIC_BIN_OP(bin_inst, offset, shift_amount, start, end) \ argument 1042 __ bin_inst(new_val, prev, temp); \ 1051 #define ATOMIC_BIN_OP_HALFWORD(bin_inst, index, extract_result) \ argument 1057 ATOMIC_BIN_OP(bin_inst, offset, shift_amount, start, end); \ 1060 #define ATOMIC_BIN_OP_BYTE(bin_inst, index, extract_result) \ argument 1066 ATOMIC_BIN_OP(bin_inst, offset, shift_amount, start, end); \ 1070 #define ATOMIC_BIN_OP_HALFWORD(bin_inst, index, extract_result) \ argument 1076 ATOMIC_BIN_OP(bin_inst, offset, shift_amount, start, end); \ 1079 #define ATOMIC_BIN_OP_BYTE(bin_inst, index, extract_result) \ argument 1085 ATOMIC_BIN_OP(bin_inst, offset, shift_amount, start, end); \ [all …]
|
/external/v8/src/compiler/ppc/ |
D | code-generator-ppc.cc | 663 #define ASSEMBLE_ATOMIC_BINOP(bin_inst, load_inst, store_inst) \ argument 669 __ bin_inst(i.InputRegister(2), i.OutputRegister(), i.InputRegister(2)); \ 674 #define ASSEMBLE_ATOMIC_BINOP_SIGN_EXT(bin_inst, load_inst, \ argument 682 __ bin_inst(i.InputRegister(2), i.OutputRegister(), i.InputRegister(2)); \
|
/external/v8/src/compiler/x64/ |
D | code-generator-x64.cc | 507 #define ASSEMBLE_ATOMIC_BINOP(bin_inst, mov_inst, cmpxchg_inst) \ argument 513 __ bin_inst(i.TempRegister(0), i.InputRegister(0)); \ 519 #define ASSEMBLE_ATOMIC64_BINOP(bin_inst, mov_inst, cmpxchg_inst) \ argument 525 __ bin_inst(i.TempRegister(0), i.InputRegister(0)); \
|
/external/v8/src/compiler/ia32/ |
D | code-generator-ia32.cc | 418 #define ASSEMBLE_ATOMIC_BINOP(bin_inst, mov_inst, cmpxchg_inst) \ argument 424 __ bin_inst(i.TempRegister(0), i.InputRegister(0)); \
|