Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/arm/
Dcode-stubs-arm.h128 Instr first_instruction = Assembler::instr_at(stub->instruction_start()); in GetMode() local
132 if (Assembler::IsBranch(first_instruction)) { in GetMode()
136 DCHECK(Assembler::IsTstImmediate(first_instruction)); in GetMode()
/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/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/v8/src/x64/
Dcode-stubs-x64.h146 byte first_instruction = stub->instruction_start()[0]; in GetMode() local
149 if (first_instruction == kTwoByteJumpInstruction) { in GetMode()
153 DCHECK(first_instruction == kTwoByteNopInstruction); in GetMode()
/external/chromium_org/v8/src/mips/
Dcode-stubs-mips.h170 Instr first_instruction = Assembler::instr_at(stub->instruction_start()); in GetMode() local
174 if (Assembler::IsBeq(first_instruction)) { in GetMode()
178 DCHECK(Assembler::IsBne(first_instruction)); in GetMode()
/external/chromium_org/v8/src/mips64/
Dcode-stubs-mips64.h172 Instr first_instruction = Assembler::instr_at(stub->instruction_start()); in GetMode() local
176 if (Assembler::IsBeq(first_instruction)) { in GetMode()
180 DCHECK(Assembler::IsBne(first_instruction)); in GetMode()
/external/chromium_org/v8/src/ia32/
Dcode-stubs-ia32.h154 byte first_instruction = stub->instruction_start()[0]; in GetMode() local
157 if (first_instruction == kTwoByteJumpInstruction) { in GetMode()
161 DCHECK(first_instruction == kTwoByteNopInstruction); in GetMode()
/external/chromium_org/v8/src/x87/
Dcode-stubs-x87.h151 byte first_instruction = stub->instruction_start()[0]; in GetMode() local
154 if (first_instruction == kTwoByteJumpInstruction) { in GetMode()
158 DCHECK(first_instruction == kTwoByteNopInstruction); in GetMode()
/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/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/chromium_org/v8/src/
Dlithium.cc280 int first_instruction = block->first_instruction_index(); in GetLabel() local
281 return LLabel::cast(instructions_[first_instruction]); in GetLabel()