Searched defs:bfc (Results 1 – 6 of 6) sorted by relevance
77 ubyte bfc[2]; /* indices into varying for FFC (FP) or BFC (VP) */ member
355 uint8_t bfc, ffc; in nv50_fp_linkage_validate() local
361 __ bfc(r0, 1, 3); // 0b11..111111110001 = -15 variable
1639 void Assembler::bfc(Register dst, int lsb, int width, Condition cond) { in bfc() function in v8::internal::Assembler