HomeSort by: relevance | last modified time | path
    Searched refs:MASKED (Results 1 - 16 of 16) sorted by relevancy

  /src/external/gpl3/gdb/dist/sim/ppc/
bits.c 67 MASKED(unsigned_word word,
idecode_fields.h 57 : MASKED((X), 32, 63))
vm.c 312 TRACE(trace_vm, ("ea=0x%lx - masked-vsid=0x%lx masked-ea=0x%lx hash=0x%lx\n",
360 return MASKED(ea, 36, 51);
367 return MASKED(ea, 52, 63);
387 return MASKED(pte_1, 62, 63); /*PP*/
408 return MASKED(pte_1, 0, 51); /*RPN*/
527 TRACE(trace_vm, ("ea=0x%lx - sr[%ld] - masked-vsid=0x%lx va=0x%lx%07lx\n",
538 && (segment_tlb_entry->masked_effective_segment_id == MASKED(ea, 0, 35))) {
826 bat->block_length_mask = ((MASKED(ubat, 51, 61) << (17-2))
830 bat->block_effective_page_index = MASKED(ubat, 0, 46)
    [all...]
bits.h 44 MASKED*(VALUE, FIRST, LAST): Masks out all but bits [FIRST
47 LSMASKED*(VALUE, FIRST, LAST): Like MASKED - LS bit is zero.
50 also right shifts the masked value so that bit LAST becomes the
60 things around so that bits OLD_FIRST..OLD_LAST are masked then
166 (unsigned_word) MASKED
powerpc.igen 1531 ctr_ok = BO{2} || ((MASKED(CTR, M, 63) != 0) != (BO{3}));
1574 ctr_ok = BO{2} || ((MASKED(CTR, M, 63) != 0) != BO{3});
2847 a = MASKED(*rA, 32, 63);
2866 a = MASKED(*rA, 32, 63);
2867 b = MASKED(*rB, 32, 63);
3199 # long n = MASKED(*rB, 58, 63);
3208 # long n = MASKED(*rB, 58, 63);
3217 long n = MASKED(*rB, 59, 63);
3257 int n = MASKED(*rB, 58, 63);
3278 int n = MASKED(*rB, 58, 63)
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/ppc/
bits.c 67 MASKED(unsigned_word word,
idecode_fields.h 57 : MASKED((X), 32, 63))
vm.c 312 TRACE(trace_vm, ("ea=0x%lx - masked-vsid=0x%lx masked-ea=0x%lx hash=0x%lx\n",
360 return MASKED(ea, 36, 51);
367 return MASKED(ea, 52, 63);
387 return MASKED(pte_1, 62, 63); /*PP*/
408 return MASKED(pte_1, 0, 51); /*RPN*/
527 TRACE(trace_vm, ("ea=0x%lx - sr[%ld] - masked-vsid=0x%lx va=0x%lx%07lx\n",
538 && (segment_tlb_entry->masked_effective_segment_id == MASKED(ea, 0, 35))) {
826 bat->block_length_mask = ((MASKED(ubat, 51, 61) << (17-2))
830 bat->block_effective_page_index = MASKED(ubat, 0, 46)
    [all...]
bits.h 44 MASKED*(VALUE, FIRST, LAST): Masks out all but bits [FIRST
47 LSMASKED*(VALUE, FIRST, LAST): Like MASKED - LS bit is zero.
50 also right shifts the masked value so that bit LAST becomes the
60 things around so that bits OLD_FIRST..OLD_LAST are masked then
166 (unsigned_word) MASKED
powerpc.igen 1531 ctr_ok = BO{2} || ((MASKED(CTR, M, 63) != 0) != (BO{3}));
1574 ctr_ok = BO{2} || ((MASKED(CTR, M, 63) != 0) != BO{3});
2847 a = MASKED(*rA, 32, 63);
2866 a = MASKED(*rA, 32, 63);
2867 b = MASKED(*rB, 32, 63);
3199 # long n = MASKED(*rB, 58, 63);
3208 # long n = MASKED(*rB, 58, 63);
3217 long n = MASKED(*rB, 59, 63);
3257 int n = MASKED(*rB, 58, 63);
3278 int n = MASKED(*rB, 58, 63)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/fortran/
dump-parse-tree.cc 929 if (attr->masked)
930 fputs (" MASKED", dumpfile);
2170 case EXEC_OMP_MASKED: name = "MASKED"; break;
2171 case EXEC_OMP_MASKED_TASKLOOP: name = "MASKED TASKLOOP"; break;
2172 case EXEC_OMP_MASKED_TASKLOOP_SIMD: name = "MASKED TASKLOOP SIMD"; break;
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
dump-parse-tree.cc 911 if (attr->masked)
912 fputs (" MASKED", dumpfile);
2014 case EXEC_OMP_MASKED: name = "MASKED"; break;
2015 case EXEC_OMP_MASKED_TASKLOOP: name = "MASKED TASKLOOP"; break;
2016 case EXEC_OMP_MASKED_TASKLOOP_SIMD: name = "MASKED TASKLOOP SIMD"; break;
  /src/external/gpl3/gdb.old/dist/sim/common/
sim-bits.h 61 MASKED*(VALUE, FIRST, LAST): Masks out all but bits [FIRST
64 LSMASKED*(VALUE, FIRST, LAST): Like MASKED - LS bit is zero.
66 MSMASKED*(VALUE, FIRST, LAST): Like MASKED - MS bit is zero.
69 also right shifts the masked value so that bit LAST becomes the
82 things around so that bits OLD_FIRST..OLD_LAST are masked then
397 #define MASKED MSMASKED
403 #define MASKED LSMASKED
  /src/external/gpl3/gdb/dist/sim/common/
sim-bits.h 61 MASKED*(VALUE, FIRST, LAST): Masks out all but bits [FIRST
64 LSMASKED*(VALUE, FIRST, LAST): Like MASKED - LS bit is zero.
66 MSMASKED*(VALUE, FIRST, LAST): Like MASKED - MS bit is zero.
69 also right shifts the masked value so that bit LAST becomes the
82 things around so that bits OLD_FIRST..OLD_LAST are masked then
397 #define MASKED MSMASKED
403 #define MASKED LSMASKED
  /src/external/gpl3/gdb.old/dist/sim/testsuite/common/
bits-tst.c 13 return MASKED (val, row, col);
168 const char *masked,
175 long long mask = calc (masked, -1, col, col);
220 const char *masked)
230 long long mask = calc (masked, -1, row, col);
255 const char *masked)
265 long long mask = calc (masked, -1, row, col);
272 masked, row, col, mask, extracted, extr, inserted, inst);
340 printf ("Checking MASKED*\n");
  /src/external/gpl3/gdb/dist/sim/testsuite/common/
bits-tst.c 14 return MASKED (val, row, col);
169 const char *masked,
176 long long mask = calc (masked, -1, col, col);
221 const char *masked)
231 long long mask = calc (masked, -1, row, col);
256 const char *masked)
266 long long mask = calc (masked, -1, row, col);
273 masked, row, col, mask, extracted, extr, inserted, inst);
339 printf ("Checking MASKED*\n");

Completed in 74 milliseconds