Home
last modified time | relevance | path

Searched refs:ASSEMBLE_ATOMIC_BINOP_EXT (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/mips/
Dcode-generator-mips.cc356 #define ASSEMBLE_ATOMIC_BINOP_EXT(sign_extend, size, bin_instr) \ macro
1684 ASSEMBLE_ATOMIC_BINOP_EXT(true, 8, inst); \ in AssembleArchInstruction()
1687 ASSEMBLE_ATOMIC_BINOP_EXT(false, 8, inst); \ in AssembleArchInstruction()
1690 ASSEMBLE_ATOMIC_BINOP_EXT(true, 16, inst); \ in AssembleArchInstruction()
1693 ASSEMBLE_ATOMIC_BINOP_EXT(false, 16, inst); \ in AssembleArchInstruction()
/external/v8/src/compiler/mips64/
Dcode-generator-mips64.cc366 #define ASSEMBLE_ATOMIC_BINOP_EXT(sign_extend, size, bin_instr) \ macro
1890 ASSEMBLE_ATOMIC_BINOP_EXT(true, 8, inst); \ in AssembleArchInstruction()
1893 ASSEMBLE_ATOMIC_BINOP_EXT(false, 8, inst); \ in AssembleArchInstruction()
1896 ASSEMBLE_ATOMIC_BINOP_EXT(true, 16, inst); \ in AssembleArchInstruction()
1899 ASSEMBLE_ATOMIC_BINOP_EXT(false, 16, inst); \ in AssembleArchInstruction()