Home
last modified time | relevance | path

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

/external/v8/src/compiler/backend/s390/
Dcode-generator-s390.cc893 #define ASSEMBLE_STORE_INTEGER(asm_instr) \ macro
2620 ASSEMBLE_STORE_INTEGER(StoreByte); in AssembleArchInstruction()
2623 ASSEMBLE_STORE_INTEGER(StoreHalfWord); in AssembleArchInstruction()
2626 ASSEMBLE_STORE_INTEGER(StoreW); in AssembleArchInstruction()
2630 ASSEMBLE_STORE_INTEGER(StoreP); in AssembleArchInstruction()
2634 ASSEMBLE_STORE_INTEGER(strvh); in AssembleArchInstruction()
2637 ASSEMBLE_STORE_INTEGER(strv); in AssembleArchInstruction()
2640 ASSEMBLE_STORE_INTEGER(strvg); in AssembleArchInstruction()
/external/v8/src/compiler/backend/ppc/
Dcode-generator-ppc.cc586 #define ASSEMBLE_STORE_INTEGER(asm_instr, asm_instrx) \ macro
2084 ASSEMBLE_STORE_INTEGER(stb, stbx); in AssembleArchInstruction()
2087 ASSEMBLE_STORE_INTEGER(sth, sthx); in AssembleArchInstruction()
2090 ASSEMBLE_STORE_INTEGER(stw, stwx); in AssembleArchInstruction()
2094 ASSEMBLE_STORE_INTEGER(std, stdx); in AssembleArchInstruction()
3421 ASSEMBLE_STORE_INTEGER(StoreTaggedField, StoreTaggedFieldX); in AssembleArchInstruction()