Searched refs:DISP (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/ |
D | AlphaInstrInfo.td | 409 def BSR : BFormD<0x34, "bsr $$26,$$$DISP..ng", [], s_jsr>; //Branch to subroutine 425 …E : MbrForm< 0x1A, 0x03, (ins GPRC:$RD, GPRC:$RS, s14imm:$DISP), "jsr_coroutine $RD,($RS),$DISP", … 428 let OutOperandList = (outs GPRC:$RA), InOperandList = (ins s64imm:$DISP, GPRC:$RB) in { 429 def LDQ : MForm<0x29, 1, "ldq $RA,$DISP($RB)", 430 [(set GPRC:$RA, (load (add GPRC:$RB, immSExt16:$DISP)))], s_ild>; 431 def LDQr : MForm<0x29, 1, "ldq $RA,$DISP($RB)\t\t!gprellow", 432 [(set GPRC:$RA, (load (Alpha_gprello tglobaladdr:$DISP, GPRC:$RB)))], s_ild>; 433 def LDL : MForm<0x28, 1, "ldl $RA,$DISP($RB)", 434 [(set GPRC:$RA, (sextloadi32 (add GPRC:$RB, immSExt16:$DISP)))], s_ild>; 435 def LDLr : MForm<0x28, 1, "ldl $RA,$DISP($RB)\t\t!gprellow", [all …]
|
D | AlphaInstrFormats.td | 126 let InOperandList = (ins target:$DISP);
|
/external/f2fs-tools/include/ |
D | f2fs_fs.h | 165 #define DISP(fmt, ptr, member) \ macro
|
/external/f2fs-tools/fsck/ |
D | mount.c | 186 DISP("%s", sb, version); in print_raw_sb_info()
|