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

/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/v8/src/arm/
H A Dcode-stubs-arm.h92 Instr first_instruction = Assembler::instr_at(stub->instruction_start()); local
96 if (Assembler::IsBranch(first_instruction)) {
100 DCHECK(Assembler::IsTstImmediate(first_instruction));
/external/v8/src/mips/
H A Dcode-stubs-mips.h123 Instr first_instruction = Assembler::instr_at(stub->instruction_start()); local
127 if (Assembler::IsBeq(first_instruction)) {
131 DCHECK(Assembler::IsBne(first_instruction));
/external/v8/src/mips64/
H A Dcode-stubs-mips64.h124 Instr first_instruction = Assembler::instr_at(stub->instruction_start()); local
128 if (Assembler::IsBeq(first_instruction)) {
132 DCHECK(Assembler::IsBne(first_instruction));
/external/v8/src/ia32/
H A Dcode-stubs-ia32.h154 byte first_instruction = stub->instruction_start()[0]; local
157 if (first_instruction == kTwoByteJumpInstruction) {
161 DCHECK(first_instruction == kTwoByteNopInstruction);
/external/v8/src/x64/
H A Dcode-stubs-x64.h146 byte first_instruction = stub->instruction_start()[0]; local
149 if (first_instruction == kTwoByteJumpInstruction) {
153 DCHECK(first_instruction == kTwoByteNopInstruction);
/external/v8/src/x87/
H A Dcode-stubs-x87.h151 byte first_instruction = stub->instruction_start()[0]; local
154 if (first_instruction == kTwoByteJumpInstruction) {
158 DCHECK(first_instruction == kTwoByteNopInstruction);
/external/v8/src/ppc/
H A Dcode-stubs-ppc.h112 Instr first_instruction = local
118 if (BF == (first_instruction & kBOfieldMask)) {
/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/crankshaft/
H A Dlithium.cc269 int first_instruction = block->first_instruction_index(); local
270 return LLabel::cast(instructions_[first_instruction]);

Completed in 143 milliseconds