Home
last modified time | relevance | path

Searched defs:asm_instr (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/compiler/ppc/
Dcode-generator-ppc.cc288 #define ASSEMBLE_FLOAT_UNOP_RC(asm_instr, round) \ argument
297 #define ASSEMBLE_FLOAT_BINOP_RC(asm_instr, round) \ argument
543 #define ASSEMBLE_LOAD_FLOAT(asm_instr, asm_instrx) \ argument
557 #define ASSEMBLE_LOAD_INTEGER(asm_instr, asm_instrx) \ argument
603 #define ASSEMBLE_STORE_INTEGER(asm_instr, asm_instrx) \ argument
624 #define ASSEMBLE_ATOMIC_LOAD_INTEGER(asm_instr, asm_instrx) \ argument
637 #define ASSEMBLE_ATOMIC_STORE_INTEGER(asm_instr, asm_instrx) \ argument
/external/v8/src/compiler/x64/
Dcode-generator-x64.cc357 #define ASSEMBLE_UNOP(asm_instr) \ argument
366 #define ASSEMBLE_BINOP(asm_instr) \ argument
389 #define ASSEMBLE_COMPARE(asm_instr) \ argument
416 #define ASSEMBLE_MULT(asm_instr) \ argument
436 #define ASSEMBLE_SHIFT(asm_instr, width) \ argument
454 #define ASSEMBLE_MOVX(asm_instr) \ argument
465 #define ASSEMBLE_SSE_BINOP(asm_instr) \ argument
474 #define ASSEMBLE_SSE_UNOP(asm_instr) \ argument
483 #define ASSEMBLE_AVX_BINOP(asm_instr) \ argument
/external/v8/src/compiler/s390/
Dcode-generator-s390.cc498 #define ASSEMBLE_FLOAT_UNOP(asm_instr) \ argument
503 #define ASSEMBLE_FLOAT_BINOP(asm_instr) \ argument
825 #define ASSEMBLE_LOAD_FLOAT(asm_instr) \ argument
833 #define ASSEMBLE_LOAD_INTEGER(asm_instr) \ argument
891 #define ASSEMBLE_STORE_INTEGER(asm_instr) \ argument
/external/v8/src/compiler/arm64/
Dcode-generator-arm64.cc382 #define ASSEMBLE_SHIFT(asm_instr, width) \ argument
395 #define ASSEMBLE_ATOMIC_LOAD_INTEGER(asm_instr, reg) \ argument
401 #define ASSEMBLE_ATOMIC_STORE_INTEGER(asm_instr, reg) \ argument
/external/v8/src/compiler/arm/
Dcode-generator-arm.cc359 #define ASSEMBLE_ATOMIC_LOAD_INTEGER(asm_instr) \ argument
366 #define ASSEMBLE_ATOMIC_STORE_INTEGER(asm_instr) \ argument
/external/v8/src/compiler/mips/
Dcode-generator-mips.cc329 #define ASSEMBLE_ATOMIC_LOAD_INTEGER(asm_instr) \ argument
335 #define ASSEMBLE_ATOMIC_STORE_INTEGER(asm_instr) \ argument
/external/v8/src/compiler/mips64/
Dcode-generator-mips64.cc339 #define ASSEMBLE_ATOMIC_LOAD_INTEGER(asm_instr) \ argument
345 #define ASSEMBLE_ATOMIC_STORE_INTEGER(asm_instr) \ argument
/external/v8/src/compiler/ia32/
Dcode-generator-ia32.cc347 #define ASSEMBLE_COMPARE(asm_instr) \ argument
403 #define ASSEMBLE_BINOP(asm_instr) \ argument