HomeSort by relevance Sort by last modified time
    Searched refs:b_instruction (Results 1 - 3 of 3) sorted by null

  /external/u-boot/arch/arm/include/asm/arch-sunxi/
spl.h 28 uint32_t b_instruction; /* one intruction jumping to real code */ member in struct:boot_file_head
  /external/tensorflow/tensorflow/compiler/xla/service/
buffer_liveness.cc 153 const HloInstruction* b_instruction = b.instruction(); local
155 hlo_ordering_->ExecutesBefore(b_instruction, a_instruction)) {
158 if (IsEntryParameter(b_instruction) &&
159 hlo_ordering_->ExecutesBefore(a_instruction, b_instruction)) {
  /external/u-boot/tools/
mksunxiboot.c 140 img.header.b_instruction = /* b instruction */
147 img.header.b_instruction = cpu_to_le32(img.header.b_instruction);

Completed in 248 milliseconds