Home
last modified time | relevance | path

Searched refs:instruction_count (Results 1 – 12 of 12) 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.cc372 int instruction_count = 0; in MoveImmediateHelper() local
409 instruction_count++; in MoveImmediateHelper()
412 instruction_count++; in MoveImmediateHelper()
418 instruction_count++; in MoveImmediateHelper()
429 instruction_count++; in MoveImmediateHelper()
431 return instruction_count; in MoveImmediateHelper()
/external/v8/src/x87/
Dassembler-x87.cc105 void RelocInfo::PatchCode(byte* instructions, int instruction_count) { in PatchCode() argument
107 for (int i = 0; i < instruction_count; i++) { in PatchCode()
112 CpuFeatures::FlushICache(pc_, instruction_count); in PatchCode()
/external/v8/src/ia32/
Dassembler-ia32.cc110 void RelocInfo::PatchCode(byte* instructions, int instruction_count) { in PatchCode() argument
112 for (int i = 0; i < instruction_count; i++) { in PatchCode()
117 CpuFeatures::FlushICache(pc_, instruction_count); in PatchCode()
/external/v8/src/
Dassembler.h559 void PatchCode(byte* instructions, int instruction_count);
/external/v8/src/x64/
Dassembler-x64.cc71 void RelocInfo::PatchCode(byte* instructions, int instruction_count) { in PatchCode() argument
73 for (int i = 0; i < instruction_count; i++) { in PatchCode()
78 CpuFeatures::FlushICache(pc_, instruction_count); in PatchCode()
/external/v8/src/arm64/
Dassembler-arm64.cc186 void RelocInfo::PatchCode(byte* instructions, int instruction_count) { in PatchCode() argument
190 for (int i = 0; i < instruction_count; i++) { in PatchCode()
195 CpuFeatures::FlushICache(pc_, instruction_count * kInstructionSize); in PatchCode()
/external/v8/src/mips/
Dassembler-mips.cc217 void RelocInfo::PatchCode(byte* instructions, int instruction_count) { in PatchCode() argument
220 for (int i = 0; i < instruction_count; i++) { in PatchCode()
225 CpuFeatures::FlushICache(pc_, instruction_count * Assembler::kInstrSize); in PatchCode()
/external/v8/src/mips64/
Dassembler-mips64.cc195 void RelocInfo::PatchCode(byte* instructions, int instruction_count) { in PatchCode() argument
198 for (int i = 0; i < instruction_count; i++) { in PatchCode()
203 CpuFeatures::FlushICache(pc_, instruction_count * Assembler::kInstrSize); in PatchCode()
/external/v8/src/arm/
Dassembler-arm.cc239 void RelocInfo::PatchCode(byte* instructions, int instruction_count) { in PatchCode() argument
243 for (int i = 0; i < instruction_count; i++) { in PatchCode()
248 CpuFeatures::FlushICache(pc_, instruction_count * Assembler::kInstrSize); in PatchCode()