Home
last modified time | relevance | path

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

/external/v8/test/cctest/
Dtest-fuzz-arm64.cc37 static const int instruction_count = 43 * 1024 * 1024; in TEST() local
45 for (int i = 0; i < instruction_count; i++) { in TEST()
56 static const int instruction_count = 9 * 1024 * 1024; in TEST() local
66 for (int i = 0; i < instruction_count; i++) { in TEST()
/external/vixl/test/
Dtest-fuzz-a64.cc42 static const int instruction_count = 43 * 1024 * 1024; in TEST() local
50 for (int i = 0; i < instruction_count; i++) { in TEST()
60 static const int instruction_count = 9 * 1024 * 1024; in TEST() local
70 for (int i = 0; i < instruction_count; i++) { in TEST()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_emit.c1001 unsigned instruction_count = code->length / 4; in r300_emit_vs_state() local
1021 R300_PVS_XYZW_VALID_INST(instruction_count - 1) | in r300_emit_vs_state()
1022 R300_PVS_LAST_INST(instruction_count - 1)); in r300_emit_vs_state()
1023 OUT_CS_REG(R300_VAP_PVS_CODE_CNTL_1, instruction_count - 1); in r300_emit_vs_state()
/external/vixl/src/vixl/a64/
Dmacro-assembler-a64.cc389 int instruction_count = 0; in MoveImmediateHelper() local
426 instruction_count++; in MoveImmediateHelper()
429 instruction_count++; in MoveImmediateHelper()
435 instruction_count++; in MoveImmediateHelper()
446 instruction_count++; in MoveImmediateHelper()
448 return instruction_count; in MoveImmediateHelper()