/third_party/node/deps/openssl/openssl/crypto/sha/asm/ |
H A D | sha256-c64xplus.pl | 167 || LDW *${Xib}[1],$Xn ; modulo-scheduled 172 || LDW *${Xib}[2],$X1 ; modulo-scheduled 193 || MV $Xn,$X0 ; modulo-scheduled 194 || LDW *$Xia,$X9 ; modulo-scheduled 195 || ROTL $X1,25,$t0e ; modulo-scheduled 196 || ROTL $X14,15,$t0a ; modulo-scheduled 197 SHRU $X1,3,$s0 ; modulo-scheduled 198 || SHRU $X14,10,$s1 ; modulo-scheduled 205 || ROTL $X1,14,$t1e ; modulo-scheduled 206 || ROTL $X14,13,$t1a ; modulo-scheduled [all...] |
/third_party/openssl/crypto/sha/asm/ |
H A D | sha256-c64xplus.pl | 167 || LDW *${Xib}[1],$Xn ; modulo-scheduled 172 || LDW *${Xib}[2],$X1 ; modulo-scheduled 193 || MV $Xn,$X0 ; modulo-scheduled 194 || LDW *$Xia,$X9 ; modulo-scheduled 195 || ROTL $X1,25,$t0e ; modulo-scheduled 196 || ROTL $X14,15,$t0a ; modulo-scheduled 197 SHRU $X1,3,$s0 ; modulo-scheduled 198 || SHRU $X14,10,$s1 ; modulo-scheduled 205 || ROTL $X1,14,$t1e ; modulo-scheduled 206 || ROTL $X14,13,$t1a ; modulo-scheduled [all...] |
/third_party/mesa3d/src/panfrost/bifrost/ |
H A D | bi_print.c | 156 if (block->scheduled) { in bi_print_block() 163 if (block->scheduled) { in bi_print_block() 187 if (block->scheduled) { in bi_print_block()
|
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/ |
H A D | reduce_scheduler.c | 140 node->rsched.scheduled = true; in schedule_ready_list() 150 if (!succ->rsched.scheduled) { in schedule_ready_list() 155 /* all successor have been scheduled */ in schedule_ready_list() 241 node->rsched.scheduled = false; in gpir_reduce_reg_pressure_schedule_prog()
|
H A D | gpir.h | 185 bool scheduled; member 284 * (3) There is a store instruction scheduled, but not its child.
|
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/ |
H A D | scheduler.c | 125 instr->scheduled = true; in ppir_schedule_ready_list() 136 if (!succ->scheduled) { in ppir_schedule_ready_list() 141 /* all successor have been scheduled */ in ppir_schedule_ready_list()
|
H A D | regalloc.c | 162 newinstr->scheduled = true; in create_new_instr_after() 183 newinstr->scheduled = true; in create_new_instr_before()
|
H A D | ppir.h | 365 bool scheduled; member
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_instr.h | 68 scheduled, enumerator 94 virtual void set_scheduled() { m_instr_flags.set(scheduled); forward_set_scheduled();} in set_scheduled() 98 bool is_scheduled() const {return m_instr_flags.test(scheduled);} in is_scheduled()
|
/third_party/ltp/testcases/kernel/hotplug/cpu_hotplug/functional/ |
H A D | cpuhotplug03.sh | 17 Desc: Do tasks get scheduled to a newly on-lined CPU?
|
/third_party/mesa3d/src/panfrost/midgard/ |
H A D | midgard_print.c | 333 if (block->scheduled) { in mir_print_block()
|
H A D | compiler.h | 163 * instructions that must still be scheduled after 165 * instructions need to be scheduled before (after) this 193 bool scheduled; member
|
/third_party/node/deps/openssl/openssl/crypto/aes/asm/ |
H A D | aes-c64xplus.pl | 19 # Even though SPLOOPs are scheduled for 13 cycles, and thus expected 149 || XOR $s[2],$Te0[2],$s[2] ; modulo-scheduled 150 || XOR $s[3],$Te0[3],$s[3] ; modulo-scheduled 217 || XOR $s[2],$Te0[2],$s[2] ; modulo-scheduled 218 || XOR $s[3],$Te0[3],$s[3] ; modulo-scheduled 361 || XOR $s[2],$Td0[2],$s[2] ; modulo-scheduled 362 || XOR $s[3],$Td0[3],$s[3] ; modulo-scheduled 429 || XOR $s[2],$Td0[2],$s[2] ; modulo-scheduled 430 || XOR $s[3],$Td0[3],$s[3] ; modulo-scheduled
|
/third_party/openssl/crypto/aes/asm/ |
H A D | aes-c64xplus.pl | 19 # Even though SPLOOPs are scheduled for 13 cycles, and thus expected 149 || XOR $s[2],$Te0[2],$s[2] ; modulo-scheduled 150 || XOR $s[3],$Te0[3],$s[3] ; modulo-scheduled 217 || XOR $s[2],$Te0[2],$s[2] ; modulo-scheduled 218 || XOR $s[3],$Te0[3],$s[3] ; modulo-scheduled 361 || XOR $s[2],$Td0[2],$s[2] ; modulo-scheduled 362 || XOR $s[3],$Td0[3],$s[3] ; modulo-scheduled 429 || XOR $s[2],$Td0[2],$s[2] ; modulo-scheduled 430 || XOR $s[3],$Td0[3],$s[3] ; modulo-scheduled
|
/third_party/node/deps/v8/src/compiler/ |
H A D | graph-visualizer.h | 163 std::ostream& operator<<(std::ostream& os, const AsScheduledGraph& scheduled);
|
H A D | graph-visualizer.cc | 1080 std::ostream& operator<<(std::ostream& os, const AsScheduledGraph& scheduled) { in operator <<() argument 1081 PrintScheduledGraph(os, scheduled.schedule); in operator <<()
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_sched.c | 97 struct ir3_instruction *scheduled; /* last scheduled instr */ member 114 /* We order the scheduled (sy)/(ss) producers, and keep track of the 134 * scheduled. 149 * as any one of the src's is scheduled. 290 ctx->scheduled = instr; in schedule() 364 /* there is at least one kill which could be scheduled, except 368 /* there is at least one instruction that could be scheduled, 392 /* could an instruction be scheduled if specified ssa src was scheduled [all...] |
/third_party/node/tools/gyp/pylib/gyp/ |
H A D | input.py | 387 # |build_file_path| has already been loaded, because the 'scheduled' set in 578 # The set of all build files that have been scheduled, so we don't 580 self.scheduled = set() 581 # A list of dependency build file paths that haven't been scheduled yet. 599 if new_dependency not in self.scheduled: 600 self.scheduled.add(new_dependency) 614 parallel_state.scheduled = set(build_files)
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
H A D | input.py | 387 # |build_file_path| has already been loaded, because the 'scheduled' set in 578 # The set of all build files that have been scheduled, so we don't 580 self.scheduled = set() 581 # A list of dependency build file paths that haven't been scheduled yet. 599 if new_dependency not in self.scheduled: 600 self.scheduled.add(new_dependency) 614 parallel_state.scheduled = set(build_files)
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/chacha/ |
H A D | chacha-armv4.S | 86 ldr r12,[sp,#4*(12)] @ modulo-scheduled load 208 str r8, [sp,#4*(16+8)] @ modulo-scheduled store 852 ldr r12,[sp,#4*(12)] @ modulo-scheduled load 1090 str r8, [sp,#4*(16+8)] @ modulo-scheduled store 1299 ldr r12,[sp,#4*(12)] @ modulo-scheduled load
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/chacha/ |
H A D | chacha-armv4.S | 86 ldr r12,[sp,#4*(12)] @ modulo-scheduled load 208 str r8, [sp,#4*(16+8)] @ modulo-scheduled store 852 ldr r12,[sp,#4*(12)] @ modulo-scheduled load 1090 str r8, [sp,#4*(16+8)] @ modulo-scheduled store 1299 ldr r12,[sp,#4*(12)] @ modulo-scheduled load
|
/third_party/node/deps/openssl/openssl/crypto/bn/asm/ |
H A D | armv8-mont.pl | 935 adc $carry,xzr,xzr // carry bit, modulo-scheduled 1191 adc $carry,xzr,xzr // carry bit, modulo-scheduled 1487 adc $carry,$carry,xzr // modulo-scheduled 1544 adc $carry,$carry,xzr // modulo-scheduled 1622 adc $carry,$carry,xzr // modulo-scheduled 1686 adc $carry,$carry,xzr // modulo-scheduled
|
/third_party/openssl/crypto/bn/asm/ |
H A D | armv8-mont.pl | 935 adc $carry,xzr,xzr // carry bit, modulo-scheduled 1191 adc $carry,xzr,xzr // carry bit, modulo-scheduled 1487 adc $carry,$carry,xzr // modulo-scheduled 1544 adc $carry,$carry,xzr // modulo-scheduled 1622 adc $carry,$carry,xzr // modulo-scheduled 1686 adc $carry,$carry,xzr // modulo-scheduled
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | fft.asm | 188 ; scheduled for cpu-bound sizes 234 ; scheduled to avoid store->load aliasing
|
/third_party/node/src/ |
H A D | node_worker.cc | 787 bool scheduled = w->RequestInterrupt([taker = std::move(taker), in TakeHeapSnapshot() local 816 if (scheduled) { in TakeHeapSnapshot()
|