Searched defs:asm_instr (Results 1 – 8 of 8) sorted by relevance
/external/v8/src/compiler/ppc/ |
D | code-generator-ppc.cc | 288 #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/ |
D | code-generator-x64.cc | 357 #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/ |
D | code-generator-s390.cc | 498 #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/ |
D | code-generator-arm64.cc | 382 #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/ |
D | code-generator-arm.cc | 359 #define ASSEMBLE_ATOMIC_LOAD_INTEGER(asm_instr) \ argument 366 #define ASSEMBLE_ATOMIC_STORE_INTEGER(asm_instr) \ argument
|
/external/v8/src/compiler/mips/ |
D | code-generator-mips.cc | 329 #define ASSEMBLE_ATOMIC_LOAD_INTEGER(asm_instr) \ argument 335 #define ASSEMBLE_ATOMIC_STORE_INTEGER(asm_instr) \ argument
|
/external/v8/src/compiler/mips64/ |
D | code-generator-mips64.cc | 339 #define ASSEMBLE_ATOMIC_LOAD_INTEGER(asm_instr) \ argument 345 #define ASSEMBLE_ATOMIC_STORE_INTEGER(asm_instr) \ argument
|
/external/v8/src/compiler/ia32/ |
D | code-generator-ia32.cc | 347 #define ASSEMBLE_COMPARE(asm_instr) \ argument 403 #define ASSEMBLE_BINOP(asm_instr) \ argument
|