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

/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_transform.c112 boolean first_instruction = TRUE; local
170 if (first_instruction && ctx->prolog) {
191 first_instruction = FALSE;
/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.h81 Instr first_instruction = Assembler::instr_at(stub->instruction_start()); local
85 if (Assembler::IsBranch(first_instruction)) {
89 DCHECK(Assembler::IsTstImmediate(first_instruction));
/external/v8/src/mips/
H A Dcode-stubs-mips.h112 Instr first_instruction = Assembler::instr_at(stub->instruction_start()); local
116 if (Assembler::IsBeq(first_instruction)) {
120 DCHECK(Assembler::IsBne(first_instruction));
/external/v8/src/mips64/
H A Dcode-stubs-mips64.h113 Instr first_instruction = Assembler::instr_at(stub->instruction_start()); local
117 if (Assembler::IsBeq(first_instruction)) {
121 DCHECK(Assembler::IsBne(first_instruction));
/external/v8/src/ppc/
H A Dcode-stubs-ppc.h103 Instr first_instruction = local
109 if (BF == (first_instruction & kBOfieldMask)) {
/external/v8/src/ia32/
H A Dcode-stubs-ia32.h136 byte first_instruction = stub->instruction_start()[0]; local
139 if (first_instruction == kTwoByteJumpInstruction) {
143 DCHECK(first_instruction == kTwoByteNopInstruction);
/external/v8/src/x64/
H A Dcode-stubs-x64.h129 byte first_instruction = stub->instruction_start()[0]; local
132 if (first_instruction == kTwoByteJumpInstruction) {
136 DCHECK(first_instruction == kTwoByteNopInstruction);
/external/v8/src/x87/
H A Dcode-stubs-x87.h133 byte first_instruction = stub->instruction_start()[0]; local
136 if (first_instruction == kTwoByteJumpInstruction) {
140 DCHECK(first_instruction == kTwoByteNopInstruction);
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_fpc.h60 boolean first_instruction; member in struct:i915_fp_compile
/external/v8/src/crankshaft/
H A Dlithium.cc270 int first_instruction = block->first_instruction_index(); local
271 return LLabel::cast(instructions_[first_instruction]);

Completed in 302 milliseconds