Home
last modified time | relevance | path

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

/external/v8/src/compiler/s390/
Dcode-generator-s390.cc607 #define ASSEMBLE_STORE_INTEGER(asm_instr) \ macro
2015 ASSEMBLE_STORE_INTEGER(StoreByte); in AssembleArchInstruction()
2018 ASSEMBLE_STORE_INTEGER(StoreHalfWord); in AssembleArchInstruction()
2021 ASSEMBLE_STORE_INTEGER(StoreW); in AssembleArchInstruction()
2025 ASSEMBLE_STORE_INTEGER(StoreP); in AssembleArchInstruction()
2029 ASSEMBLE_STORE_INTEGER(strvh); in AssembleArchInstruction()
2032 ASSEMBLE_STORE_INTEGER(strv); in AssembleArchInstruction()
2035 ASSEMBLE_STORE_INTEGER(strvg); in AssembleArchInstruction()
/external/v8/src/compiler/ppc/
Dcode-generator-ppc.cc617 #define ASSEMBLE_STORE_INTEGER(asm_instr, asm_instrx) \ macro
1853 ASSEMBLE_STORE_INTEGER(stb, stbx); in AssembleArchInstruction()
1856 ASSEMBLE_STORE_INTEGER(sth, sthx); in AssembleArchInstruction()
1859 ASSEMBLE_STORE_INTEGER(stw, stwx); in AssembleArchInstruction()
1863 ASSEMBLE_STORE_INTEGER(std, stdx); in AssembleArchInstruction()