Searched defs:instr (Results 1 - 22 of 22) sorted by relevance

/seL4-l4v-master/HOL4/src/1/theory_tests/
H A DaddMLdep2Script.sml8 val instr = TextIO.openIn fname value
/seL4-l4v-master/HOL4/examples/dev/sw/
H A DAssem.sml35 datatype instr = OPER of {oper: operation * cond option * bool, type
H A DIRSyntax.sml33 type instr = {oper: operator, dst: exp list, src: exp list} type
H A DregAllocation.sml624 val {instr = curInst, def = df, use = us} = #3 (G.context(nodeNo,gr)) value
644 val {instr = curInst, def = df, use = us} = #3 (G.context(nodeNo,gr)); value
659 val {instr = curInst, def = df, use = us} = #3 (G.context(nodeNo,gr)); value
[all...]
/seL4-l4v-master/HOL4/examples/dev/sw/working/0.1/
H A DAssem.sml35 datatype instr = OPER of {oper: operation * cond option * bool, type
H A DIRSyntax.sml33 type instr = {oper: operator, dst: exp list, src: exp list} type
H A DregAllocation.sml624 val {instr = curInst, def = df, use = us} = #3 (G.context(nodeNo,gr)) value
644 val {instr = curInst, def = df, use = us} = #3 (G.context(nodeNo,gr)); value
659 val {instr = curInst, def = df, use = us} = #3 (G.context(nodeNo,gr)); value
[all...]
/seL4-l4v-master/HOL4/examples/dev/sw/working/0.2/
H A DAssem.sml35 datatype instr = OPER of {oper: operation * cond option * bool, type
H A DIRSyntax.sml33 type instr = {oper: operator, dst: exp list, src: exp list} type
H A DregAllocation.sml624 val {instr = curInst, def = df, use = us} = #3 (G.context(nodeNo,gr)) value
644 val {instr = curInst, def = df, use = us} = #3 (G.context(nodeNo,gr)); value
659 val {instr = curInst, def = df, use = us} = #3 (G.context(nodeNo,gr)); value
[all...]
/seL4-l4v-master/HOL4/examples/dev/sw2/
H A DSALGen.sml75 val instr = list_mk_comb (inst [alpha |-> ty] asg_tm, [entry_l, dest, src, exit_l]) value
/seL4-l4v-master/HOL4/tools-poly/poly/
H A DHelp.sml111 fun instr s str = function
/seL4-l4v-master/HOL4/developers/
H A Dcomparelogs.sml54 val instr = TextIO.openIn fname value
/seL4-l4v-master/HOL4/help/src-sml/
H A Dmakebase.sml195 let val instr = TextIO.openIn value
/seL4-l4v-master/HOL4/tools/
H A Dconfigure.sml132 val instr = BinIO.openIn src value
H A Dbuildutils.sml753 val instr = TextIO.openIn(fullPath [HOLDIR, "tools", value
/seL4-l4v-master/HOL4/tools-poly/
H A Dconfigure.sml152 val instr = BinIO.openIn src value
/seL4-l4v-master/HOL4/tools/Holmake/
H A DHolmake_tools.sml733 val instr = openIn (normPath s) value
/seL4-l4v-master/HOL4/examples/ARM/v7/
H A Darm_parserLib.sml3843 (let val instr = mk_Hint (mk_Hint_debug (mk_word4 v)) in value
/seL4-l4v-master/HOL4/examples/l3-machine-code/x64/model/
H A Dx64.sml4111 val instr = value
/seL4-l4v-master/HOL4/examples/l3-machine-code/riscv/model/
H A Driscv.sig1065 val instr: string -> string value
H A Driscv.sml13600 fun instr o' = L3.padRightString(#" ",(12,o')); function
[all...]

Completed in 325 milliseconds