Home
last modified time | relevance | path

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

/external/v8/src/compiler/s390/
Dcode-generator-s390.cc841 #define ASSEMBLE_LOADANDTEST64(asm_instr_rr, asm_instr_rm) \ argument
848 __ asm_instr_rm(dst, operand); \
853 __ asm_instr_rm(dst, i.InputStackSlot(0)); \
857 #define ASSEMBLE_LOADANDTEST32(asm_instr_rr, asm_instr_rm) \ argument
864 __ asm_instr_rm(dst, operand); \
869 __ asm_instr_rm(dst, i.InputStackSlot32(0)); \