Home
last modified time | relevance | path

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

/external/v8/src/compiler/backend/ppc/
Dcode-generator-ppc.cc537 #define ASSEMBLE_LOAD_FLOAT(asm_instr, asm_instrx) \ argument
546 __ asm_instrx(result, operand); \
552 #define ASSEMBLE_LOAD_INTEGER(asm_instr, asm_instrx) \ argument
561 __ asm_instrx(result, operand); \
567 #define ASSEMBLE_STORE_FLOAT(asm_instr, asm_instrx) \ argument
580 __ asm_instrx(value, operand); \
586 #define ASSEMBLE_STORE_INTEGER(asm_instr, asm_instrx) \ argument
597 __ asm_instrx(value, operand); \