Searched refs:first_instruction (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
H A Dr300_vs_draw.c71 boolean first_instruction; member in struct:vs_transform_context
229 if (!vsctx->first_instruction) {
230 vsctx->first_instruction = TRUE;
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_vs_draw.c71 boolean first_instruction; member in struct:vs_transform_context
229 if (!vsctx->first_instruction) {
230 vsctx->first_instruction = TRUE;
/external/chromium_org/v8/src/arm/
H A Dcode-stubs-arm.h323 Instr first_instruction = Assembler::instr_at(stub->instruction_start()); local
327 if (Assembler::IsBranch(first_instruction)) {
331 ASSERT(Assembler::IsTstImmediate(first_instruction));
/external/chromium_org/v8/src/x64/
H A Dcode-stubs-x64.h335 byte first_instruction = stub->instruction_start()[0]; local
338 if (first_instruction == kTwoByteJumpInstruction) {
342 ASSERT(first_instruction == kTwoByteNopInstruction);
/external/chromium_org/v8/src/ia32/
H A Dcode-stubs-ia32.h341 byte first_instruction = stub->instruction_start()[0]; local
344 if (first_instruction == kTwoByteJumpInstruction) {
348 ASSERT(first_instruction == kTwoByteNopInstruction);
/external/chromium_org/v8/src/mips/
H A Dcode-stubs-mips.h338 Instr first_instruction = Assembler::instr_at(stub->instruction_start()); local
342 if (Assembler::IsBeq(first_instruction)) {
346 ASSERT(Assembler::IsBne(first_instruction));
/external/v8/src/x64/
H A Dcode-stubs-x64.h511 byte first_instruction = stub->instruction_start()[0]; local
514 if (first_instruction == kTwoByteJumpInstruction) {
518 ASSERT(first_instruction == kTwoByteNopInstruction);
H A Dlithium-x64.h2180 int first_instruction = block->first_instruction_index(); local
2181 return LLabel::cast(instructions_[first_instruction]);
/external/chromium_org/v8/src/
H A Dlithium.cc290 int first_instruction = block->first_instruction_index(); local
291 return LLabel::cast(instructions_[first_instruction]);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
H A Di915_fpc.h60 boolean first_instruction; member in struct:i915_fp_compile
H A Di915_fpc_translate.c1168 if (p->first_instruction) {
1187 p->first_instruction = FALSE;
1239 p->first_instruction = TRUE;
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_fpc.h60 boolean first_instruction; member in struct:i915_fp_compile
H A Di915_fpc_translate.c1168 if (p->first_instruction) {
1187 p->first_instruction = FALSE;
1239 p->first_instruction = TRUE;
/external/v8/src/arm/
H A Dcode-stubs-arm.h498 Instr first_instruction = Assembler::instr_at(stub->instruction_start()); local
502 if (Assembler::IsBranch(first_instruction)) {
506 ASSERT(Assembler::IsTstImmediate(first_instruction));
H A Dlithium-arm.h2218 int first_instruction = block->first_instruction_index(); local
2219 return LLabel::cast(instructions_[first_instruction]);
/external/v8/src/ia32/
H A Dcode-stubs-ia32.h509 byte first_instruction = stub->instruction_start()[0]; local
512 if (first_instruction == kTwoByteJumpInstruction) {
516 ASSERT(first_instruction == kTwoByteNopInstruction);
H A Dlithium-ia32.h2316 int first_instruction = block->first_instruction_index(); local
2317 return LLabel::cast(instructions_[first_instruction]);
/external/v8/src/mips/
H A Dcode-stubs-mips.h513 Instr first_instruction = Assembler::instr_at(stub->instruction_start()); local
517 if (Assembler::IsBeq(first_instruction)) {
521 ASSERT(Assembler::IsBne(first_instruction));
H A Dlithium-mips.h2198 int first_instruction = block->first_instruction_index(); local
2199 return LLabel::cast(instructions_[first_instruction]);

Completed in 295 milliseconds