Searched defs:bl (Results 1 – 8 of 8) sorted by relevance
115 std::vector<uint8_t> GenNopsAndBl(size_t num_nops, uint32_t bl) { in GenNopsAndBl()
146 std::vector<uint8_t> GenNopsAndBl(size_t num_nops, uint32_t bl) { in GenNopsAndBl()
349 bool bl = (instruction & (1 << 24)) != 0; in DumpArm() local
553 void Arm32Assembler::bl(Label* label, Condition cond) { in bl() function in art::arm::Arm32Assembler
1142 void Thumb2Assembler::bl(Label* label, Condition cond) { in bl() function in art::arm::Thumb2Assembler
6386 __ bl(GetFrameEntryLabel()); in GenerateStaticOrDirectCall() local6392 __ bl(&relative_call_patches_.back().label); in GenerateStaticOrDirectCall() local
3700 __ bl(0); // Branch and link to itself. This will be overriden at link time. in GenerateStaticOrDirectCall() local
878 long bl = rotateLeft(xl, distl); in b2296099Test() local