Home | History | Annotate | Download | only in arm

Lines Matching full:asm_instr

366 #define ASSEMBLE_CHECKED_LOAD_INTEGER(asm_instr)                \
377 __ asm_instr(result, i.InputOffset(2)); \
395 #define ASSEMBLE_CHECKED_STORE_INTEGER(asm_instr) \
404 __ asm_instr(value, i.InputOffset(3), lo); \
408 #define ASSEMBLE_ATOMIC_LOAD_INTEGER(asm_instr) \
410 __ asm_instr(i.OutputRegister(), \
415 #define ASSEMBLE_ATOMIC_STORE_INTEGER(asm_instr) \
418 __ asm_instr(i.InputRegister(2), \