Home
last modified time | relevance | path

Searched refs:ASSEMBLE_ATOMIC_STORE_INTEGER (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/compiler/arm64/
Dcode-generator-arm64.cc401 #define ASSEMBLE_ATOMIC_STORE_INTEGER(asm_instr, reg) \ macro
1599 ASSEMBLE_ATOMIC_STORE_INTEGER(Stlrb, Register32); in AssembleArchInstruction()
1603 ASSEMBLE_ATOMIC_STORE_INTEGER(Stlrh, Register32); in AssembleArchInstruction()
1607 ASSEMBLE_ATOMIC_STORE_INTEGER(Stlr, Register32); in AssembleArchInstruction()
1610 ASSEMBLE_ATOMIC_STORE_INTEGER(Stlr, Register); in AssembleArchInstruction()
1694 #undef ASSEMBLE_ATOMIC_STORE_INTEGER in AssembleArchInstruction()
/external/v8/src/compiler/ppc/
Dcode-generator-ppc.cc637 #define ASSEMBLE_ATOMIC_STORE_INTEGER(asm_instr, asm_instrx) \ macro
1992 ASSEMBLE_ATOMIC_STORE_INTEGER(stb, stbx); in AssembleArchInstruction()
1995 ASSEMBLE_ATOMIC_STORE_INTEGER(sth, sthx); in AssembleArchInstruction()
1998 ASSEMBLE_ATOMIC_STORE_INTEGER(stw, stwx); in AssembleArchInstruction()
/external/v8/src/compiler/arm/
Dcode-generator-arm.cc366 #define ASSEMBLE_ATOMIC_STORE_INTEGER(asm_instr) \ macro
2674 ASSEMBLE_ATOMIC_STORE_INTEGER(strb); in AssembleArchInstruction()
2677 ASSEMBLE_ATOMIC_STORE_INTEGER(strh); in AssembleArchInstruction()
2680 ASSEMBLE_ATOMIC_STORE_INTEGER(str); in AssembleArchInstruction()
2841 #undef ASSEMBLE_ATOMIC_STORE_INTEGER in AssembleArchInstruction()
/external/v8/src/compiler/mips/
Dcode-generator-mips.cc335 #define ASSEMBLE_ATOMIC_STORE_INTEGER(asm_instr) \ macro
1644 ASSEMBLE_ATOMIC_STORE_INTEGER(sb); in AssembleArchInstruction()
1647 ASSEMBLE_ATOMIC_STORE_INTEGER(sh); in AssembleArchInstruction()
1650 ASSEMBLE_ATOMIC_STORE_INTEGER(sw); in AssembleArchInstruction()
/external/v8/src/compiler/mips64/
Dcode-generator-mips64.cc345 #define ASSEMBLE_ATOMIC_STORE_INTEGER(asm_instr) \ macro
1849 ASSEMBLE_ATOMIC_STORE_INTEGER(Sb); in AssembleArchInstruction()
1852 ASSEMBLE_ATOMIC_STORE_INTEGER(Sh); in AssembleArchInstruction()
1855 ASSEMBLE_ATOMIC_STORE_INTEGER(Sw); in AssembleArchInstruction()