Home
last modified time | relevance | path

Searched refs:first_instruction (Results 1 – 12 of 12) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/
Dr300_vs_draw.c71 boolean first_instruction; member
229 if (!vsctx->first_instruction) { in transform_inst()
230 vsctx->first_instruction = TRUE; in transform_inst()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
Dr300_vs_draw.c71 boolean first_instruction; member
229 if (!vsctx->first_instruction) { in transform_inst()
230 vsctx->first_instruction = TRUE; in transform_inst()
/external/chromium_org/v8/src/arm/
Dcode-stubs-arm.h192 Instr first_instruction = Assembler::instr_at(stub->instruction_start()); in GetMode() local
196 if (Assembler::IsBranch(first_instruction)) { in GetMode()
200 ASSERT(Assembler::IsTstImmediate(first_instruction)); in GetMode()
/external/chromium_org/v8/src/x87/
Dcode-stubs-x87.h210 byte first_instruction = stub->instruction_start()[0]; in GetMode() local
213 if (first_instruction == kTwoByteJumpInstruction) { in GetMode()
217 ASSERT(first_instruction == kTwoByteNopInstruction); in GetMode()
/external/chromium_org/v8/src/x64/
Dcode-stubs-x64.h214 byte first_instruction = stub->instruction_start()[0]; in GetMode() local
217 if (first_instruction == kTwoByteJumpInstruction) { in GetMode()
221 ASSERT(first_instruction == kTwoByteNopInstruction); in GetMode()
/external/chromium_org/v8/src/mips/
Dcode-stubs-mips.h234 Instr first_instruction = Assembler::instr_at(stub->instruction_start()); in GetMode() local
238 if (Assembler::IsBeq(first_instruction)) { in GetMode()
242 ASSERT(Assembler::IsBne(first_instruction)); in GetMode()
/external/chromium_org/v8/src/ia32/
Dcode-stubs-ia32.h214 byte first_instruction = stub->instruction_start()[0]; in GetMode() local
217 if (first_instruction == kTwoByteJumpInstruction) { in GetMode()
221 ASSERT(first_instruction == kTwoByteNopInstruction); in GetMode()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
Di915_fpc.h60 boolean first_instruction; member
Di915_fpc_translate.c1168 if (p->first_instruction) { in i915_translate_token()
1187 p->first_instruction = FALSE; in i915_translate_token()
1239 p->first_instruction = TRUE; in i915_init_compile()
/external/mesa3d/src/gallium/drivers/i915/
Di915_fpc.h60 boolean first_instruction; member
Di915_fpc_translate.c1168 if (p->first_instruction) { in i915_translate_token()
1187 p->first_instruction = FALSE; in i915_translate_token()
1239 p->first_instruction = TRUE; in i915_init_compile()
/external/chromium_org/v8/src/
Dlithium.cc251 int first_instruction = block->first_instruction_index(); in GetLabel() local
252 return LLabel::cast(instructions_[first_instruction]); in GetLabel()