Searched refs:CANCEL (Results 1 – 11 of 11) sorted by relevance
/openbmc/qemu/target/hexagon/imported/ |
H A D | compare.idef | 220 { fIMMEXT(siV); if (fLSBNEW(PuN)) RdV=siV; else CANCEL;}) 224 { fIMMEXT(siV); if (fLSBNEWNOT(PuN)) RdV=siV; else CANCEL;}) 228 { fIMMEXT(siV); if (fLSBOLD(PuV)) RdV=siV; else CANCEL;}) 232 { fIMMEXT(siV); if (fLSBOLDNOT(PuV)) RdV=siV; else CANCEL;}) 241 } else {CANCEL;} 249 } else {CANCEL;} 257 } else {CANCEL;} 265 } else {CANCEL;}
|
H A D | subinsns.idef | 34 …(p0.new) Rd16=#0", ATTRIBS(A_SUBINSN),"clear if true", { if (fLSBNEW0) {RdV=0;} else {CANCEL;} }) 35 …0.new) Rd16=#0", ATTRIBS(A_SUBINSN),"clear if false",{ if (fLSBNEW0NOT) {RdV=0;} else {CANCEL;} }) 36 …0", ATTRIBS(A_SUBINSN),"clear if true", { if (fLSBOLD(fREAD_P0())) {RdV=0;} else {CANCEL;} }) 37 …, ATTRIBS(A_SUBINSN),"clear if false",{ if (fLSBOLDNOT(fREAD_P0())) {RdV=0;} else {CANCEL;} })
|
H A D | macros.def | 31 CANCEL, /* macro name */ 38 {mem_general_load_cancelled(thread,EA,insn);CANCEL;} , /* behavior */ 44 {mem_general_store_cancelled(thread,EA,insn);CANCEL;} , /* behavior */ 167 IS_CANCELLED(insn->new_value_producer_slot)) CANCEL; reglog_read(thread,RNUM);}),
|
H A D | alu.idef | 36 Q6INSN(TAG##t,"if (Pu4) "OPER,ATTRIBS(A_ARCHV2),DESCR,{if(fLSBOLD(PuV)){SEMANTICS;} else {CANCEL;}}… 37 …(TAG##f,"if (!Pu4) "OPER,ATTRIBS(A_ARCHV2),DESCR,{if(fLSBOLDNOT(PuV)){SEMANTICS;} else {CANCEL;}})\ 38 …##tnew,"if (Pu4.new) " OPER,ATTRIBS(A_ARCHV2),DESCR,{if(fLSBNEW(PuN)){SEMANTICS;} else {CANCEL;}})\ 39 …fnew,"if (!Pu4.new) "OPER,ATTRIBS(A_ARCHV2),DESCR,{if(fLSBNEWNOT(PuN)){SEMANTICS;} else {CANCEL;}})
|
/openbmc/qemu/target/hexagon/idef-parser/ |
H A D | idef-parser.lex | 316 "CANCEL" { return CANCEL; }
|
H A D | idef-parser.y | 56 %token LOAD_CANCEL STORE_CANCEL CANCEL IDENTITY ROTL INSBITS SETBITS EXTRANGE 417 | CANCEL
|
/openbmc/qemu/target/hexagon/ |
H A D | macros.h | 185 #define CANCEL gen_cancel(slot); macro 187 #define CANCEL do { } while (0) macro 190 #define LOAD_CANCEL(EA) do { CANCEL; } while (0)
|
/openbmc/linux/fs/lockd/ |
H A D | clnt4xdr.c | 560 PROC(CANCEL, cancargs, res),
|
H A D | clntxdr.c | 565 PROC(CANCEL, cancargs, res),
|
/openbmc/linux/Documentation/userspace-api/media/rc/ |
H A D | rc-tables.rst | 643 - CANCEL / BACK
|
/openbmc/qemu/target/hexagon/imported/mmvec/ |
H A D | ext.idef | 241 …CR, { if (fLSBOLD(SYNTAXP##V)) { fEA_REG(RxV); BEH; fPM_I(RxV,siV*fVECSIZE()); } else {CANCEL;}}) \ 242 …B, ATTRIB,DESCR, { if (fLSBOLD(SYNTAXP##V)) { fEA_RI(RtV,siV*fVECSIZE()); BEH;} else {CANCEL;}}) \ 243 …ATTRIB,DESCR, { if (fLSBOLD(SYNTAXP##V)) { fEA_REG(RxV); BEH; fPM_M(RxV,MuV); } else {CANCEL;}}) \ 246 …,{ if (fLSBOLDNOT(SYNTAXP##V)) { fEA_REG(RxV); BEH; fPM_I(RxV,siV*fVECSIZE()); } else {CANCEL;}}) \ 247 …,ATTRIB,DESCR, { if (fLSBOLDNOT(SYNTAXP##V)) { fEA_RI(RtV,siV*fVECSIZE()); BEH;} else {CANCEL;}}) \ 248 …,ATTRIB,DESCR,{ if (fLSBOLDNOT(SYNTAXP##V)) { fEA_REG(RxV); BEH; fPM_M(RxV,MuV); } else {CANCEL;}}) 1783 } else {CANCEL;} 1793 } else {CANCEL;} 1804 } else {CANCEL;} 1815 } else {CANCEL;}
|