Lines Matching refs:asm_instr
288 #define ASSEMBLE_FLOAT_UNOP_RC(asm_instr, round) \ argument
290 __ asm_instr(i.OutputDoubleRegister(), i.InputDoubleRegister(0), \
297 #define ASSEMBLE_FLOAT_BINOP_RC(asm_instr, round) \ argument
299 __ asm_instr(i.OutputDoubleRegister(), i.InputDoubleRegister(0), \
543 #define ASSEMBLE_LOAD_FLOAT(asm_instr, asm_instrx) \ argument
549 __ asm_instr(result, operand); \
557 #define ASSEMBLE_LOAD_INTEGER(asm_instr, asm_instrx) \ argument
563 __ asm_instr(result, operand); \
603 #define ASSEMBLE_STORE_INTEGER(asm_instr, asm_instrx) \ argument
610 __ asm_instr(value, operand); \
624 #define ASSEMBLE_ATOMIC_LOAD_INTEGER(asm_instr, asm_instrx) \ argument
631 __ asm_instr(result, operand); \
637 #define ASSEMBLE_ATOMIC_STORE_INTEGER(asm_instr, asm_instrx) \ argument
645 __ asm_instr(value, operand); \