Home
last modified time | relevance | path

Searched refs:it_insts (Results 1 – 4 of 4) sorted by relevance

/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen/src/isa/arm32/
H A Dlower_inst.rs307 let mut it_insts = vec![]; in lower_insn_to_regs() localVariable
308 it_insts.push(CondInst::new(Inst::MovImm16 { rd, imm16: 1 }, true)); in lower_insn_to_regs()
312 insts: it_insts, in lower_insn_to_regs()
329 let mut it_insts = vec![]; in lower_insn_to_regs() localVariable
330 it_insts.push(CondInst::new(Inst::MovImm16 { rd, imm16: 1 }, true)); in lower_insn_to_regs()
331 it_insts.push(CondInst::new(Inst::MovImm16 { rd, imm16: 0 }, false)); in lower_insn_to_regs()
335 insts: it_insts, in lower_insn_to_regs()
360 let mut it_insts = vec![]; in lower_insn_to_regs() localVariable
361 it_insts.push(CondInst::new(Inst::mov(out_reg, r1), true)); in lower_insn_to_regs()
362 it_insts.push(CondInst::new(Inst::mov(out_reg, r2), false)); in lower_insn_to_regs()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen/src/isa/arm32/
H A Dlower_inst.rs307 let mut it_insts = vec![]; in lower_insn_to_regs() localVariable
308 it_insts.push(CondInst::new(Inst::MovImm16 { rd, imm16: 1 }, true)); in lower_insn_to_regs()
312 insts: it_insts, in lower_insn_to_regs()
329 let mut it_insts = vec![]; in lower_insn_to_regs() localVariable
330 it_insts.push(CondInst::new(Inst::MovImm16 { rd, imm16: 1 }, true)); in lower_insn_to_regs()
331 it_insts.push(CondInst::new(Inst::MovImm16 { rd, imm16: 0 }, false)); in lower_insn_to_regs()
335 insts: it_insts, in lower_insn_to_regs()
360 let mut it_insts = vec![]; in lower_insn_to_regs() localVariable
361 it_insts.push(CondInst::new(Inst::mov(out_reg, r1), true)); in lower_insn_to_regs()
362 it_insts.push(CondInst::new(Inst::mov(out_reg, r2), false)); in lower_insn_to_regs()
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen/src/isa/arm32/
H A Dlower_inst.rs307 let mut it_insts = vec![]; in lower_insn_to_regs() localVariable
308 it_insts.push(CondInst::new(Inst::MovImm16 { rd, imm16: 1 }, true)); in lower_insn_to_regs()
312 insts: it_insts, in lower_insn_to_regs()
329 let mut it_insts = vec![]; in lower_insn_to_regs() localVariable
330 it_insts.push(CondInst::new(Inst::MovImm16 { rd, imm16: 1 }, true)); in lower_insn_to_regs()
331 it_insts.push(CondInst::new(Inst::MovImm16 { rd, imm16: 0 }, false)); in lower_insn_to_regs()
335 insts: it_insts, in lower_insn_to_regs()
360 let mut it_insts = vec![]; in lower_insn_to_regs() localVariable
361 it_insts.push(CondInst::new(Inst::mov(out_reg, r1), true)); in lower_insn_to_regs()
362 it_insts.push(CondInst::new(Inst::mov(out_reg, r2), false)); in lower_insn_to_regs()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen/src/isa/arm32/
H A Dlower_inst.rs307 let mut it_insts = vec![]; in lower_insn_to_regs() localVariable
308 it_insts.push(CondInst::new(Inst::MovImm16 { rd, imm16: 1 }, true)); in lower_insn_to_regs()
312 insts: it_insts, in lower_insn_to_regs()
329 let mut it_insts = vec![]; in lower_insn_to_regs() localVariable
330 it_insts.push(CondInst::new(Inst::MovImm16 { rd, imm16: 1 }, true)); in lower_insn_to_regs()
331 it_insts.push(CondInst::new(Inst::MovImm16 { rd, imm16: 0 }, false)); in lower_insn_to_regs()
335 insts: it_insts, in lower_insn_to_regs()
360 let mut it_insts = vec![]; in lower_insn_to_regs() localVariable
361 it_insts.push(CondInst::new(Inst::mov(out_reg, r1), true)); in lower_insn_to_regs()
362 it_insts.push(CondInst::new(Inst::mov(out_reg, r2), false)); in lower_insn_to_regs()
[all …]